org.scaloid.common

SSeekBar

class SSeekBar extends SeekBar with TraitSeekBar[SSeekBar]

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

Linear Supertypes
TraitSeekBar[SSeekBar], TraitAbsSeekBar[SSeekBar], TraitProgressBar[SSeekBar], TraitView[SSeekBar], ConstantsSupport, SeekBar, AbsSeekBar, ProgressBar, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SSeekBar
  2. TraitSeekBar
  3. TraitAbsSeekBar
  4. TraitProgressBar
  5. TraitView
  6. ConstantsSupport
  7. SeekBar
  8. AbsSeekBar
  9. ProgressBar
  10. View
  11. AccessibilityEventSource
  12. Callback
  13. Callback
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val FILL_PARENT: Int

    Definition Classes
    TraitView
  9. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  10. val NONE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  28. val WRAP_CONTENT: Int

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

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

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

    Definition Classes
    View
  32. def animation(p: Animation): SSeekBar

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  34. def animation_=(p: Animation): SSeekBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  35. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  40. def background: Drawable

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  41. def backgroundColor(p: Int): SSeekBar

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  43. def backgroundColor_=(p: Int): SSeekBar

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  44. def backgroundDrawable(p: Drawable): SSeekBar

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  46. def backgroundDrawable_=(p: Drawable): SSeekBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  47. def backgroundResource(p: Int): SSeekBar

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  49. def backgroundResource_=(p: Int): SSeekBar

    Shortcut for setBackgroundResource(int)

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  51. def basis: SSeekBar

    Definition Classes
    SSeekBarTraitView
  52. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

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

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

    Definition Classes
    View
  55. def buildDrawingCache(): Unit

    Definition Classes
    View
  56. def cancelLongPress(): Unit

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

    Definition Classes
    View
  58. def clearAnimation(): Unit

    Definition Classes
    View
  59. def clearFocus(): Unit

    Definition Classes
    View
  60. def clickable(p: Boolean): SSeekBar

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  62. def clickable_=(p: Boolean): SSeekBar

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

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

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

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

    Definition Classes
    View
  68. def computeVerticalScrollExtent(): Int

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

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

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  73. def contentDescription_=(p: CharSequence): SSeekBar

    Shortcut for setContentDescription(java.lang.CharSequence)

    Definition Classes
    TraitView
    Annotations
    @inline()
  74. def createContextMenu(arg0: ContextMenu): Unit

    Definition Classes
    View
  75. def destroyDrawingCache(): Unit

    Definition Classes
    View
  76. def disable: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  77. def disableDrawingCache: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  78. def disableDuplicateParentState: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  79. def disableHapticFeedback: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  80. def disableHorizontalFadingEdge: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  81. def disableHorizontalScrollBar: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  82. def disableSave: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def disableScrollbarFading: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  84. def disableSoundEffects: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  85. def disableVerticalFadingEdge: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  86. def disableVerticalScrollBar: SSeekBar

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsSeekBar → ProgressBar → View
  107. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  108. def drawingCacheBackgroundColor(p: Int): SSeekBar

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  110. def drawingCacheBackgroundColor_=(p: Int): SSeekBar

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  111. def drawingCacheEnabled(p: Boolean): SSeekBar

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  113. def drawingCacheEnabled_=(p: Boolean): SSeekBar

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  114. def drawingCacheQuality(p: Int): SSeekBar

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  116. def drawingCacheQuality_=(p: Int): SSeekBar

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  118. def duplicateParentStateEnabled(p: Boolean): SSeekBar

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  120. def duplicateParentStateEnabled_=(p: Boolean): SSeekBar

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def enable: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  122. def enableDrawingCache: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  123. def enableDuplicateParentState: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  124. def enableHapticFeedback: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  125. def enableHorizontalFadingEdge: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  126. def enableHorizontalScrollBar: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  127. def enableSave: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  128. def enableScrollbarFading: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  129. def enableSoundEffects: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  130. def enableVerticalFadingEdge: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  131. def enableVerticalScrollBar: SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  132. def enabled(p: Boolean): SSeekBar

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  134. def enabled_=(p: Boolean): SSeekBar

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

    Definition Classes
    AnyRef → Any
  137. def fadingEdgeLength(p: Int): SSeekBar

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  139. def fadingEdgeLength_=(p: Int): SSeekBar

    Shortcut for setFadingEdgeLength(int)

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

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

    Definition Classes
    TraitView
  142. def findFocus(): View

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  146. def focusSearch(arg0: Int): View

    Definition Classes
    View
  147. def focusable(p: Boolean): SSeekBar

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  149. def focusableInTouchMode(p: Boolean): SSeekBar

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  151. def focusableInTouchMode_=(p: Boolean): SSeekBar

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def focusable_=(p: Boolean): SSeekBar

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Definition Classes
    View
  154. def getAnimation(): Animation

    Definition Classes
    View
  155. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  156. def getBackground(): Drawable

    Definition Classes
    View
  157. def getBaseline(): Int

    Definition Classes
    View
  158. final def getBottom(): Int

    Definition Classes
    View
  159. def getBottomFadingEdgeStrength(): Float

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  161. final def getClass(): Class[_]

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

    Definition Classes
    View
  163. final def getContext(): Context

    Definition Classes
    View
  164. def getContextMenuInfo(): ContextMenuInfo

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

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

    Definition Classes
    View
  167. def getDrawingCache(): Bitmap

    Definition Classes
    View
  168. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  169. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  171. def getDrawingTime(): Long

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

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

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

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

    Definition Classes
    View
  176. def getHandler(): Handler

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

    Definition Classes
    View
  178. def getHitRect(arg0: Rect): Unit

    Definition Classes
    View
  179. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  180. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
  182. def getIndeterminateDrawable(): Drawable

    Definition Classes
    ProgressBar
  183. def getInterpolator(): Interpolator

    Definition Classes
    ProgressBar
  184. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  185. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  186. def getKeyProgressIncrement(): Int

    Definition Classes
    AbsSeekBar
  187. def getLayoutParams(): LayoutParams

    Definition Classes
    View
  188. final def getLeft(): Int

    Definition Classes
    View
  189. def getLeftFadingEdgeStrength(): Float

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

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

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

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

    Definition Classes
    View
  194. def getMax(): Int

    Definition Classes
    ProgressBar
  195. final def getMeasuredHeight(): Int

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

    Definition Classes
    View
  197. def getNextFocusDownId(): Int

    Definition Classes
    View
  198. def getNextFocusLeftId(): Int

    Definition Classes
    View
  199. def getNextFocusRightId(): Int

    Definition Classes
    View
  200. def getNextFocusUpId(): Int

    Definition Classes
    View
  201. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  202. def getPaddingBottom(): Int

    Definition Classes
    View
  203. def getPaddingLeft(): Int

    Definition Classes
    View
  204. def getPaddingRight(): Int

    Definition Classes
    View
  205. def getPaddingTop(): Int

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

    Definition Classes
    View
  207. def getProgress(): Int

    Definition Classes
    ProgressBar
  208. def getProgressDrawable(): Drawable

    Definition Classes
    ProgressBar
  209. def getResources(): Resources

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

    Definition Classes
    View
  211. def getRightFadingEdgeStrength(): Float

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

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

    Definition Classes
    View
  214. def getScrollBarStyle(): Int

    Definition Classes
    View
  215. final def getScrollX(): Int

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

    Definition Classes
    View
  217. def getSecondaryProgress(): Int

    Definition Classes
    ProgressBar
  218. def getSolidColor(): Int

    Definition Classes
    View
  219. def getSuggestedMinimumHeight(): Int

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  221. def getTag(arg0: Int): AnyRef

    Definition Classes
    View
  222. def getTag(): AnyRef

    Definition Classes
    View
  223. def getThumbOffset(): Int

    Definition Classes
    AbsSeekBar
  224. final def getTop(): Int

    Definition Classes
    View
  225. def getTopFadingEdgeStrength(): Float

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

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

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

    Definition Classes
    View
  229. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  230. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  231. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  232. def getVisibility(): Int

    Definition Classes
    View
  233. final def getWidth(): Int

    Definition Classes
    View
  234. def getWindowAttachCount(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  235. def getWindowToken(): IBinder

    Definition Classes
    View
  236. def getWindowVisibility(): Int

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

    Definition Classes
    View
  238. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  239. def hapticFeedbackEnabled(p: Boolean): SSeekBar

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  241. def hapticFeedbackEnabled_=(p: Boolean): SSeekBar

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Definition Classes
    View
  243. def hasFocusable(): Boolean

    Definition Classes
    View
  244. def hasWindowFocus(): Boolean

    Definition Classes
    View
  245. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  246. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  247. def horizontalFadingEdgeEnabled(p: Boolean): SSeekBar

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  249. def horizontalFadingEdgeEnabled_=(p: Boolean): SSeekBar

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  251. def horizontalScrollBarEnabled(p: Boolean): SSeekBar

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  253. def horizontalScrollBarEnabled_=(p: Boolean): SSeekBar

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  254. def id(p: Int): SSeekBar

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  256. def id_=(p: Int): SSeekBar

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  257. final def incrementProgressBy(arg0: Int): Unit

    Definition Classes
    ProgressBar
  258. final def incrementSecondaryProgressBy(arg0: Int): Unit

    Definition Classes
    ProgressBar
  259. def indeterminate(p: Boolean): SSeekBar

    Shortcut for setIndeterminate(boolean)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  260. def indeterminate: Boolean

    Shortcut for isIndeterminate()

    Shortcut for isIndeterminate()

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  261. def indeterminateDrawable(p: Drawable): SSeekBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  262. def indeterminateDrawable: Drawable

    Shortcut for getIndeterminateDrawable()

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  263. def indeterminateDrawable_=(p: Drawable): SSeekBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  264. def indeterminate_=(p: Boolean): SSeekBar

    Shortcut for setIndeterminate(boolean)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  265. def initializeFadingEdge(arg0: TypedArray): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  267. def interpolator(p: Interpolator): SSeekBar

    Shortcut for setInterpolator(android.view.animation.Interpolator)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  268. def interpolator: Interpolator

    Shortcut for getInterpolator()

    Shortcut for getInterpolator()

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  269. def interpolator_=(p: Interpolator): SSeekBar

    Shortcut for setInterpolator(android.view.animation.Interpolator)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  270. def invalidate(): Unit

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

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

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

    Definition Classes
    ProgressBar → View → Callback
  274. def isClickable(): Boolean

    Definition Classes
    View
  275. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  276. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  277. def isEnabled(): Boolean

    Definition Classes
    View
  278. final def isFocusable(): Boolean

    Definition Classes
    View
  279. final def isFocusableInTouchMode(): Boolean

    Definition Classes
    View
  280. def isFocused(): Boolean

    Definition Classes
    View
  281. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  282. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  283. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  284. def isInEditMode(): Boolean

    Definition Classes
    View
  285. def isInTouchMode(): Boolean

    Definition Classes
    View
  286. def isIndeterminate(): Boolean

    Definition Classes
    ProgressBar
  287. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  288. def isLayoutRequested(): Boolean

    Definition Classes
    View
  289. def isLongClickable(): Boolean

    Definition Classes
    View
  290. def isOpaque(): Boolean

    Definition Classes
    View
  291. def isPaddingOffsetRequired(): Boolean

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

    Definition Classes
    View
  293. def isSaveEnabled(): Boolean

    Definition Classes
    View
  294. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  295. def isSelected(): Boolean

    Definition Classes
    View
  296. def isShown(): Boolean

    Definition Classes
    View
  297. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  298. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  299. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  300. def keepScreenOn(p: Boolean): SSeekBar

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  302. def keepScreenOn_=(p: Boolean): SSeekBar

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  304. def keyProgressIncrement(p: Int): SSeekBar

    Shortcut for setKeyProgressIncrement(int)

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  305. def keyProgressIncrement: Int

    Shortcut for getKeyProgressIncrement()

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  306. def keyProgressIncrement_=(p: Int): SSeekBar

    Shortcut for setKeyProgressIncrement(int)

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

    Definition Classes
    View
  308. def layoutParams(p: LayoutParams): SSeekBar

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  310. def layoutParams_=(p: LayoutParams): SSeekBar

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

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  312. def longClickable(p: Boolean): SSeekBar

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  314. def longClickable_=(p: Boolean): SSeekBar

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  315. def max(p: Int): SSeekBar

    Shortcut for setMax(int)

    Shortcut for setMax(int)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  316. def max: Int

    Shortcut for getMax()

    Shortcut for getMax()

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  317. def max_=(p: Int): SSeekBar

    Shortcut for setMax(int)

    Shortcut for setMax(int)

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

    Definition Classes
    View
  319. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  321. def minimumHeight(p: Int): SSeekBar

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  322. def minimumHeight(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  323. def minimumHeight_=(p: Int): SSeekBar

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  324. def minimumWidth(p: Int): SSeekBar

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  325. def minimumWidth(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  326. def minimumWidth_=(p: Int): SSeekBar

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    AnyRef
  328. def nextFocusDownId(p: Int): SSeekBar

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  330. def nextFocusDownId_=(p: Int): SSeekBar

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  331. def nextFocusLeftId(p: Int): SSeekBar

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  333. def nextFocusLeftId_=(p: Int): SSeekBar

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  334. def nextFocusRightId(p: Int): SSeekBar

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  336. def nextFocusRightId_=(p: Int): SSeekBar

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  337. def nextFocusUpId(p: Int): SSeekBar

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  339. def nextFocusUpId_=(p: Int): SSeekBar

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

    Definition Classes
    View
  344. def onAnimationEnd(): Unit

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

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

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

    Definition Classes
    View
  348. def onClick(f: ⇒ Unit): SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  349. def onClick(f: (View) ⇒ Unit): SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  350. def onClickListener(p: OnClickListener): SSeekBar

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  352. def onClickListener_=(p: OnClickListener): SSeekBar

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  354. def onCreateContextMenu(f: ⇒ Unit): SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  355. def onCreateContextMenu(f: (ContextMenu, View, ContextMenuInfo) ⇒ Unit): SSeekBar

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  359. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SSeekBar

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

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

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

    Definition Classes
    View
  362. def onDetachedFromWindow(): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  364. def onDraw(arg0: Canvas): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  366. def onFinishInflate(): Unit

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

    Definition Classes
    View
  368. def onFocusChange(f: ⇒ Unit): SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  369. def onFocusChange(f: (View, Boolean) ⇒ Unit): SSeekBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  370. def onFocusChangeListener(p: OnFocusChangeListener): SSeekBar

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  372. def onFocusChangeListener_=(p: OnFocusChangeListener): SSeekBar

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  374. def onKey(f: ⇒ Boolean): SSeekBar

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

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

    Definition Classes
    AbsSeekBar → View → Callback
  377. def onKeyListener(p: OnKeyListener): SSeekBar

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  379. def onKeyListener_=(p: OnKeyListener): SSeekBar

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

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

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

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  386. def onLongClick(f: ⇒ Boolean): SSeekBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  388. def onLongClickListener(p: OnLongClickListener): SSeekBar

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  390. def onLongClickListener_=(p: OnLongClickListener): SSeekBar

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsSeekBar → ProgressBar → View
  392. def onProgressChanged(f: ⇒ Unit): SSeekBar

    Definition Classes
    TraitSeekBar
    Annotations
    @inline()
  393. def onProgressChanged(f: (SeekBar, Int, Boolean) ⇒ Unit): SSeekBar

    Definition Classes
    TraitSeekBar
    Annotations
    @inline()
  394. def onRestoreInstanceState(arg0: Parcelable): Unit

    Definition Classes
    ProgressBar → View
  395. def onSaveInstanceState(): Parcelable

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  397. def onSeekBarChangeListener(p: OnSeekBarChangeListener): SSeekBar

    Shortcut for setOnSeekBarChangeListener(android.widget.SeekBar.OnSeekBarChangeListener)

  398. def onSeekBarChangeListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitSeekBar
    Annotations
    @inline()
  399. def onSeekBarChangeListener_=(p: OnSeekBarChangeListener): SSeekBar

    Shortcut for setOnSeekBarChangeListener(android.widget.SeekBar.OnSeekBarChangeListener)

  400. def onSetAlpha(arg0: Int): Boolean

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsSeekBar → ProgressBar → View
  402. def onStartTemporaryDetach(): Unit

    Definition Classes
    View
  403. def onStartTrackingTouch(f: ⇒ Unit): SSeekBar

    Definition Classes
    TraitSeekBar
    Annotations
    @inline()
  404. def onStartTrackingTouch(f: (SeekBar) ⇒ Unit): SSeekBar

    Definition Classes
    TraitSeekBar
    Annotations
    @inline()
  405. def onStopTrackingTouch(f: ⇒ Unit): SSeekBar

    Definition Classes
    TraitSeekBar
    Annotations
    @inline()
  406. def onStopTrackingTouch(f: (SeekBar) ⇒ Unit): SSeekBar

    Definition Classes
    TraitSeekBar
    Annotations
    @inline()
  407. def onTouch(f: ⇒ Boolean): SSeekBar

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

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

    Definition Classes
    AbsSeekBar → View
  410. def onTouchListener(p: OnTouchListener): SSeekBar

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  412. def onTouchListener_=(p: OnTouchListener): SSeekBar

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

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

    Definition Classes
    View
  414. def onVisibilityChanged(arg0: View, arg1: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    ProgressBar → View
  415. def onWindowFocusChanged(arg0: Boolean): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  417. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SSeekBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  419. def padding(p: Int): SSeekBar

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  424. def padding_=(p: Int): SSeekBar

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

    Shortcut for getParent()

    Shortcut for getParent()

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

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

    Attributes
    protected
    Definition Classes
    TraitView
  428. def performClick(): Boolean

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

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

    Definition Classes
    View
  431. def performLongClick(): Boolean

    Definition Classes
    View
  432. def playSoundEffect(arg0: Int): Unit

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

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

    Definition Classes
    View
  435. def postInvalidate(): Unit

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

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

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

    Definition Classes
    View
  439. def pressed(p: Boolean): SSeekBar

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  441. def pressed_=(p: Boolean): SSeekBar

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  442. def progress(p: Int): SSeekBar

    Shortcut for setProgress(int)

    Shortcut for setProgress(int)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  443. def progress: Int

    Shortcut for getProgress()

    Shortcut for getProgress()

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  444. def progressDrawable(p: Drawable): SSeekBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  445. def progressDrawable: Drawable

    Shortcut for getProgressDrawable()

    Shortcut for getProgressDrawable()

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  446. def progressDrawable_=(p: Drawable): SSeekBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  447. def progress_=(p: Int): SSeekBar

    Shortcut for setProgress(int)

    Shortcut for setProgress(int)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  448. def refreshDrawableState(): Unit

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

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

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

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

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

    Definition Classes
    View
  454. def requestLayout(): Unit

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

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

    Definition Classes
    View
  457. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  459. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  461. def saveEnabled(p: Boolean): SSeekBar

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  463. def saveEnabled_=(p: Boolean): SSeekBar

    Shortcut for setSaveEnabled(boolean)

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

    Definition Classes
    View
  465. def scheduleDrawable(arg0: Drawable, arg1: Runnable, arg2: Long): Unit

    Definition Classes
    View → Callback
  466. def scrollBarStyle(p: Int): SSeekBar

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  468. def scrollBarStyle_=(p: Int): SSeekBar

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  470. def scrollContainer(p: Boolean): SSeekBar

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  471. def scrollContainer(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  472. def scrollContainer_=(p: Boolean): SSeekBar

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  474. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  476. def scrollbarFadingEnabled(p: Boolean): SSeekBar

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  478. def scrollbarFadingEnabled_=(p: Boolean): SSeekBar

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  479. def secondaryProgress(p: Int): SSeekBar

    Shortcut for setSecondaryProgress(int)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  480. def secondaryProgress: Int

    Shortcut for getSecondaryProgress()

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  481. def secondaryProgress_=(p: Int): SSeekBar

    Shortcut for setSecondaryProgress(int)

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  482. def selected(p: Boolean): SSeekBar

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  484. def selected_=(p: Boolean): SSeekBar

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

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

    Definition Classes
    View → AccessibilityEventSource
  487. def setAnimation(arg0: Animation): Unit

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

    Definition Classes
    View
  489. def setBackgroundDrawable(arg0: Drawable): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  505. def setIndeterminate(arg0: Boolean): Unit

    Definition Classes
    ProgressBar
  506. def setIndeterminateDrawable(arg0: Drawable): Unit

    Definition Classes
    ProgressBar
  507. def setInterpolator(arg0: Interpolator): Unit

    Definition Classes
    ProgressBar
  508. def setInterpolator(arg0: Context, arg1: Int): Unit

    Definition Classes
    ProgressBar
  509. def setKeepScreenOn(arg0: Boolean): Unit

    Definition Classes
    View
  510. def setKeyProgressIncrement(arg0: Int): Unit

    Definition Classes
    AbsSeekBar
  511. def setLayoutParams(arg0: LayoutParams): Unit

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

    Definition Classes
    View
  513. def setMax(arg0: Int): Unit

    Definition Classes
    AbsSeekBar → ProgressBar
  514. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  526. def setOnSeekBarChangeListener(arg0: OnSeekBarChangeListener): Unit

    Definition Classes
    SeekBar
  527. def setOnTouchListener(arg0: OnTouchListener): Unit

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

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

    Definition Classes
    View
  530. def setProgress(arg0: Int): Unit

    Definition Classes
    ProgressBar
  531. def setProgressDrawable(arg0: Drawable): Unit

    Definition Classes
    ProgressBar
  532. def setSaveEnabled(arg0: Boolean): Unit

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

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

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

    Definition Classes
    View
  536. def setSecondaryProgress(arg0: Int): Unit

    Definition Classes
    ProgressBar
  537. def setSelected(arg0: Boolean): Unit

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

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

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

    Definition Classes
    View
  541. def setThumb(arg0: Drawable): Unit

    Definition Classes
    AbsSeekBar
  542. def setThumbOffset(arg0: Int): Unit

    Definition Classes
    AbsSeekBar
  543. def setTouchDelegate(arg0: TouchDelegate): Unit

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

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

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

    Definition Classes
    ProgressBar → View
  547. def setWillNotCacheDrawing(arg0: Boolean): Unit

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

    Definition Classes
    View
  549. def showContextMenu(): Boolean

    Definition Classes
    View
  550. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  551. def soundEffectsEnabled(p: Boolean): SSeekBar

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  553. def soundEffectsEnabled_=(p: Boolean): SSeekBar

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  554. def startAnimation(arg0: Animation): Unit

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

    Definition Classes
    AnyRef
  556. def tag(p: Any): SSeekBar

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  558. def tag_=(p: Any): SSeekBar

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  559. def thumb(p: Drawable): SSeekBar

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

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  560. def thumb(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  561. def thumbOffset(p: Int): SSeekBar

    Shortcut for setThumbOffset(int)

    Shortcut for setThumbOffset(int)

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  562. def thumbOffset: Int

    Shortcut for getThumbOffset()

    Shortcut for getThumbOffset()

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  563. def thumbOffset_=(p: Int): SSeekBar

    Shortcut for setThumbOffset(int)

    Shortcut for setThumbOffset(int)

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  564. def thumb_=(p: Drawable): SSeekBar

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

    Definition Classes
    TraitAbsSeekBar
    Annotations
    @inline()
  565. def toString(): String

    Definition Classes
    AnyRef → Any
  566. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  567. def touchDelegate(p: TouchDelegate): SSeekBar

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  569. def touchDelegate_=(p: TouchDelegate): SSeekBar

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

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

    Definition Classes
    TraitView
  572. def unscheduleDrawable(arg0: Drawable): Unit

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsSeekBar → ProgressBar → View
  575. def verticalFadingEdgeEnabled(p: Boolean): SSeekBar

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  577. def verticalFadingEdgeEnabled_=(p: Boolean): SSeekBar

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  579. def verticalScrollBarEnabled(p: Boolean): SSeekBar

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  581. def verticalScrollBarEnabled_=(p: Boolean): SSeekBar

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  584. def visibility(p: Int): SSeekBar

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  586. def visibility_=(p: Int): SSeekBar

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  590. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  591. def willNotCacheDrawing(p: Boolean): SSeekBar

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
  593. def willNotCacheDrawing_=(p: Boolean): SSeekBar

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  594. def willNotDraw(p: Boolean): SSeekBar

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
  596. def willNotDraw_=(p: Boolean): SSeekBar

    Shortcut for setWillNotDraw(boolean)

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from TraitSeekBar[SSeekBar]

Inherited from TraitAbsSeekBar[SSeekBar]

Inherited from TraitProgressBar[SSeekBar]

Inherited from TraitView[SSeekBar]

Inherited from ConstantsSupport

Inherited from SeekBar

Inherited from AbsSeekBar

Inherited from ProgressBar

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped