org.scaloid.common

SAnalogClock

Related Docs: object SAnalogClock | package common

class SAnalogClock extends AnalogClock with TraitAnalogClock[SAnalogClock]

Automatically generated concrete helper class of android.widget.AnalogClock.

Linear Supertypes
TraitAnalogClock[SAnalogClock], TraitView[SAnalogClock], PressAndHoldable[SAnalogClock], ConstantsSupport, AnalogClock, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SAnalogClock
  2. TraitAnalogClock
  3. TraitView
  4. PressAndHoldable
  5. ConstantsSupport
  6. AnalogClock
  7. View
  8. AccessibilityEventSource
  9. Callback
  10. Callback
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SAnalogClock()(implicit context: Context, parentVGroup: TraitViewGroup[_] = null)

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def <<[LP <: ViewGroupLayoutParams[_, _]](width: Int, height: Int)(implicit defaultLayoutParam: (SAnalogClock) ⇒ LP): LP

    Definition Classes
    TraitView
  4. def <<[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAnalogClock) ⇒ LP): LP

    Definition Classes
    TraitView
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  7. val NONE: Int

    Definition Classes
    ConstantsSupport
  8. val TEXT: Int

    Definition Classes
    ConstantsSupport
  9. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  25. val WRAP_CONTENT: Int

    Definition Classes
    TraitView
  26. def accessibilityDelegate(p: AccessibilityDelegate): SAnalogClock

    Shortcut for setAccessibilityDelegate(android.view.View.AccessibilityDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  27. def accessibilityDelegate(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  28. def accessibilityDelegate_=(p: AccessibilityDelegate): SAnalogClock

    Shortcut for setAccessibilityDelegate(android.view.View.AccessibilityDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  29. def accessibilityNodeProvider: AccessibilityNodeProvider

    Shortcut for getAccessibilityNodeProvider()

    Definition Classes
    TraitView
    Annotations
    @inline()
  30. def activated(p: Boolean): SAnalogClock

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  31. def activated: Boolean

    Shortcut for isActivated()

    Shortcut for isActivated()

    Definition Classes
    TraitView
    Annotations
    @inline()
  32. def activated_=(p: Boolean): SAnalogClock

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  33. def addChildrenForAccessibility(arg0: ArrayList[View]): Unit

    Definition Classes
    View
  34. def addFocusables(arg0: ArrayList[View], arg1: Int, arg2: Int): Unit

    Definition Classes
    View
  35. def addFocusables(arg0: ArrayList[View], arg1: Int): Unit

    Definition Classes
    View
  36. def addOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

    Definition Classes
    View
  37. def addOnLayoutChangeListener(arg0: OnLayoutChangeListener): Unit

    Definition Classes
    View
  38. def addTouchables(arg0: ArrayList[View]): Unit

    Definition Classes
    View
  39. def alpha(p: Float): SAnalogClock

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  40. def alpha: Float

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  41. def alpha_=(p: Float): SAnalogClock

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  42. def animate(): ViewPropertyAnimator

    Definition Classes
    View
  43. def animation(p: Animation): SAnalogClock

    Shortcut for setAnimation(android.view.animation.Animation)

    Definition Classes
    TraitView
    Annotations
    @inline()
  44. def animation: Animation

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  45. def animation_=(p: Animation): SAnalogClock

    Shortcut for setAnimation(android.view.animation.Animation)

    Definition Classes
    TraitView
    Annotations
    @inline()
  46. def announceForAccessibility(arg0: CharSequence): Unit

    Definition Classes
    View
  47. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  48. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  49. def awakenScrollBars(arg0: Int, arg1: Boolean): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  50. def awakenScrollBars(arg0: Int): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  51. def awakenScrollBars(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  52. def background(p: Drawable): SAnalogClock

    Shortcut for setBackground(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @inline()
  53. def background: Drawable

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  54. def backgroundColor(p: Int): SAnalogClock

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  55. def backgroundColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  56. def backgroundColor_=(p: Int): SAnalogClock

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  57. def backgroundDrawable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  58. def backgroundResource(p: Int): SAnalogClock

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  59. def backgroundResource(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  60. def backgroundResource_=(p: Int): SAnalogClock

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  61. def background_=(p: Drawable): SAnalogClock

    Shortcut for setBackground(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @inline()
  62. def baseline: Int

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  63. def basis: SAnalogClock

    Definition Classes
    SAnalogClockTraitViewPressAndHoldable
  64. def bottom(p: Int): SAnalogClock

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  65. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  66. def bottom_=(p: Int): SAnalogClock

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  67. def bringToFront(): Unit

    Definition Classes
    View
  68. def buildDrawingCache(arg0: Boolean): Unit

    Definition Classes
    View
  69. def buildDrawingCache(): Unit

    Definition Classes
    View
  70. def buildLayer(): Unit

    Definition Classes
    View
  71. def callOnClick(): Boolean

    Definition Classes
    View
  72. def cameraDistance(p: Float): SAnalogClock

    Shortcut for setCameraDistance(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  73. def cameraDistance: Float

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  74. def cameraDistance_=(p: Float): SAnalogClock

    Shortcut for setCameraDistance(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  75. def canScrollHorizontally(arg0: Int): Boolean

    Definition Classes
    View
  76. def canScrollVertically(arg0: Int): Boolean

    Definition Classes
    View
  77. def cancelLongPress(): Unit

    Definition Classes
    View
  78. def checkInputConnectionProxy(arg0: View): Boolean

    Definition Classes
    View
  79. def clearAnimation(): Unit

    Definition Classes
    View
  80. def clearFocus(): Unit

    Definition Classes
    View
  81. def clickable(p: Boolean): SAnalogClock

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  82. def clickable: Boolean

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def clickable_=(p: Boolean): SAnalogClock

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  84. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. def computeHorizontalScrollExtent(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  86. def computeHorizontalScrollOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  87. def computeHorizontalScrollRange(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  88. def computeScroll(): Unit

    Definition Classes
    View
  89. def computeVerticalScrollExtent(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  90. def computeVerticalScrollOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  91. def computeVerticalScrollRange(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  92. def contentDescription(p: CharSequence): SAnalogClock

    Shortcut for setContentDescription(java.lang.CharSequence)

    Definition Classes
    TraitView
    Annotations
    @inline()
  93. def contentDescription: CharSequence

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  94. def contentDescription_=(p: CharSequence): SAnalogClock

    Shortcut for setContentDescription(java.lang.CharSequence)

    Definition Classes
    TraitView
    Annotations
    @inline()
  95. def context: Context

    Shortcut for getContext()

    Shortcut for getContext()

    Definition Classes
    TraitView
    Annotations
    @inline()
  96. def createAccessibilityNodeInfo(): AccessibilityNodeInfo

    Definition Classes
    View
  97. def createContextMenu(arg0: ContextMenu): Unit

    Definition Classes
    View
  98. def destroyDrawingCache(): Unit

    Definition Classes
    View
  99. def disable(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  100. def disableDrawingCache(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  101. def disableDuplicateParentState(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  102. def disableHapticFeedback(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  103. def disableHorizontalFadingEdge(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  104. def disableHorizontalScrollBar(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  105. def disableSave(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  106. def disableSaveFromParent(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  107. def disableScrollbarFading(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  108. def disableSoundEffects(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  109. def disableVerticalFadingEdge(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  110. def disableVerticalScrollBar(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  111. def dispatchConfigurationChanged(arg0: Configuration): Unit

    Definition Classes
    View
  112. def dispatchDisplayHint(arg0: Int): Unit

    Definition Classes
    View
  113. def dispatchDragEvent(arg0: DragEvent): Boolean

    Definition Classes
    View
  114. def dispatchDraw(arg0: Canvas): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  115. def dispatchGenericFocusedEvent(arg0: MotionEvent): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  116. def dispatchGenericMotionEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  117. def dispatchGenericPointerEvent(arg0: MotionEvent): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  118. def dispatchHoverEvent(arg0: MotionEvent): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  119. def dispatchKeyEvent(arg0: KeyEvent): Boolean

    Definition Classes
    View
  120. def dispatchKeyEventPreIme(arg0: KeyEvent): Boolean

    Definition Classes
    View
  121. def dispatchKeyShortcutEvent(arg0: KeyEvent): Boolean

    Definition Classes
    View
  122. def dispatchPopulateAccessibilityEvent(arg0: AccessibilityEvent): Boolean

    Definition Classes
    View
  123. def dispatchRestoreInstanceState(arg0: SparseArray[Parcelable]): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  124. def dispatchSaveInstanceState(arg0: SparseArray[Parcelable]): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  125. def dispatchSetActivated(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  126. def dispatchSetPressed(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  127. def dispatchSetSelected(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  128. def dispatchSystemUiVisibilityChanged(arg0: Int): Unit

    Definition Classes
    View
  129. def dispatchTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  130. def dispatchTrackballEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  131. def dispatchUnhandledMove(arg0: View, arg1: Int): Boolean

    Definition Classes
    View
  132. def dispatchVisibilityChanged(arg0: View, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  133. def dispatchWindowFocusChanged(arg0: Boolean): Unit

    Definition Classes
    View
  134. def dispatchWindowSystemUiVisiblityChanged(arg0: Int): Unit

    Definition Classes
    View
  135. def dispatchWindowVisibilityChanged(arg0: Int): Unit

    Definition Classes
    View
  136. def draw(arg0: Canvas): Unit

    Definition Classes
    View
  137. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  138. def drawableStateChanged(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  139. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def drawingCacheBackgroundColor(p: Int): SAnalogClock

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  141. def drawingCacheBackgroundColor: Int

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def drawingCacheBackgroundColor_=(p: Int): SAnalogClock

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def drawingCacheEnabled(p: Boolean): SAnalogClock

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  144. def drawingCacheEnabled: Boolean

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def drawingCacheEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  146. def drawingCacheQuality(p: Int): SAnalogClock

    Shortcut for setDrawingCacheQuality(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def drawingCacheQuality: Int

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def drawingCacheQuality_=(p: Int): SAnalogClock

    Shortcut for setDrawingCacheQuality(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  149. def drawingTime: Long

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def duplicateParentStateEnabled(p: Boolean): SAnalogClock

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  151. def duplicateParentStateEnabled: Boolean

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def duplicateParentStateEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  153. def enable(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  154. def enableDrawingCache(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  155. def enableDuplicateParentState(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  156. def enableHapticFeedback(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  157. def enableHorizontalFadingEdge(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  158. def enableHorizontalScrollBar(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  159. def enableSave(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  160. def enableSaveFromParent(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  161. def enableScrollbarFading(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  162. def enableSoundEffects(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  163. def enableVerticalFadingEdge(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  164. def enableVerticalScrollBar(): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  165. def enabled(p: Boolean): SAnalogClock

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  166. def enabled: Boolean

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  167. def enabled_=(p: Boolean): SAnalogClock

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  168. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  169. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  170. def fadingEdgeLength(p: Int): SAnalogClock

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  171. def fadingEdgeLength(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  172. def fadingEdgeLength_=(p: Int): SAnalogClock

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  173. def fill[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAnalogClock) ⇒ LP): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def filterTouchesWhenObscured(p: Boolean): SAnalogClock

    Shortcut for setFilterTouchesWhenObscured(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  175. def filterTouchesWhenObscured: Boolean

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  176. def filterTouchesWhenObscured_=(p: Boolean): SAnalogClock

    Shortcut for setFilterTouchesWhenObscured(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  178. def find[V <: View](id: Int): V

    Definition Classes
    TraitView
    Annotations
    @inline()
  179. def findFocus(): View

    Definition Classes
    View
  180. final def findViewById(arg0: Int): View

    Definition Classes
    View
  181. final def findViewWithTag(arg0: Any): View

    Definition Classes
    View
  182. def findViewsWithText(arg0: ArrayList[View], arg1: CharSequence, arg2: Int): Unit

    Definition Classes
    View
  183. def fitSystemWindows(arg0: Rect): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  184. def fitsSystemWindows(p: Boolean): SAnalogClock

    Shortcut for setFitsSystemWindows(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  185. def fitsSystemWindows: Boolean

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  186. def fitsSystemWindows_=(p: Boolean): SAnalogClock

    Shortcut for setFitsSystemWindows(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  187. def focusSearch(arg0: Int): View

    Definition Classes
    View
  188. def focusable(p: Boolean): SAnalogClock

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  189. def focusable: Boolean

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  190. def focusableInTouchMode(p: Boolean): SAnalogClock

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  191. def focusableInTouchMode: Boolean

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def focusableInTouchMode_=(p: Boolean): SAnalogClock

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def focusable_=(p: Boolean): SAnalogClock

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. def forceLayout(): Unit

    Definition Classes
    View
  195. def fw[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAnalogClock) ⇒ LP): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def getAccessibilityNodeProvider(): AccessibilityNodeProvider

    Definition Classes
    View
  197. def getAlpha(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  198. def getAnimation(): Animation

    Definition Classes
    View
  199. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  200. def getBackground(): Drawable

    Definition Classes
    View
  201. def getBaseline(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  202. final def getBottom(): Int

    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  203. def getBottomFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  204. def getBottomPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  205. def getCameraDistance(): Float

    Definition Classes
    View
  206. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  207. def getContentDescription(): CharSequence

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  208. final def getContext(): Context

    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  209. def getContextMenuInfo(): ContextMenuInfo

    Attributes
    protected[android.view]
    Definition Classes
    View
  210. final def getDrawableState(): Array[Int]

    Definition Classes
    View
  211. def getDrawingCache(arg0: Boolean): Bitmap

    Definition Classes
    View
  212. def getDrawingCache(): Bitmap

    Definition Classes
    View
  213. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  214. def getDrawingCacheQuality(): Int

    Definition Classes
    View
  215. def getDrawingRect(arg0: Rect): Unit

    Definition Classes
    View
  216. def getDrawingTime(): Long

    Definition Classes
    View
  217. def getFilterTouchesWhenObscured(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  218. def getFitsSystemWindows(): Boolean

    Definition Classes
    View
  219. def getFocusables(arg0: Int): ArrayList[View]

    Definition Classes
    View
  220. def getFocusedRect(arg0: Rect): Unit

    Definition Classes
    View
  221. final def getGlobalVisibleRect(arg0: Rect): Boolean

    Definition Classes
    View
  222. def getGlobalVisibleRect(arg0: Rect, arg1: Point): Boolean

    Definition Classes
    View
  223. def getHandler(): Handler

    Definition Classes
    View
  224. final def getHeight(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  225. def getHitRect(arg0: Rect): Unit

    Definition Classes
    View
  226. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  227. def getHorizontalScrollbarHeight(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  228. def getId(): Int

    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  229. def getImportantForAccessibility(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  230. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  231. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  232. def getLayerType(): Int

    Definition Classes
    View
  233. def getLayoutParams(): LayoutParams

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  234. final def getLeft(): Int

    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  235. def getLeftFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  236. def getLeftPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  237. final def getLocalVisibleRect(arg0: Rect): Boolean

    Definition Classes
    View
  238. def getLocationInWindow(arg0: Array[Int]): Unit

    Definition Classes
    View
  239. def getLocationOnScreen(arg0: Array[Int]): Unit

    Definition Classes
    View
  240. def getMatrix(): Matrix

    Definition Classes
    View
  241. final def getMeasuredHeight(): Int

    Definition Classes
    View
  242. final def getMeasuredHeightAndState(): Int

    Definition Classes
    View
  243. final def getMeasuredState(): Int

    Definition Classes
    View
  244. final def getMeasuredWidth(): Int

    Definition Classes
    View
  245. final def getMeasuredWidthAndState(): Int

    Definition Classes
    View
  246. def getMinimumHeight(): Int

    Definition Classes
    View
  247. def getMinimumWidth(): Int

    Definition Classes
    View
  248. def getNextFocusDownId(): Int

    Definition Classes
    View
  249. def getNextFocusForwardId(): Int

    Definition Classes
    View
  250. def getNextFocusLeftId(): Int

    Definition Classes
    View
  251. def getNextFocusRightId(): Int

    Definition Classes
    View
  252. def getNextFocusUpId(): Int

    Definition Classes
    View
  253. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  254. def getOverScrollMode(): Int

    Definition Classes
    View
  255. def getPaddingBottom(): Int

    Definition Classes
    View
  256. def getPaddingLeft(): Int

    Definition Classes
    View
  257. def getPaddingRight(): Int

    Definition Classes
    View
  258. def getPaddingTop(): Int

    Definition Classes
    View
  259. final def getParent(): ViewParent

    Definition Classes
    View
  260. def getParentForAccessibility(): ViewParent

    Definition Classes
    View
  261. def getPivotX(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  262. def getPivotY(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  263. def getResources(): Resources

    Definition Classes
    View
  264. final def getRight(): Int

    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  265. def getRightFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  266. def getRightPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  267. def getRootView(): View

    Definition Classes
    View
  268. def getRotation(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  269. def getRotationX(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  270. def getRotationY(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  271. def getScaleX(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  272. def getScaleY(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  273. def getScrollBarDefaultDelayBeforeFade(): Int

    Definition Classes
    View
  274. def getScrollBarFadeDuration(): Int

    Definition Classes
    View
  275. def getScrollBarSize(): Int

    Definition Classes
    View
  276. def getScrollBarStyle(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  277. final def getScrollX(): Int

    Definition Classes
    View
  278. final def getScrollY(): Int

    Definition Classes
    View
  279. def getSolidColor(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  280. def getSuggestedMinimumHeight(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  281. def getSuggestedMinimumWidth(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  282. def getSystemUiVisibility(): Int

    Definition Classes
    View
  283. def getTag(arg0: Int): AnyRef

    Definition Classes
    View
  284. def getTag(): AnyRef

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  285. final def getTop(): Int

    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  286. def getTopFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  287. def getTopPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  288. def getTouchDelegate(): TouchDelegate

    Definition Classes
    View
  289. def getTouchables(): ArrayList[View]

    Definition Classes
    View
  290. def getTranslationX(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  291. def getTranslationY(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  292. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  293. def getVerticalScrollbarPosition(): Int

    Definition Classes
    View
  294. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  295. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  296. def getVisibility(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  297. final def getWidth(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  298. def getWindowAttachCount(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  299. def getWindowSystemUiVisibility(): Int

    Definition Classes
    View
  300. def getWindowToken(): IBinder

    Definition Classes
    View
  301. def getWindowVisibility(): Int

    Definition Classes
    View
  302. def getWindowVisibleDisplayFrame(arg0: Rect): Unit

    Definition Classes
    View
  303. def getX(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  304. def getY(): Float

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  305. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  306. def hapticFeedbackEnabled(p: Boolean): SAnalogClock

    Shortcut for setHapticFeedbackEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  307. def hapticFeedbackEnabled: Boolean

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  308. def hapticFeedbackEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setHapticFeedbackEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  309. def hasFocus(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  310. def hasFocusable(): Boolean

    Definition Classes
    View
  311. def hasOnClickListeners(): Boolean

    Definition Classes
    View
  312. def hasOverlappingRendering(): Boolean

    Definition Classes
    View
  313. def hasTransientState(p: Boolean): SAnalogClock

    Shortcut for setHasTransientState(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  314. def hasTransientState(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  315. def hasTransientState_=(p: Boolean): SAnalogClock

    Shortcut for setHasTransientState(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  316. def hasWindowFocus(): Boolean

    Definition Classes
    View
  317. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  318. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  319. def horizontalFadingEdgeEnabled(p: Boolean): SAnalogClock

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  320. def horizontalFadingEdgeEnabled: Boolean

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  321. def horizontalFadingEdgeEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  322. def horizontalFadingEdgeLength: Int

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  323. def horizontalScrollBarEnabled(p: Boolean): SAnalogClock

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  324. def horizontalScrollBarEnabled: Boolean

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  325. def horizontalScrollBarEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  326. def hovered(p: Boolean): SAnalogClock

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  327. def hovered: Boolean

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  328. def hovered_=(p: Boolean): SAnalogClock

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  329. def id(p: Int): SAnalogClock

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  330. def id: Int

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  331. def id_=(p: Int): SAnalogClock

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  332. def importantForAccessibility(p: Int): SAnalogClock

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  333. def importantForAccessibility: Int

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  334. def importantForAccessibility_=(p: Int): SAnalogClock

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  335. def initializeFadingEdge(arg0: TypedArray): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  336. def initializeScrollbars(arg0: TypedArray): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  337. def invalidate(): Unit

    Definition Classes
    View
  338. def invalidate(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  339. def invalidate(arg0: Rect): Unit

    Definition Classes
    View
  340. def invalidateDrawable(arg0: Drawable): Unit

    Definition Classes
    View → Callback
  341. def isActivated(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  342. def isClickable(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  343. def isDirty(): Boolean

    Definition Classes
    View
  344. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  345. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  346. def isEnabled(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  347. final def isFocusable(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  348. final def isFocusableInTouchMode(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  349. def isFocused(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  350. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  351. def isHardwareAccelerated(): Boolean

    Definition Classes
    View
  352. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  353. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  354. def isHovered(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  355. def isInEditMode(): Boolean

    Definition Classes
    View
  356. def isInTouchMode(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  357. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  358. def isLayoutRequested(): Boolean

    Definition Classes
    View
  359. def isLongClickable(): Boolean

    Definition Classes
    View
  360. def isOpaque(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  361. def isPaddingOffsetRequired(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  362. def isPressed(): Boolean

    Definition Classes
    View
  363. def isSaveEnabled(): Boolean

    Definition Classes
    View
  364. def isSaveFromParentEnabled(): Boolean

    Definition Classes
    View
  365. def isScrollContainer(): Boolean

    Definition Classes
    View
  366. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  367. def isSelected(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  368. def isShown(): Boolean

    Definition Classes
    View
  369. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  370. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  371. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  372. def jumpDrawablesToCurrentState(): Unit

    Definition Classes
    View
  373. def keepScreenOn(p: Boolean): SAnalogClock

    Shortcut for setKeepScreenOn(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  374. def keepScreenOn: Boolean

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  375. def keepScreenOn_=(p: Boolean): SAnalogClock

    Shortcut for setKeepScreenOn(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  376. def keyDispatcherState: DispatcherState

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  377. def layerType: Int

    Shortcut for getLayerType()

    Shortcut for getLayerType()

    Definition Classes
    TraitView
    Annotations
    @inline()
  378. def layout(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  379. def layoutParams(p: LayoutParams): SAnalogClock

    Shortcut for setLayoutParams(android.view.ViewGroup.LayoutParams)

    Definition Classes
    TraitView
    Annotations
    @inline()
  380. def layoutParams: LayoutParams

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  381. def layoutParams_=(p: LayoutParams): SAnalogClock

    Shortcut for setLayoutParams(android.view.ViewGroup.LayoutParams)

    Definition Classes
    TraitView
    Annotations
    @inline()
  382. def left(p: Int): SAnalogClock

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  383. def left: Int

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  384. def left_=(p: Int): SAnalogClock

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  385. def longClickable(p: Boolean): SAnalogClock

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  386. def longClickable: Boolean

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  387. def longClickable_=(p: Boolean): SAnalogClock

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  388. def matrix: Matrix

    Shortcut for getMatrix()

    Shortcut for getMatrix()

    Definition Classes
    TraitView
    Annotations
    @inline()
  389. final def measure(arg0: Int, arg1: Int): Unit

    Definition Classes
    View
  390. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  391. def measuredHeightAndState: Int

    Shortcut for getMeasuredHeightAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  392. def measuredState: Int

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  393. def measuredWidth: Int

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  394. def measuredWidthAndState: Int

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  395. def minimumHeight(p: Int): SAnalogClock

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  396. def minimumHeight: Int

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  397. def minimumHeight_=(p: Int): SAnalogClock

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  398. def minimumWidth(p: Int): SAnalogClock

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  399. def minimumWidth: Int

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  400. def minimumWidth_=(p: Int): SAnalogClock

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  401. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  402. def nextFocusDownId(p: Int): SAnalogClock

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  403. def nextFocusDownId: Int

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  404. def nextFocusDownId_=(p: Int): SAnalogClock

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  405. def nextFocusForwardId(p: Int): SAnalogClock

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  406. def nextFocusForwardId: Int

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  407. def nextFocusForwardId_=(p: Int): SAnalogClock

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  408. def nextFocusLeftId(p: Int): SAnalogClock

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  409. def nextFocusLeftId: Int

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  410. def nextFocusLeftId_=(p: Int): SAnalogClock

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  411. def nextFocusRightId(p: Int): SAnalogClock

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  412. def nextFocusRightId: Int

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  413. def nextFocusRightId_=(p: Int): SAnalogClock

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  414. def nextFocusUpId(p: Int): SAnalogClock

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  415. def nextFocusUpId: Int

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  416. def nextFocusUpId_=(p: Int): SAnalogClock

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  417. final def notify(): Unit

    Definition Classes
    AnyRef
  418. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  419. def offsetLeftAndRight(arg0: Int): Unit

    Definition Classes
    View
  420. def offsetTopAndBottom(arg0: Int): Unit

    Definition Classes
    View
  421. def onAnimationEnd(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  422. def onAnimationStart(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  423. def onAttachedToWindow(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AnalogClock → View
  424. def onCheckIsTextEditor(): Boolean

    Definition Classes
    View
  425. def onClick[U](f: ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  426. def onClick[U](f: (View) ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  427. def onClickListener(p: OnClickListener): SAnalogClock

    Shortcut for setOnClickListener(android.view.View.OnClickListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  428. def onClickListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  429. def onClickListener_=(p: OnClickListener): SAnalogClock

    Shortcut for setOnClickListener(android.view.View.OnClickListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  430. def onConfigurationChanged(arg0: Configuration): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  431. def onCreateContextMenu[U](f: ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  432. def onCreateContextMenu[U](f: (ContextMenu, View, ContextMenuInfo) ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  433. def onCreateContextMenu(arg0: ContextMenu): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  434. def onCreateContextMenuListener(p: OnCreateContextMenuListener): SAnalogClock

    Shortcut for setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener)

  435. def onCreateContextMenuListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  436. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SAnalogClock

    Shortcut for setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener)

  437. def onCreateDrawableState(arg0: Int): Array[Int]

    Attributes
    protected[android.view]
    Definition Classes
    View
  438. def onCreateInputConnection(arg0: EditorInfo): InputConnection

    Definition Classes
    View
  439. def onDetachedFromWindow(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AnalogClock → View
  440. def onDisplayHint(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  441. def onDrag(f: ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  442. def onDrag(f: (View, DragEvent) ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  443. def onDragEvent(arg0: DragEvent): Boolean

    Definition Classes
    View
  444. def onDragListener(p: OnDragListener): SAnalogClock

    Shortcut for setOnDragListener(android.view.View.OnDragListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  445. def onDragListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  446. def onDragListener_=(p: OnDragListener): SAnalogClock

    Shortcut for setOnDragListener(android.view.View.OnDragListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  447. def onDraw(arg0: Canvas): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AnalogClock → View
  448. final def onDrawScrollBars(arg0: Canvas): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  449. def onFilterTouchEventForSecurity(arg0: MotionEvent): Boolean

    Definition Classes
    View
  450. def onFinishInflate(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  451. def onFinishTemporaryDetach(): Unit

    Definition Classes
    View
  452. def onFocusChange[U](f: ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  453. def onFocusChange[U](f: (View, Boolean) ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  454. def onFocusChangeListener(p: OnFocusChangeListener): SAnalogClock

    Shortcut for setOnFocusChangeListener(android.view.View.OnFocusChangeListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  455. def onFocusChangeListener: OnFocusChangeListener

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  456. def onFocusChangeListener_=(p: OnFocusChangeListener): SAnalogClock

    Shortcut for setOnFocusChangeListener(android.view.View.OnFocusChangeListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  457. def onFocusChanged(arg0: Boolean, arg1: Int, arg2: Rect): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  458. def onGenericMotion(f: ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  459. def onGenericMotion(f: (View, MotionEvent) ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  460. def onGenericMotionEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  461. def onGenericMotionListener(p: OnGenericMotionListener): SAnalogClock

    Shortcut for setOnGenericMotionListener(android.view.View.OnGenericMotionListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  462. def onGenericMotionListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  463. def onGenericMotionListener_=(p: OnGenericMotionListener): SAnalogClock

    Shortcut for setOnGenericMotionListener(android.view.View.OnGenericMotionListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  464. def onHover(f: ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  465. def onHover(f: (View, MotionEvent) ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  466. def onHoverChanged(arg0: Boolean): Unit

    Definition Classes
    View
  467. def onHoverEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  468. def onHoverListener(p: OnHoverListener): SAnalogClock

    Shortcut for setOnHoverListener(android.view.View.OnHoverListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  469. def onHoverListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  470. def onHoverListener_=(p: OnHoverListener): SAnalogClock

    Shortcut for setOnHoverListener(android.view.View.OnHoverListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  471. def onInitializeAccessibilityEvent(arg0: AccessibilityEvent): Unit

    Definition Classes
    View
  472. def onInitializeAccessibilityNodeInfo(arg0: AccessibilityNodeInfo): Unit

    Definition Classes
    View
  473. def onKey(f: ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  474. def onKey(f: (View, Int, KeyEvent) ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  475. def onKeyDown(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View → Callback
  476. def onKeyListener(p: OnKeyListener): SAnalogClock

    Shortcut for setOnKeyListener(android.view.View.OnKeyListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  477. def onKeyListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  478. def onKeyListener_=(p: OnKeyListener): SAnalogClock

    Shortcut for setOnKeyListener(android.view.View.OnKeyListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  479. def onKeyLongPress(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View → Callback
  480. def onKeyMultiple(arg0: Int, arg1: Int, arg2: KeyEvent): Boolean

    Definition Classes
    View → Callback
  481. def onKeyPreIme(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View
  482. def onKeyShortcut(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View
  483. def onKeyUp(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View → Callback
  484. def onLayout(arg0: Boolean, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  485. def onLayoutChange[U](f: ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  486. def onLayoutChange[U](f: (View, Int, Int, Int, Int, Int, Int, Int, Int) ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  487. def onLongClick(f: ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  488. def onLongClick(f: (View) ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  489. def onLongClickListener(p: OnLongClickListener): SAnalogClock

    Shortcut for setOnLongClickListener(android.view.View.OnLongClickListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  490. def onLongClickListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  491. def onLongClickListener_=(p: OnLongClickListener): SAnalogClock

    Shortcut for setOnLongClickListener(android.view.View.OnLongClickListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  492. def onMeasure(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AnalogClock → View
  493. def onOverScrolled(arg0: Int, arg1: Int, arg2: Boolean, arg3: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  494. def onPopulateAccessibilityEvent(arg0: AccessibilityEvent): Unit

    Definition Classes
    View
  495. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): SAnalogClock

    Definition Classes
    PressAndHoldable
  496. def onRestoreInstanceState(arg0: Parcelable): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  497. def onSaveInstanceState(): Parcelable

    Attributes
    protected[android.view]
    Definition Classes
    View
  498. def onScreenStateChanged(arg0: Int): Unit

    Definition Classes
    View
  499. def onScrollChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  500. def onSetAlpha(arg0: Int): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  501. def onSizeChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AnalogClock → View
  502. def onStartTemporaryDetach(): Unit

    Definition Classes
    View
  503. def onSystemUiVisibilityChange[U](f: ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  504. def onSystemUiVisibilityChange[U](f: (Int) ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  505. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SAnalogClock

    Shortcut for setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener)

  506. def onSystemUiVisibilityChangeListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  507. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): SAnalogClock

    Shortcut for setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener)

  508. def onTouch(f: ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  509. def onTouch(f: (View, MotionEvent) ⇒ Boolean): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  510. def onTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  511. def onTouchListener(p: OnTouchListener): SAnalogClock

    Shortcut for setOnTouchListener(android.view.View.OnTouchListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  512. def onTouchListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  513. def onTouchListener_=(p: OnTouchListener): SAnalogClock

    Shortcut for setOnTouchListener(android.view.View.OnTouchListener)

    Definition Classes
    TraitView
    Annotations
    @inline()
  514. def onTrackballEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  515. def onViewAttachedToWindow[U](f: ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  516. def onViewAttachedToWindow[U](f: (View) ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  517. def onViewDetachedFromWindow[U](f: ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  518. def onViewDetachedFromWindow[U](f: (View) ⇒ U): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  519. def onVisibilityChanged(arg0: View, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  520. def onWindowFocusChanged(arg0: Boolean): Unit

    Definition Classes
    View
  521. def onWindowSystemUiVisibilityChanged(arg0: Int): Unit

    Definition Classes
    View
  522. def onWindowVisibilityChanged(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  523. def overScrollBy(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int, arg8: Boolean): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  524. def overScrollMode(p: Int): SAnalogClock

    Shortcut for setOverScrollMode(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  525. def overScrollMode: Int

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  526. def overScrollMode_=(p: Int): SAnalogClock

    Shortcut for setOverScrollMode(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  527. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  528. def padding: Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  529. def padding(p: Int): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  530. def paddingBottom: Int

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  531. def paddingLeft: Int

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  532. def paddingRight: Int

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  533. def paddingTop: Int

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  534. def padding_=(p: Int): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  535. def parent: ViewParent

    Shortcut for getParent()

    Shortcut for getParent()

    Definition Classes
    TraitView
    Annotations
    @inline()
  536. def parentForAccessibility: ViewParent

    Shortcut for getParentForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  537. val parentViewGroup: TraitViewGroup[_]

    Definition Classes
    SAnalogClockTraitView
  538. def parentViewGroupIfExists[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAnalogClock) ⇒ LP = (v: V) => null): TraitViewGroup[_]

    Attributes
    protected
    Definition Classes
    TraitView
  539. def performAccessibilityAction(arg0: Int, arg1: Bundle): Boolean

    Definition Classes
    View
  540. def performClick(): Boolean

    Definition Classes
    View
  541. def performHapticFeedback(arg0: Int, arg1: Int): Boolean

    Definition Classes
    View
  542. def performHapticFeedback(arg0: Int): Boolean

    Definition Classes
    View
  543. def performLongClick(): Boolean

    Definition Classes
    View
  544. def pivotX(p: Float): SAnalogClock

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  545. def pivotX: Float

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  546. def pivotX_=(p: Float): SAnalogClock

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  547. def pivotY(p: Float): SAnalogClock

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  548. def pivotY: Float

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  549. def pivotY_=(p: Float): SAnalogClock

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  550. def playSoundEffect(arg0: Int): Unit

    Definition Classes
    View
  551. def post(arg0: Runnable): Boolean

    Definition Classes
    View
  552. def postDelayed(arg0: Runnable, arg1: Long): Boolean

    Definition Classes
    View
  553. def postInvalidate(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  554. def postInvalidate(): Unit

    Definition Classes
    View
  555. def postInvalidateDelayed(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Definition Classes
    View
  556. def postInvalidateDelayed(arg0: Long): Unit

    Definition Classes
    View
  557. def postInvalidateOnAnimation(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  558. def postInvalidateOnAnimation(): Unit

    Definition Classes
    View
  559. def postOnAnimation(arg0: Runnable): Unit

    Definition Classes
    View
  560. def postOnAnimationDelayed(arg0: Runnable, arg1: Long): Unit

    Definition Classes
    View
  561. def pressed(p: Boolean): SAnalogClock

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  562. def pressed: Boolean

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  563. def pressed_=(p: Boolean): SAnalogClock

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  564. def refreshDrawableState(): Unit

    Definition Classes
    View
  565. def removeCallbacks(arg0: Runnable): Boolean

    Definition Classes
    View
  566. def removeOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

    Definition Classes
    View
  567. def removeOnLayoutChangeListener(arg0: OnLayoutChangeListener): Unit

    Definition Classes
    View
  568. def requestFitSystemWindows(): Unit

    Definition Classes
    View
  569. def requestFocus(arg0: Int, arg1: Rect): Boolean

    Definition Classes
    View
  570. final def requestFocus(arg0: Int): Boolean

    Definition Classes
    View
  571. final def requestFocus(): Boolean

    Definition Classes
    View
  572. final def requestFocusFromTouch(): Boolean

    Definition Classes
    View
  573. def requestLayout(): Unit

    Definition Classes
    View
  574. def requestRectangleOnScreen(arg0: Rect, arg1: Boolean): Boolean

    Definition Classes
    View
  575. def requestRectangleOnScreen(arg0: Rect): Boolean

    Definition Classes
    View
  576. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

    Definition Classes
    TraitView
    Annotations
    @inline()
  577. def restoreHierarchyState(arg0: SparseArray[Parcelable]): Unit

    Definition Classes
    View
  578. def right(p: Int): SAnalogClock

    Shortcut for setRight(int)

    Shortcut for setRight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  579. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  580. def right_=(p: Int): SAnalogClock

    Shortcut for setRight(int)

    Shortcut for setRight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  581. def rootView: View

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  582. def rotation(p: Float): SAnalogClock

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  583. def rotation: Float

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  584. def rotationX(p: Float): SAnalogClock

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  585. def rotationX: Float

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  586. def rotationX_=(p: Float): SAnalogClock

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  587. def rotationY(p: Float): SAnalogClock

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  588. def rotationY: Float

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  589. def rotationY_=(p: Float): SAnalogClock

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  590. def rotation_=(p: Float): SAnalogClock

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  591. def saveEnabled(p: Boolean): SAnalogClock

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  592. def saveEnabled: Boolean

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  593. def saveEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  594. def saveFromParentEnabled(p: Boolean): SAnalogClock

    Shortcut for setSaveFromParentEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  595. def saveFromParentEnabled: Boolean

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  596. def saveFromParentEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setSaveFromParentEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  597. def saveHierarchyState(arg0: SparseArray[Parcelable]): Unit

    Definition Classes
    View
  598. def scaleX(p: Float): SAnalogClock

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  599. def scaleX: Float

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  600. def scaleX_=(p: Float): SAnalogClock

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  601. def scaleY(p: Float): SAnalogClock

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  602. def scaleY: Float

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  603. def scaleY_=(p: Float): SAnalogClock

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  604. def scheduleDrawable(arg0: Drawable, arg1: Runnable, arg2: Long): Unit

    Definition Classes
    View → Callback
  605. def scrollBarDefaultDelayBeforeFade(p: Int): SAnalogClock

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  606. def scrollBarDefaultDelayBeforeFade: Int

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  607. def scrollBarDefaultDelayBeforeFade_=(p: Int): SAnalogClock

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  608. def scrollBarFadeDuration(p: Int): SAnalogClock

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  609. def scrollBarFadeDuration: Int

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  610. def scrollBarFadeDuration_=(p: Int): SAnalogClock

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  611. def scrollBarSize(p: Int): SAnalogClock

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  612. def scrollBarSize: Int

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  613. def scrollBarSize_=(p: Int): SAnalogClock

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  614. def scrollBarStyle(p: Int): SAnalogClock

    Shortcut for setScrollBarStyle(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  615. def scrollBarStyle: Int

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  616. def scrollBarStyle_=(p: Int): SAnalogClock

    Shortcut for setScrollBarStyle(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  617. def scrollBy(arg0: Int, arg1: Int): Unit

    Definition Classes
    View
  618. def scrollContainer(p: Boolean): SAnalogClock

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  619. def scrollContainer: Boolean

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  620. def scrollContainer_=(p: Boolean): SAnalogClock

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  621. def scrollTo(arg0: Int, arg1: Int): Unit

    Definition Classes
    View
  622. def scrollX(p: Int): SAnalogClock

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  623. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  624. def scrollX_=(p: Int): SAnalogClock

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  625. def scrollY(p: Int): SAnalogClock

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  626. def scrollY: Int

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  627. def scrollY_=(p: Int): SAnalogClock

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  628. def scrollbarFadingEnabled(p: Boolean): SAnalogClock

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  629. def scrollbarFadingEnabled: Boolean

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  630. def scrollbarFadingEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  631. def selected(p: Boolean): SAnalogClock

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  632. def selected: Boolean

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  633. def selected_=(p: Boolean): SAnalogClock

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  634. def sendAccessibilityEvent(arg0: Int): Unit

    Definition Classes
    View → AccessibilityEventSource
  635. def sendAccessibilityEventUnchecked(arg0: AccessibilityEvent): Unit

    Definition Classes
    View → AccessibilityEventSource
  636. def setAccessibilityDelegate(arg0: AccessibilityDelegate): Unit

    Definition Classes
    View
  637. def setActivated(arg0: Boolean): Unit

    Definition Classes
    View
  638. def setAlpha(arg0: Float): Unit

    Definition Classes
    View
  639. def setAnimation(arg0: Animation): Unit

    Definition Classes
    View
  640. def setBackground(arg0: Drawable): Unit

    Definition Classes
    View
  641. def setBackgroundColor(arg0: Int): Unit

    Definition Classes
    View
  642. def setBackgroundResource(arg0: Int): Unit

    Definition Classes
    View
  643. final def setBottom(arg0: Int): Unit

    Definition Classes
    View
  644. def setCameraDistance(arg0: Float): Unit

    Definition Classes
    View
  645. def setClickable(arg0: Boolean): Unit

    Definition Classes
    View
  646. def setContentDescription(arg0: CharSequence): Unit

    Definition Classes
    View
  647. def setDrawingCacheBackgroundColor(arg0: Int): Unit

    Definition Classes
    View
  648. def setDrawingCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  649. def setDrawingCacheQuality(arg0: Int): Unit

    Definition Classes
    View
  650. def setDuplicateParentStateEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  651. def setEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  652. def setFadingEdgeLength(arg0: Int): Unit

    Definition Classes
    View
  653. def setFilterTouchesWhenObscured(arg0: Boolean): Unit

    Definition Classes
    View
  654. def setFitsSystemWindows(arg0: Boolean): Unit

    Definition Classes
    View
  655. def setFocusable(arg0: Boolean): Unit

    Definition Classes
    View
  656. def setFocusableInTouchMode(arg0: Boolean): Unit

    Definition Classes
    View
  657. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  658. def setHasTransientState(arg0: Boolean): Unit

    Definition Classes
    View
  659. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  660. def setHorizontalScrollBarEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  661. def setHovered(arg0: Boolean): Unit

    Definition Classes
    View
  662. def setId(arg0: Int): Unit

    Definition Classes
    View
  663. def setImportantForAccessibility(arg0: Int): Unit

    Definition Classes
    View
  664. def setKeepScreenOn(arg0: Boolean): Unit

    Definition Classes
    View
  665. def setLayerType(arg0: Int, arg1: Paint): Unit

    Definition Classes
    View
  666. def setLayoutParams(arg0: LayoutParams): Unit

    Definition Classes
    View
  667. final def setLeft(arg0: Int): Unit

    Definition Classes
    View
  668. def setLongClickable(arg0: Boolean): Unit

    Definition Classes
    View
  669. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  670. def setMinimumHeight(arg0: Int): Unit

    Definition Classes
    View
  671. def setMinimumWidth(arg0: Int): Unit

    Definition Classes
    View
  672. def setNextFocusDownId(arg0: Int): Unit

    Definition Classes
    View
  673. def setNextFocusForwardId(arg0: Int): Unit

    Definition Classes
    View
  674. def setNextFocusLeftId(arg0: Int): Unit

    Definition Classes
    View
  675. def setNextFocusRightId(arg0: Int): Unit

    Definition Classes
    View
  676. def setNextFocusUpId(arg0: Int): Unit

    Definition Classes
    View
  677. def setOnClickListener(arg0: OnClickListener): Unit

    Definition Classes
    View
  678. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Definition Classes
    View
  679. def setOnDragListener(arg0: OnDragListener): Unit

    Definition Classes
    View
  680. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

    Definition Classes
    View
  681. def setOnGenericMotionListener(arg0: OnGenericMotionListener): Unit

    Definition Classes
    View
  682. def setOnHoverListener(arg0: OnHoverListener): Unit

    Definition Classes
    View
  683. def setOnKeyListener(arg0: OnKeyListener): Unit

    Definition Classes
    View
  684. def setOnLongClickListener(arg0: OnLongClickListener): Unit

    Definition Classes
    View
  685. def setOnSystemUiVisibilityChangeListener(arg0: OnSystemUiVisibilityChangeListener): Unit

    Definition Classes
    View
  686. def setOnTouchListener(arg0: OnTouchListener): Unit

    Definition Classes
    View
  687. def setOverScrollMode(arg0: Int): Unit

    Definition Classes
    View
  688. def setPadding(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  689. def setPivotX(arg0: Float): Unit

    Definition Classes
    View
  690. def setPivotY(arg0: Float): Unit

    Definition Classes
    View
  691. def setPressed(arg0: Boolean): Unit

    Definition Classes
    View
  692. final def setRight(arg0: Int): Unit

    Definition Classes
    View
  693. def setRotation(arg0: Float): Unit

    Definition Classes
    View
  694. def setRotationX(arg0: Float): Unit

    Definition Classes
    View
  695. def setRotationY(arg0: Float): Unit

    Definition Classes
    View
  696. def setSaveEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  697. def setSaveFromParentEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  698. def setScaleX(arg0: Float): Unit

    Definition Classes
    View
  699. def setScaleY(arg0: Float): Unit

    Definition Classes
    View
  700. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Definition Classes
    View
  701. def setScrollBarFadeDuration(arg0: Int): Unit

    Definition Classes
    View
  702. def setScrollBarSize(arg0: Int): Unit

    Definition Classes
    View
  703. def setScrollBarStyle(arg0: Int): Unit

    Definition Classes
    View
  704. def setScrollContainer(arg0: Boolean): Unit

    Definition Classes
    View
  705. def setScrollX(arg0: Int): Unit

    Definition Classes
    View
  706. def setScrollY(arg0: Int): Unit

    Definition Classes
    View
  707. def setScrollbarFadingEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  708. def setSelected(arg0: Boolean): Unit

    Definition Classes
    View
  709. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  710. def setSystemUiVisibility(arg0: Int): Unit

    Definition Classes
    View
  711. def setTag(arg0: Int, arg1: Any): Unit

    Definition Classes
    View
  712. def setTag(arg0: Any): Unit

    Definition Classes
    View
  713. final def setTop(arg0: Int): Unit

    Definition Classes
    View
  714. def setTouchDelegate(arg0: TouchDelegate): Unit

    Definition Classes
    View
  715. def setTranslationX(arg0: Float): Unit

    Definition Classes
    View
  716. def setTranslationY(arg0: Float): Unit

    Definition Classes
    View
  717. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  718. def setVerticalScrollBarEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  719. def setVerticalScrollbarPosition(arg0: Int): Unit

    Definition Classes
    View
  720. def setVisibility(arg0: Int): Unit

    Definition Classes
    View
  721. def setWillNotCacheDrawing(arg0: Boolean): Unit

    Definition Classes
    View
  722. def setWillNotDraw(arg0: Boolean): Unit

    Definition Classes
    View
  723. def setX(arg0: Float): Unit

    Definition Classes
    View
  724. def setY(arg0: Float): Unit

    Definition Classes
    View
  725. def showContextMenu(): Boolean

    Definition Classes
    View
  726. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  727. def soundEffectsEnabled(p: Boolean): SAnalogClock

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  728. def soundEffectsEnabled: Boolean

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  729. def soundEffectsEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  730. def startActionMode(arg0: Callback): ActionMode

    Definition Classes
    View
  731. def startAnimation(arg0: Animation): Unit

    Definition Classes
    View
  732. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

    Definition Classes
    View
  733. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  734. def systemUiVisibility(p: Int): SAnalogClock

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  735. def systemUiVisibility: Int

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  736. def systemUiVisibility_=(p: Int): SAnalogClock

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  737. def tag(p: Any): SAnalogClock

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  738. def tag: AnyRef

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  739. def tag_=(p: Any): SAnalogClock

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  740. def toString(): String

    Definition Classes
    AnyRef → Any
  741. def top(p: Int): SAnalogClock

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  742. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  743. def top_=(p: Int): SAnalogClock

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  744. def touchDelegate(p: TouchDelegate): SAnalogClock

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  745. def touchDelegate: TouchDelegate

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  746. def touchDelegate_=(p: TouchDelegate): SAnalogClock

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  747. def touchables: ArrayList[View]

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  748. def translationX(p: Float): SAnalogClock

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  749. def translationX: Float

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  750. def translationX_=(p: Float): SAnalogClock

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  751. def translationY(p: Float): SAnalogClock

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  752. def translationY: Float

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  753. def translationY_=(p: Float): SAnalogClock

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  754. def uniqueId(implicit activity: Activity): Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  755. def unscheduleDrawable(arg0: Drawable): Unit

    Definition Classes
    View
  756. def unscheduleDrawable(arg0: Drawable, arg1: Runnable): Unit

    Definition Classes
    View → Callback
  757. def verifyDrawable(arg0: Drawable): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  758. def verticalFadingEdgeEnabled(p: Boolean): SAnalogClock

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  759. def verticalFadingEdgeEnabled: Boolean

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  760. def verticalFadingEdgeEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  761. def verticalFadingEdgeLength: Int

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  762. def verticalScrollBarEnabled(p: Boolean): SAnalogClock

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  763. def verticalScrollBarEnabled: Boolean

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  764. def verticalScrollBarEnabled_=(p: Boolean): SAnalogClock

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  765. def verticalScrollbarPosition(p: Int): SAnalogClock

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  766. def verticalScrollbarPosition: Int

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  767. def verticalScrollbarPosition_=(p: Int): SAnalogClock

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  768. def verticalScrollbarWidth: Int

    Shortcut for getVerticalScrollbarWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  769. def viewTreeObserver: ViewTreeObserver

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  770. def visibility(p: Int): SAnalogClock

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  771. def visibility: Int

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  772. def visibility_=(p: Int): SAnalogClock

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  773. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  774. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  775. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  776. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAnalogClock) ⇒ LP): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  777. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  778. def willNotCacheDrawing(p: Boolean): SAnalogClock

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  779. def willNotCacheDrawing(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  780. def willNotCacheDrawing_=(p: Boolean): SAnalogClock

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  781. def willNotDraw(p: Boolean): SAnalogClock

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  782. def willNotDraw(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  783. def willNotDraw_=(p: Boolean): SAnalogClock

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  784. def windowSystemUiVisibility: Int

    Shortcut for getWindowSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  785. def windowToken: IBinder

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  786. def windowVisibility: Int

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  787. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAnalogClock) ⇒ LP): SAnalogClock

    Definition Classes
    TraitView
    Annotations
    @inline()
  788. def x(p: Float): SAnalogClock

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  789. def x: Float

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  790. def x_=(p: Float): SAnalogClock

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  791. def y(p: Float): SAnalogClock

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  792. def y: Float

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  793. def y_=(p: Float): SAnalogClock

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SAnalogClock

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SAnalogClock

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def setBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitAnalogClock[SAnalogClock]

Inherited from TraitView[SAnalogClock]

Inherited from PressAndHoldable[SAnalogClock]

Inherited from ConstantsSupport

Inherited from AnalogClock

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped