org.scaloid.common

STimePicker

Related Docs: object STimePicker | package common

class STimePicker extends TimePicker with TraitTimePicker[STimePicker]

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

Linear Supertypes
TraitTimePicker[STimePicker], TraitFrameLayout[STimePicker], TraitViewGroup[STimePicker], TraitView[STimePicker], PressAndHoldable[STimePicker], ConstantsSupport, TimePicker, FrameLayout, ViewGroup, ViewManager, ViewParent, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. STimePicker
  2. TraitTimePicker
  3. TraitFrameLayout
  4. TraitViewGroup
  5. TraitView
  6. PressAndHoldable
  7. ConstantsSupport
  8. TimePicker
  9. FrameLayout
  10. ViewGroup
  11. ViewManager
  12. ViewParent
  13. View
  14. AccessibilityEventSource
  15. Callback
  16. Callback
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new STimePicker()(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 +=(v: View): STimePicker

    Definition Classes
    TraitViewGroup
  4. def <<[LP <: ViewGroupLayoutParams[_, _]](width: Int, height: Int)(implicit defaultLayoutParam: (STimePicker) ⇒ LP): LP

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

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

    Definition Classes
    AnyRef → Any
  7. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  8. val NONE: Int

    Definition Classes
    ConstantsSupport
  9. val TEXT: Int

    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  26. val WRAP_CONTENT: Int

    Definition Classes
    TraitView
  27. def accessibilityDelegate(p: AccessibilityDelegate): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  29. def accessibilityDelegate_=(p: AccessibilityDelegate): STimePicker

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

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

    Shortcut for getAccessibilityNodeProvider()

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

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Shortcut for isActivated()

    Shortcut for isActivated()

    Definition Classes
    TraitView
    Annotations
    @inline()
  33. def activated_=(p: Boolean): STimePicker

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

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

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

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

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

    Definition Classes
    View
  39. def addStatesFromChildren(p: Boolean): STimePicker

    Shortcut for setAddStatesFromChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  40. def addStatesFromChildren(): Boolean

    Definition Classes
    ViewGroup
  41. def addStatesFromChildren_=(p: Boolean): STimePicker

    Shortcut for setAddStatesFromChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  42. def addTouchables(arg0: ArrayList[View]): Unit

    Definition Classes
    ViewGroup → View
  43. def addView(arg0: View, arg1: Int, arg2: LayoutParams): Unit

    Definition Classes
    ViewGroup
  44. def addView(arg0: View, arg1: LayoutParams): Unit

    Definition Classes
    ViewGroup → ViewManager
  45. def addView(arg0: View, arg1: Int, arg2: Int): Unit

    Definition Classes
    ViewGroup
  46. def addView(arg0: View, arg1: Int): Unit

    Definition Classes
    ViewGroup
  47. def addView(arg0: View): Unit

    Definition Classes
    ViewGroup
  48. def addViewInLayout(arg0: View, arg1: Int, arg2: LayoutParams, arg3: Boolean): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  49. def addViewInLayout(arg0: View, arg1: Int, arg2: LayoutParams): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  50. def alpha(p: Float): STimePicker

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  52. def alpha_=(p: Float): STimePicker

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  53. def alwaysDrawnWithCacheEnabled(p: Boolean): STimePicker

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  54. def alwaysDrawnWithCacheEnabled: Boolean

    Shortcut for isAlwaysDrawnWithCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  55. def alwaysDrawnWithCacheEnabled_=(p: Boolean): STimePicker

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  56. def animate(): ViewPropertyAnimator

    Definition Classes
    View
  57. def animation(p: Animation): STimePicker

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  59. def animationCacheEnabled(p: Boolean): STimePicker

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  60. def animationCacheEnabled: Boolean

    Shortcut for isAnimationCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  61. def animationCacheEnabled_=(p: Boolean): STimePicker

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  62. def animation_=(p: Animation): STimePicker

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

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

    Definition Classes
    View
  64. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  65. def applyStyle(v: View): View

    Definition Classes
    TraitViewGroup
  66. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  67. def attachLayoutAnimationParameters(arg0: View, arg1: LayoutParams, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  68. def attachViewToParent(arg0: View, arg1: Int, arg2: LayoutParams): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  69. def awakenScrollBars(arg0: Int, arg1: Boolean): Boolean

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

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  74. def backgroundColor(p: Int): STimePicker

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  76. def backgroundColor_=(p: Int): STimePicker

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  78. def backgroundResource(p: Int): STimePicker

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  80. def backgroundResource_=(p: Int): STimePicker

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  81. def background_=(p: Drawable): STimePicker

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

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def basis: STimePicker

    Definition Classes
    STimePickerTraitViewPressAndHoldable
  84. def bottom(p: Int): STimePicker

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  86. def bottom_=(p: Int): STimePicker

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  87. def bringChildToFront(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  88. def bringToFront(): Unit

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

    Definition Classes
    View
  90. def buildDrawingCache(): Unit

    Definition Classes
    View
  91. def buildLayer(): Unit

    Definition Classes
    View
  92. def callOnClick(): Boolean

    Definition Classes
    View
  93. def cameraDistance(p: Float): STimePicker

    Shortcut for setCameraDistance(float)

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

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  95. def cameraDistance_=(p: Float): STimePicker

    Shortcut for setCameraDistance(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  96. def canAnimate(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  97. def canScrollHorizontally(arg0: Int): Boolean

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

    Definition Classes
    View
  99. def cancelLongPress(): Unit

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

    Definition Classes
    View
  101. def checkLayoutParams(arg0: LayoutParams): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    FrameLayout → ViewGroup
  102. def childCount: Int

    Shortcut for getChildCount()

    Shortcut for getChildCount()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  103. def childDrawableStateChanged(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  104. def cleanupLayoutState(arg0: View): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  105. def clearAnimation(): Unit

    Definition Classes
    View
  106. def clearChildFocus(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  107. def clearDisappearingChildren(): Unit

    Definition Classes
    ViewGroup
  108. def clearFocus(): Unit

    Definition Classes
    ViewGroup → View
  109. def clickable(p: Boolean): STimePicker

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  111. def clickable_=(p: Boolean): STimePicker

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  112. def clipChildren(p: Boolean): STimePicker

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  113. def clipChildren(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  114. def clipChildren_=(p: Boolean): STimePicker

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  115. def clipToPadding(p: Boolean): STimePicker

    Shortcut for setClipToPadding(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  116. def clipToPadding(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  117. def clipToPadding_=(p: Boolean): STimePicker

    Shortcut for setClipToPadding(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  118. def clone(): AnyRef

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

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

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

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

    Definition Classes
    View
  123. def computeVerticalScrollExtent(): Int

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

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

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  128. def contentDescription_=(p: CharSequence): STimePicker

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContext()

    Shortcut for getContext()

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

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

    Definition Classes
    View
  132. def currentHour(p: Integer): STimePicker

    Shortcut for setCurrentHour(java.lang.Integer)

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  133. def currentHour: Integer

    Shortcut for getCurrentHour()

    Shortcut for getCurrentHour()

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  134. def currentHour_=(p: Integer): STimePicker

    Shortcut for setCurrentHour(java.lang.Integer)

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  135. def currentMinute(p: Integer): STimePicker

    Shortcut for setCurrentMinute(java.lang.Integer)

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  136. def currentMinute: Integer

    Shortcut for getCurrentMinute()

    Shortcut for getCurrentMinute()

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  137. def currentMinute_=(p: Integer): STimePicker

    Shortcut for setCurrentMinute(java.lang.Integer)

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  138. def debug(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  139. def descendantFocusability(p: Int): STimePicker

    Shortcut for setDescendantFocusability(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  140. def descendantFocusability: Int

    Shortcut for getDescendantFocusability()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  141. def descendantFocusability_=(p: Int): STimePicker

    Shortcut for setDescendantFocusability(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  142. def destroyDrawingCache(): Unit

    Definition Classes
    View
  143. def detachAllViewsFromParent(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  144. def detachViewFromParent(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  145. def detachViewFromParent(arg0: View): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  146. def detachViewsFromParent(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  147. def disable(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def disableAlwaysDrawnWithCache(): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  149. def disableAnimationCache(): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  150. def disableDrawingCache(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  151. def disableDuplicateParentState(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def disableHapticFeedback(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  153. def disableHorizontalFadingEdge(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  154. def disableHorizontalScrollBar(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  155. def disableMotionEventSplitting(): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  156. def disableSave(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  157. def disableSaveFromParent(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  158. def disableScrollbarFading(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  159. def disableSoundEffects(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  160. def disableVerticalFadingEdge(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  161. def disableVerticalScrollBar(): STimePicker

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

    Definition Classes
    ViewGroup → View
  163. def dispatchDisplayHint(arg0: Int): Unit

    Definition Classes
    ViewGroup → View
  164. def dispatchDragEvent(arg0: DragEvent): Boolean

    Definition Classes
    ViewGroup → View
  165. def dispatchDraw(arg0: Canvas): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  166. def dispatchFreezeSelfOnly(arg0: SparseArray[Parcelable]): Unit

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

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

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

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

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

    Definition Classes
    ViewGroup → View
  172. def dispatchKeyEventPreIme(arg0: KeyEvent): Boolean

    Definition Classes
    ViewGroup → View
  173. def dispatchKeyShortcutEvent(arg0: KeyEvent): Boolean

    Definition Classes
    ViewGroup → View
  174. def dispatchPopulateAccessibilityEvent(arg0: AccessibilityEvent): Boolean

    Definition Classes
    TimePicker → View
  175. def dispatchRestoreInstanceState(arg0: SparseArray[Parcelable]): Unit

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

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

    Definition Classes
    ViewGroup → View
  178. def dispatchSetPressed(arg0: Boolean): Unit

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

    Definition Classes
    ViewGroup → View
  180. def dispatchSystemUiVisibilityChanged(arg0: Int): Unit

    Definition Classes
    ViewGroup → View
  181. def dispatchThawSelfOnly(arg0: SparseArray[Parcelable]): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  182. def dispatchTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup → View
  183. def dispatchTrackballEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup → View
  184. def dispatchUnhandledMove(arg0: View, arg1: Int): Boolean

    Definition Classes
    ViewGroup → View
  185. def dispatchVisibilityChanged(arg0: View, arg1: Int): Unit

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

    Definition Classes
    ViewGroup → View
  187. def dispatchWindowSystemUiVisiblityChanged(arg0: Int): Unit

    Definition Classes
    ViewGroup → View
  188. def dispatchWindowVisibilityChanged(arg0: Int): Unit

    Definition Classes
    ViewGroup → View
  189. def draw(arg0: Canvas): Unit

    Definition Classes
    FrameLayout → View
  190. def drawChild(arg0: Canvas, arg1: View, arg2: Long): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  191. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Attributes
    protected[android.widget]
    Definition Classes
    FrameLayout → ViewGroup → View
  193. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. def drawingCacheBackgroundColor(p: Int): STimePicker

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def drawingCacheBackgroundColor_=(p: Int): STimePicker

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  197. def drawingCacheEnabled(p: Boolean): STimePicker

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  199. def drawingCacheEnabled_=(p: Boolean): STimePicker

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  200. def drawingCacheQuality(p: Int): STimePicker

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  202. def drawingCacheQuality_=(p: Int): STimePicker

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  204. def duplicateParentStateEnabled(p: Boolean): STimePicker

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  206. def duplicateParentStateEnabled_=(p: Boolean): STimePicker

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  207. def enable(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  208. def enableAlwaysDrawnWithCache(): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  209. def enableAnimationCache(): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  210. def enableDrawingCache(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  211. def enableDuplicateParentState(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  212. def enableHapticFeedback(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  213. def enableHorizontalFadingEdge(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  214. def enableHorizontalScrollBar(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  215. def enableMotionEventSplitting(): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  216. def enableSave(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  217. def enableSaveFromParent(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  218. def enableScrollbarFading(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  219. def enableSoundEffects(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  220. def enableVerticalFadingEdge(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  221. def enableVerticalScrollBar(): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  222. def enabled(p: Boolean): STimePicker

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  224. def enabled_=(p: Boolean): STimePicker

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  225. def endViewTransition(arg0: View): Unit

    Definition Classes
    ViewGroup
  226. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  228. def fadingEdgeLength(p: Int): STimePicker

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  230. def fadingEdgeLength_=(p: Int): STimePicker

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  232. def filterTouchesWhenObscured(p: Boolean): STimePicker

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  234. def filterTouchesWhenObscured_=(p: Boolean): STimePicker

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

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

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

    Definition Classes
    ViewGroup → View
  238. final def findViewById(arg0: Int): View

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

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

    Definition Classes
    ViewGroup → View
  241. def fitSystemWindows(arg0: Rect): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  242. def fitsSystemWindows(p: Boolean): STimePicker

    Shortcut for setFitsSystemWindows(boolean)

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

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  244. def fitsSystemWindows_=(p: Boolean): STimePicker

    Shortcut for setFitsSystemWindows(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  245. def focusSearch(arg0: View, arg1: Int): View

    Definition Classes
    ViewGroup → ViewParent
  246. def focusSearch(arg0: Int): View

    Definition Classes
    View
  247. def focusable(p: Boolean): STimePicker

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  249. def focusableInTouchMode(p: Boolean): STimePicker

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  251. def focusableInTouchMode_=(p: Boolean): STimePicker

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  252. def focusableViewAvailable(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  253. def focusable_=(p: Boolean): STimePicker

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  254. def focusedChild: View

    Shortcut for getFocusedChild()

    Shortcut for getFocusedChild()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  255. def forceLayout(): Unit

    Definition Classes
    View
  256. def foreground(p: Drawable): STimePicker

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

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  257. def foreground: Drawable

    Shortcut for getForeground()

    Shortcut for getForeground()

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  258. def foregroundGravity(p: Int): STimePicker

    Shortcut for setForegroundGravity(int)

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  259. def foregroundGravity: Int

    Shortcut for getForegroundGravity()

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  260. def foregroundGravity_=(p: Int): STimePicker

    Shortcut for setForegroundGravity(int)

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  261. def foreground_=(p: Drawable): STimePicker

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

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  262. def fw[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (STimePicker) ⇒ LP): STimePicker

    Definition Classes
    TraitView
    Annotations
    @inline()
  263. def gatherTransparentRegion(arg0: Region): Boolean

    Definition Classes
    FrameLayout → ViewGroup
  264. def generateDefaultLayoutParams(): LayoutParams

    Attributes
    protected[android.widget]
    Definition Classes
    FrameLayout → ViewGroup
  265. def generateLayoutParams(arg0: LayoutParams): LayoutParams

    Attributes
    protected[android.widget]
    Definition Classes
    FrameLayout → ViewGroup
  266. def generateLayoutParams(arg0: AttributeSet): LayoutParams

    Definition Classes
    FrameLayout → ViewGroup
  267. def getAccessibilityNodeProvider(): AccessibilityNodeProvider

    Definition Classes
    View
  268. def getAlpha(): Float

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

    Definition Classes
    View
  270. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  271. def getBackground(): Drawable

    Definition Classes
    View
  272. def getBaseline(): Int

    Definition Classes
    TimePicker → View
  273. final def getBottom(): Int

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

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

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

    Definition Classes
    View
  277. def getChildAt(arg0: Int): View

    Definition Classes
    ViewGroup
  278. def getChildCount(): Int

    Definition Classes
    ViewGroup
  279. def getChildDrawingOrder(arg0: Int, arg1: Int): Int

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  280. def getChildStaticTransformation(arg0: View, arg1: Transformation): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  281. def getChildVisibleRect(arg0: View, arg1: Rect, arg2: Point): Boolean

    Definition Classes
    ViewGroup → ViewParent
  282. final def getClass(): Class[_]

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  286. def getCurrentHour(): Integer

    Definition Classes
    TimePicker
  287. def getCurrentMinute(): Integer

    Definition Classes
    TimePicker
  288. def getDescendantFocusability(): Int

    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  289. final def getDrawableState(): Array[Int]

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

    Definition Classes
    View
  291. def getDrawingCache(): Bitmap

    Definition Classes
    View
  292. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  293. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  295. def getDrawingTime(): Long

    Definition Classes
    View
  296. def getFilterTouchesWhenObscured(): Boolean

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

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

    Definition Classes
    View
  299. def getFocusedChild(): View

    Definition Classes
    ViewGroup
  300. def getFocusedRect(arg0: Rect): Unit

    Definition Classes
    View
  301. def getForeground(): Drawable

    Definition Classes
    FrameLayout
  302. def getForegroundGravity(): Int

    Definition Classes
    FrameLayout
  303. final def getGlobalVisibleRect(arg0: Rect): Boolean

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

    Definition Classes
    View
  305. def getHandler(): Handler

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

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

    Definition Classes
    View
  308. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  309. def getHorizontalScrollbarHeight(): Int

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

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

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

    Definition Classes
    View
  313. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  314. def getLayerType(): Int

    Definition Classes
    View
  315. def getLayoutAnimation(): LayoutAnimationController

    Definition Classes
    ViewGroup
  316. def getLayoutAnimationListener(): AnimationListener

    Definition Classes
    ViewGroup
  317. def getLayoutParams(): LayoutParams

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  318. def getLayoutTransition(): LayoutTransition

    Definition Classes
    ViewGroup
  319. final def getLeft(): Int

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

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

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

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

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

    Definition Classes
    View
  325. def getMatrix(): Matrix

    Definition Classes
    View
  326. def getMeasureAllChildren(): Boolean

    Definition Classes
    FrameLayout
  327. final def getMeasuredHeight(): Int

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

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

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

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

    Definition Classes
    View
  332. def getMinimumHeight(): Int

    Definition Classes
    View
  333. def getMinimumWidth(): Int

    Definition Classes
    View
  334. def getNextFocusDownId(): Int

    Definition Classes
    View
  335. def getNextFocusForwardId(): Int

    Definition Classes
    View
  336. def getNextFocusLeftId(): Int

    Definition Classes
    View
  337. def getNextFocusRightId(): Int

    Definition Classes
    View
  338. def getNextFocusUpId(): Int

    Definition Classes
    View
  339. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  340. def getOverScrollMode(): Int

    Definition Classes
    View
  341. def getPaddingBottom(): Int

    Definition Classes
    View
  342. def getPaddingLeft(): Int

    Definition Classes
    View
  343. def getPaddingRight(): Int

    Definition Classes
    View
  344. def getPaddingTop(): Int

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

    Definition Classes
    View
  346. def getParentForAccessibility(): ViewParent

    Definition Classes
    View
  347. def getPersistentDrawingCache(): Int

    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  348. def getPivotX(): Float

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

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

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

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

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

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

    Definition Classes
    View
  355. def getRotation(): Float

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

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

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

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

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

    Definition Classes
    View
  361. def getScrollBarFadeDuration(): Int

    Definition Classes
    View
  362. def getScrollBarSize(): Int

    Definition Classes
    View
  363. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  366. def getSolidColor(): Int

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

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

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

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

    Definition Classes
    View
  371. def getTag(): AnyRef

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

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

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

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

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

    Definition Classes
    View
  377. def getTranslationX(): Float

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

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

    Definition Classes
    View
  380. def getVerticalScrollbarPosition(): Int

    Definition Classes
    View
  381. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  382. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  383. def getVisibility(): Int

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

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

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

    Definition Classes
    View
  387. def getWindowToken(): IBinder

    Definition Classes
    View
  388. def getWindowVisibility(): Int

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

    Definition Classes
    View
  390. def getX(): Float

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

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

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  393. def hapticFeedbackEnabled(p: Boolean): STimePicker

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  395. def hapticFeedbackEnabled_=(p: Boolean): STimePicker

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Definition Classes
    ViewGroup → View
  397. def hasFocusable(): Boolean

    Definition Classes
    ViewGroup → View
  398. def hasOnClickListeners(): Boolean

    Definition Classes
    View
  399. def hasOverlappingRendering(): Boolean

    Definition Classes
    View
  400. def hasTransientState(p: Boolean): STimePicker

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  402. def hasTransientState_=(p: Boolean): STimePicker

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
  404. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  405. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  406. def horizontalFadingEdgeEnabled(p: Boolean): STimePicker

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  408. def horizontalFadingEdgeEnabled_=(p: Boolean): STimePicker

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  410. def horizontalScrollBarEnabled(p: Boolean): STimePicker

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  412. def horizontalScrollBarEnabled_=(p: Boolean): STimePicker

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  413. def hovered(p: Boolean): STimePicker

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  415. def hovered_=(p: Boolean): STimePicker

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  416. def id(p: Int): STimePicker

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  418. def id_=(p: Int): STimePicker

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  419. def importantForAccessibility(p: Int): STimePicker

    Shortcut for setImportantForAccessibility(int)

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

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  421. def importantForAccessibility_=(p: Int): STimePicker

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  422. def indexOfChild(arg0: View): Int

    Definition Classes
    ViewGroup
  423. def initializeFadingEdge(arg0: TypedArray): Unit

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

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

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

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

    Definition Classes
    View
  428. final def invalidateChild(arg0: View, arg1: Rect): Unit

    Definition Classes
    ViewGroup → ViewParent
  429. def invalidateChildInParent(arg0: Array[Int], arg1: Rect): ViewParent

    Definition Classes
    ViewGroup → ViewParent
  430. def invalidateDrawable(arg0: Drawable): Unit

    Definition Classes
    View → Callback
  431. def is24HourView(p: Boolean): STimePicker

    Shortcut for setIs24HourView(java.lang.Boolean)

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  432. def is24HourView(): Boolean

    Definition Classes
    TimePicker
  433. def is24HourView_=(p: Boolean): STimePicker

    Shortcut for setIs24HourView(java.lang.Boolean)

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  434. def isActivated(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  435. def isAlwaysDrawnWithCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  436. def isAnimationCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  437. def isChildrenDrawingOrderEnabled(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  438. def isChildrenDrawnWithCacheEnabled(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  439. def isClickable(): Boolean

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

    Definition Classes
    View
  441. def isDrawingCacheEnabled(): Boolean

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

    Definition Classes
    View
  443. def isEnabled(): Boolean

    Definition Classes
    TimePicker → View
  444. final def isFocusable(): Boolean

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

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

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

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

    Definition Classes
    View
  449. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  450. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  451. def isHovered(): Boolean

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

    Definition Classes
    View
  453. def isInTouchMode(): Boolean

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

    Definition Classes
    Any
  455. def isLayoutRequested(): Boolean

    Definition Classes
    View
  456. def isLongClickable(): Boolean

    Definition Classes
    View
  457. def isMotionEventSplittingEnabled(): Boolean

    Definition Classes
    ViewGroup
  458. def isOpaque(): Boolean

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

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

    Definition Classes
    View
  461. def isSaveEnabled(): Boolean

    Definition Classes
    View
  462. def isSaveFromParentEnabled(): Boolean

    Definition Classes
    View
  463. def isScrollContainer(): Boolean

    Definition Classes
    View
  464. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  465. def isSelected(): Boolean

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

    Definition Classes
    View
  467. def isSoundEffectsEnabled(): Boolean

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

    Definition Classes
    View
  469. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  470. def jumpDrawablesToCurrentState(): Unit

    Definition Classes
    FrameLayout → ViewGroup → View
  471. def keepScreenOn(p: Boolean): STimePicker

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  473. def keepScreenOn_=(p: Boolean): STimePicker

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

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

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Definition Classes
    ViewGroup → View
  477. def layoutAnimation(p: LayoutAnimationController): STimePicker

    Shortcut for setLayoutAnimation(android.view.animation.LayoutAnimationController)

  478. def layoutAnimation: LayoutAnimationController

    Shortcut for getLayoutAnimation()

    Shortcut for getLayoutAnimation()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  479. def layoutAnimationListener(p: AnimationListener): STimePicker

    Shortcut for setLayoutAnimationListener(android.view.animation.Animation.AnimationListener)

  480. def layoutAnimationListener: AnimationListener

    Shortcut for getLayoutAnimationListener()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  481. def layoutAnimationListener_=(p: AnimationListener): STimePicker

    Shortcut for setLayoutAnimationListener(android.view.animation.Animation.AnimationListener)

  482. def layoutAnimation_=(p: LayoutAnimationController): STimePicker

    Shortcut for setLayoutAnimation(android.view.animation.LayoutAnimationController)

  483. def layoutParams(p: LayoutParams): STimePicker

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  485. def layoutParams_=(p: LayoutParams): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  486. def layoutTransition(p: LayoutTransition): STimePicker

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  487. def layoutTransition: LayoutTransition

    Shortcut for getLayoutTransition()

    Shortcut for getLayoutTransition()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  488. def layoutTransition_=(p: LayoutTransition): STimePicker

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  489. def left(p: Int): STimePicker

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  491. def left_=(p: Int): STimePicker

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  492. def longClickable(p: Boolean): STimePicker

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  494. def longClickable_=(p: Boolean): STimePicker

    Shortcut for setLongClickable(boolean)

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

    Shortcut for getMatrix()

    Shortcut for getMatrix()

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

    Definition Classes
    View
  497. def measureAllChildren(p: Boolean): STimePicker

    Shortcut for setMeasureAllChildren(boolean)

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  498. def measureAllChildren: Boolean

    Shortcut for getMeasureAllChildren()

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  499. def measureAllChildren_=(p: Boolean): STimePicker

    Shortcut for setMeasureAllChildren(boolean)

    Definition Classes
    TraitFrameLayout
    Annotations
    @inline()
  500. def measureChild(arg0: View, arg1: Int, arg2: Int): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  502. def measureChildren(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  503. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredHeightAndState()

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

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  508. def minimumHeight(p: Int): STimePicker

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  510. def minimumHeight_=(p: Int): STimePicker

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  511. def minimumWidth(p: Int): STimePicker

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  513. def minimumWidth_=(p: Int): STimePicker

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  514. def motionEventSplittingEnabled(p: Boolean): STimePicker

    Shortcut for setMotionEventSplittingEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  515. def motionEventSplittingEnabled: Boolean

    Shortcut for isMotionEventSplittingEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  516. def motionEventSplittingEnabled_=(p: Boolean): STimePicker

    Shortcut for setMotionEventSplittingEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  517. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  518. def nextFocusDownId(p: Int): STimePicker

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  520. def nextFocusDownId_=(p: Int): STimePicker

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  521. def nextFocusForwardId(p: Int): STimePicker

    Shortcut for setNextFocusForwardId(int)

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

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  523. def nextFocusForwardId_=(p: Int): STimePicker

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  524. def nextFocusLeftId(p: Int): STimePicker

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  526. def nextFocusLeftId_=(p: Int): STimePicker

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  527. def nextFocusRightId(p: Int): STimePicker

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  529. def nextFocusRightId_=(p: Int): STimePicker

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  530. def nextFocusUpId(p: Int): STimePicker

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  532. def nextFocusUpId_=(p: Int): STimePicker

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

    Definition Classes
    AnyRef
  535. final def offsetDescendantRectToMyCoords(arg0: View, arg1: Rect): Unit

    Definition Classes
    ViewGroup
  536. def offsetLeftAndRight(arg0: Int): Unit

    Definition Classes
    View
  537. final def offsetRectIntoDescendantCoords(arg0: View, arg1: Rect): Unit

    Definition Classes
    ViewGroup
  538. def offsetTopAndBottom(arg0: Int): Unit

    Definition Classes
    View
  539. def onAnimationEnd[U](f: ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  540. def onAnimationEnd[U](f: (Animation) ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  541. def onAnimationEnd(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  542. def onAnimationRepeat[U](f: ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  543. def onAnimationRepeat[U](f: (Animation) ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  544. def onAnimationStart[U](f: ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  545. def onAnimationStart[U](f: (Animation) ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  546. def onAnimationStart(): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  548. def onCheckIsTextEditor(): Boolean

    Definition Classes
    View
  549. def onChildViewAdded[U](f: ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  550. def onChildViewAdded[U](f: (View, View) ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  551. def onChildViewRemoved[U](f: ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  552. def onChildViewRemoved[U](f: (View, View) ⇒ U): STimePicker

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  553. def onClick[U](f: ⇒ U): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  555. def onClickListener(p: OnClickListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  557. def onClickListener_=(p: OnClickListener): STimePicker

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TimePicker → View
  559. def onCreateContextMenu[U](f: ⇒ U): STimePicker

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  564. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): STimePicker

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

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

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

    Definition Classes
    View
  567. def onDetachedFromWindow(): Unit

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

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

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

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

    Definition Classes
    View
  572. def onDragListener(p: OnDragListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  574. def onDragListener_=(p: OnDragListener): STimePicker

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  576. final def onDrawScrollBars(arg0: Canvas): Unit

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

    Definition Classes
    View
  578. def onFinishInflate(): Unit

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

    Definition Classes
    View
  580. def onFocusChange[U](f: ⇒ U): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  582. def onFocusChangeListener(p: OnFocusChangeListener): STimePicker

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  584. def onFocusChangeListener_=(p: OnFocusChangeListener): STimePicker

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

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

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

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

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

    Definition Classes
    View
  589. def onGenericMotionListener(p: OnGenericMotionListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  591. def onGenericMotionListener_=(p: OnGenericMotionListener): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  592. def onHierarchyChangeListener(p: OnHierarchyChangeListener): STimePicker

    Shortcut for setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener)

  593. def onHierarchyChangeListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  594. def onHierarchyChangeListener_=(p: OnHierarchyChangeListener): STimePicker

    Shortcut for setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener)

  595. def onHover(f: ⇒ Boolean): STimePicker

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

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

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

    Definition Classes
    View
  599. def onHoverListener(p: OnHoverListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  601. def onHoverListener_=(p: OnHoverListener): STimePicker

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

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

    Definition Classes
    TimePicker → FrameLayout → View
  603. def onInitializeAccessibilityNodeInfo(arg0: AccessibilityNodeInfo): Unit

    Definition Classes
    TimePicker → FrameLayout → View
  604. def onInterceptHoverEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup
  605. def onInterceptTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup
  606. def onKey(f: ⇒ Boolean): STimePicker

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

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

    Definition Classes
    View → Callback
  609. def onKeyListener(p: OnKeyListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  611. def onKeyListener_=(p: OnKeyListener): STimePicker

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

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

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

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

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    FrameLayout → ViewGroup → View
  618. def onLayoutChange[U](f: ⇒ U): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  620. def onLongClick(f: ⇒ Boolean): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  622. def onLongClickListener(p: OnLongClickListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  624. def onLongClickListener_=(p: OnLongClickListener): STimePicker

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

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

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

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

    Definition Classes
    TimePicker → View
  628. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): STimePicker

    Definition Classes
    PressAndHoldable
  629. def onRequestFocusInDescendants(arg0: Int, arg1: Rect): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  630. def onRequestSendAccessibilityEvent(arg0: View, arg1: AccessibilityEvent): Boolean

    Definition Classes
    ViewGroup
  631. def onRestoreInstanceState(arg0: Parcelable): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    TimePicker → View
  632. def onSaveInstanceState(): Parcelable

    Attributes
    protected[android.widget]
    Definition Classes
    TimePicker → View
  633. def onScreenStateChanged(arg0: Int): Unit

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

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

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

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

    Definition Classes
    View
  638. def onSystemUiVisibilityChange[U](f: ⇒ U): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  640. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  642. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): STimePicker

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

  643. def onTimeChanged[U](f: ⇒ U): STimePicker

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  644. def onTimeChanged[U](f: (TimePicker, Int, Int) ⇒ U): STimePicker

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  645. def onTimeChangedListener(p: OnTimeChangedListener): STimePicker

    Shortcut for setOnTimeChangedListener(android.widget.TimePicker.OnTimeChangedListener)

  646. def onTimeChangedListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTimePicker
    Annotations
    @inline()
  647. def onTimeChangedListener_=(p: OnTimeChangedListener): STimePicker

    Shortcut for setOnTimeChangedListener(android.widget.TimePicker.OnTimeChangedListener)

  648. def onTouch(f: ⇒ Boolean): STimePicker

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

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

    Definition Classes
    View
  651. def onTouchListener(p: OnTouchListener): STimePicker

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  653. def onTouchListener_=(p: OnTouchListener): STimePicker

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

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

    Definition Classes
    View
  655. def onViewAttachedToWindow[U](f: ⇒ U): STimePicker

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

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

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

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  663. 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
  664. def overScrollMode(p: Int): STimePicker

    Shortcut for setOverScrollMode(int)

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

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  666. def overScrollMode_=(p: Int): STimePicker

    Shortcut for setOverScrollMode(int)

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  669. def padding(p: Int): STimePicker

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  674. def padding_=(p: Int): STimePicker

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

    Shortcut for getParent()

    Shortcut for getParent()

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

    Shortcut for getParentForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  677. implicit val parentVG: TraitViewGroup[STimePicker]

    Definition Classes
    TraitViewGroup
  678. val parentViewGroup: TraitViewGroup[_]

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

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

    Definition Classes
    View
  681. def performClick(): Boolean

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

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

    Definition Classes
    View
  684. def performLongClick(): Boolean

    Definition Classes
    View
  685. def persistentDrawingCache(p: Int): STimePicker

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  686. def persistentDrawingCache: Int

    Shortcut for getPersistentDrawingCache()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  687. def persistentDrawingCache_=(p: Int): STimePicker

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  688. def pivotX(p: Float): STimePicker

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  690. def pivotX_=(p: Float): STimePicker

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  691. def pivotY(p: Float): STimePicker

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  693. def pivotY_=(p: Float): STimePicker

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

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

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

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

    Definition Classes
    View
  698. def postInvalidate(): Unit

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

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

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

    Definition Classes
    View
  702. def postInvalidateOnAnimation(): Unit

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

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

    Definition Classes
    View
  705. def pressed(p: Boolean): STimePicker

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  707. def pressed_=(p: Boolean): STimePicker

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  708. def recomputeViewAttributes(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  709. def refreshDrawableState(): Unit

    Definition Classes
    View
  710. def removeAllViews(): Unit

    Definition Classes
    ViewGroup
  711. def removeAllViewsInLayout(): Unit

    Definition Classes
    ViewGroup
  712. def removeCallbacks(arg0: Runnable): Boolean

    Definition Classes
    View
  713. def removeDetachedView(arg0: View, arg1: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  714. def removeOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

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

    Definition Classes
    View
  716. def removeView(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewManager
  717. def removeViewAt(arg0: Int): Unit

    Definition Classes
    ViewGroup
  718. def removeViewInLayout(arg0: View): Unit

    Definition Classes
    ViewGroup
  719. def removeViews(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  720. def removeViewsInLayout(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  721. def requestChildFocus(arg0: View, arg1: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  722. def requestChildRectangleOnScreen(arg0: View, arg1: Rect, arg2: Boolean): Boolean

    Definition Classes
    ViewGroup → ViewParent
  723. def requestDisallowInterceptTouchEvent(arg0: Boolean): Unit

    Definition Classes
    ViewGroup → ViewParent
  724. def requestFitSystemWindows(): Unit

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

    Definition Classes
    ViewGroup → View
  726. final def requestFocus(arg0: Int): Boolean

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

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

    Definition Classes
    View
  729. def requestLayout(): Unit

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

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

    Definition Classes
    View
  732. def requestSendAccessibilityEvent(arg0: View, arg1: AccessibilityEvent): Boolean

    Definition Classes
    ViewGroup → ViewParent
  733. def requestTransparentRegion(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  734. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  736. def right(p: Int): STimePicker

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  738. def right_=(p: Int): STimePicker

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  740. def rotation(p: Float): STimePicker

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  742. def rotationX(p: Float): STimePicker

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  744. def rotationX_=(p: Float): STimePicker

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  745. def rotationY(p: Float): STimePicker

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  747. def rotationY_=(p: Float): STimePicker

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  748. def rotation_=(p: Float): STimePicker

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  749. def saveEnabled(p: Boolean): STimePicker

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  751. def saveEnabled_=(p: Boolean): STimePicker

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  752. def saveFromParentEnabled(p: Boolean): STimePicker

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  754. def saveFromParentEnabled_=(p: Boolean): STimePicker

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Definition Classes
    View
  756. def scaleX(p: Float): STimePicker

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  758. def scaleX_=(p: Float): STimePicker

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  759. def scaleY(p: Float): STimePicker

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  761. def scaleY_=(p: Float): STimePicker

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Definition Classes
    View → Callback
  763. def scheduleLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  764. def scrollBarDefaultDelayBeforeFade(p: Int): STimePicker

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  766. def scrollBarDefaultDelayBeforeFade_=(p: Int): STimePicker

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  767. def scrollBarFadeDuration(p: Int): STimePicker

    Shortcut for setScrollBarFadeDuration(int)

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

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  769. def scrollBarFadeDuration_=(p: Int): STimePicker

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  770. def scrollBarSize(p: Int): STimePicker

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  772. def scrollBarSize_=(p: Int): STimePicker

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  773. def scrollBarStyle(p: Int): STimePicker

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  775. def scrollBarStyle_=(p: Int): STimePicker

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  777. def scrollContainer(p: Boolean): STimePicker

    Shortcut for setScrollContainer(boolean)

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

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  779. def scrollContainer_=(p: Boolean): STimePicker

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  781. def scrollX(p: Int): STimePicker

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  783. def scrollX_=(p: Int): STimePicker

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  784. def scrollY(p: Int): STimePicker

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  786. def scrollY_=(p: Int): STimePicker

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  787. def scrollbarFadingEnabled(p: Boolean): STimePicker

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  789. def scrollbarFadingEnabled_=(p: Boolean): STimePicker

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  790. def selected(p: Boolean): STimePicker

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  792. def selected_=(p: Boolean): STimePicker

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

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

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

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

    Definition Classes
    View
  797. def setAddStatesFromChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  798. def setAlpha(arg0: Float): Unit

    Definition Classes
    View
  799. def setAlwaysDrawnWithCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  800. def setAnimation(arg0: Animation): Unit

    Definition Classes
    View
  801. def setAnimationCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  802. def setBackground(arg0: Drawable): Unit

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

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

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

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

    Definition Classes
    View
  807. def setChildrenDrawingCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  808. def setChildrenDrawingOrderEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  809. def setChildrenDrawnWithCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  810. def setClickable(arg0: Boolean): Unit

    Definition Classes
    View
  811. def setClipChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  812. def setClipToPadding(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  813. def setContentDescription(arg0: CharSequence): Unit

    Definition Classes
    View
  814. def setCurrentHour(arg0: Integer): Unit

    Definition Classes
    TimePicker
  815. def setCurrentMinute(arg0: Integer): Unit

    Definition Classes
    TimePicker
  816. def setDescendantFocusability(arg0: Int): Unit

    Definition Classes
    ViewGroup
  817. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

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

    Definition Classes
    TimePicker → View
  822. def setFadingEdgeLength(arg0: Int): Unit

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

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

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

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

    Definition Classes
    View
  827. def setForeground(arg0: Drawable): Unit

    Definition Classes
    FrameLayout
  828. def setForegroundGravity(arg0: Int): Unit

    Definition Classes
    FrameLayout
  829. def setHapticFeedbackEnabled(arg0: Boolean): Unit

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

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

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

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

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

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

    Definition Classes
    View
  836. def setIs24HourView(arg0: Boolean): Unit

    Definition Classes
    TimePicker
  837. def setKeepScreenOn(arg0: Boolean): Unit

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

    Definition Classes
    View
  839. def setLayoutAnimation(arg0: LayoutAnimationController): Unit

    Definition Classes
    ViewGroup
  840. def setLayoutAnimationListener(arg0: AnimationListener): Unit

    Definition Classes
    ViewGroup
  841. def setLayoutParams(arg0: LayoutParams): Unit

    Definition Classes
    View
  842. def setLayoutTransition(arg0: LayoutTransition): Unit

    Definition Classes
    ViewGroup
  843. final def setLeft(arg0: Int): Unit

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

    Definition Classes
    View
  845. def setMeasureAllChildren(arg0: Boolean): Unit

    Definition Classes
    FrameLayout
  846. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

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

    Definition Classes
    View
  849. def setMotionEventSplittingEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  850. def setNextFocusDownId(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  860. def setOnHierarchyChangeListener(arg0: OnHierarchyChangeListener): Unit

    Definition Classes
    ViewGroup
  861. def setOnHoverListener(arg0: OnHoverListener): Unit

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

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

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

    Definition Classes
    View
  865. def setOnTimeChangedListener(arg0: OnTimeChangedListener): Unit

    Definition Classes
    TimePicker
  866. def setOnTouchListener(arg0: OnTouchListener): Unit

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

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

    Definition Classes
    ViewGroup → View
  869. def setPersistentDrawingCache(arg0: Int): Unit

    Definition Classes
    ViewGroup
  870. def setPivotX(arg0: Float): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  891. def setStaticTransformationsEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  892. def setSystemUiVisibility(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  907. def shouldDelayChildPressedState(): Boolean

    Definition Classes
    FrameLayout → ViewGroup
  908. def showContextMenu(): Boolean

    Definition Classes
    View
  909. def showContextMenuForChild(arg0: View): Boolean

    Definition Classes
    ViewGroup → ViewParent
  910. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  911. def soundEffectsEnabled(p: Boolean): STimePicker

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  913. def soundEffectsEnabled_=(p: Boolean): STimePicker

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Definition Classes
    View
  915. def startActionModeForChild(arg0: View, arg1: Callback): ActionMode

    Definition Classes
    ViewGroup → ViewParent
  916. def startAnimation(arg0: Animation): Unit

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

    Definition Classes
    View
  918. def startLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  919. def startViewTransition(arg0: View): Unit

    Definition Classes
    ViewGroup
  920. def style(stl: PartialFunction[View, View]): STimePicker

    Definition Classes
    TraitViewGroup
  921. val styles: ArrayBuffer[PartialFunction[View, View]]

    Definition Classes
    TraitViewGroup
  922. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  923. def systemUiVisibility(p: Int): STimePicker

    Shortcut for setSystemUiVisibility(int)

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

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  925. def systemUiVisibility_=(p: Int): STimePicker

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  926. def tag(p: Any): STimePicker

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  928. def tag_=(p: Any): STimePicker

    Shortcut for setTag(java.lang.Object)

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

    Definition Classes
    AnyRef → Any
  930. def top(p: Int): STimePicker

    Shortcut for setTop(int)

    Shortcut for setTop(int)

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

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  932. def top_=(p: Int): STimePicker

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  933. def touchDelegate(p: TouchDelegate): STimePicker

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  935. def touchDelegate_=(p: TouchDelegate): STimePicker

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  937. def translationX(p: Float): STimePicker

    Shortcut for setTranslationX(float)

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

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  939. def translationX_=(p: Float): STimePicker

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  940. def translationY(p: Float): STimePicker

    Shortcut for setTranslationY(float)

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

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  942. def translationY_=(p: Float): STimePicker

    Shortcut for setTranslationY(float)

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

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

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

    Definition Classes
    View → Callback
  946. def updateViewLayout(arg0: View, arg1: LayoutParams): Unit

    Definition Classes
    ViewGroup → ViewManager
  947. def verifyDrawable(arg0: Drawable): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    FrameLayout → View
  948. def verticalFadingEdgeEnabled(p: Boolean): STimePicker

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  950. def verticalFadingEdgeEnabled_=(p: Boolean): STimePicker

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  952. def verticalScrollBarEnabled(p: Boolean): STimePicker

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  954. def verticalScrollBarEnabled_=(p: Boolean): STimePicker

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  955. def verticalScrollbarPosition(p: Int): STimePicker

    Shortcut for setVerticalScrollbarPosition(int)

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

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  957. def verticalScrollbarPosition_=(p: Int): STimePicker

    Shortcut for setVerticalScrollbarPosition(int)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  960. def visibility(p: Int): STimePicker

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  962. def visibility_=(p: Int): STimePicker

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

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

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

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  968. def willNotCacheDrawing(p: Boolean): STimePicker

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  970. def willNotCacheDrawing_=(p: Boolean): STimePicker

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  971. def willNotDraw(p: Boolean): STimePicker

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  973. def willNotDraw_=(p: Boolean): STimePicker

    Shortcut for setWillNotDraw(boolean)

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

    Shortcut for getWindowSystemUiVisibility()

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  978. def x(p: Float): STimePicker

    Shortcut for setX(float)

    Shortcut for setX(float)

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

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  980. def x_=(p: Float): STimePicker

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  981. def y(p: Float): STimePicker

    Shortcut for setY(float)

    Shortcut for setY(float)

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

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  983. def y_=(p: Float): STimePicker

    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): STimePicker

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

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

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def considerGoneChildrenWhenMeasuring: Boolean

    Shortcut for getConsiderGoneChildrenWhenMeasuring()

    Definition Classes
    TraitFrameLayout
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  5. def getConsiderGoneChildrenWhenMeasuring(): Boolean

    Definition Classes
    FrameLayout
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def setBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitTimePicker[STimePicker]

Inherited from TraitFrameLayout[STimePicker]

Inherited from TraitViewGroup[STimePicker]

Inherited from TraitView[STimePicker]

Inherited from PressAndHoldable[STimePicker]

Inherited from ConstantsSupport

Inherited from TimePicker

Inherited from FrameLayout

Inherited from ViewGroup

Inherited from ViewManager

Inherited from ViewParent

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped