org.scaloid.common

SProgressBar

class SProgressBar extends ProgressBar with TraitProgressBar[SProgressBar]

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

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

Instance Constructors

  1. new SProgressBar()(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: (SProgressBar) ⇒ LP): LP

    Definition Classes
    TraitView
  5. def <<[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SProgressBar) ⇒ 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): SProgressBar

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

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

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

    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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    SProgressBarTraitView
  52. def bottom: Int

    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): SProgressBar

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

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

    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): SProgressBar

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

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

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

    Definition Classes
    View
  75. def destroyDrawingCache(): Unit

    Definition Classes
    View
  76. def disableDrawingCache: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  77. def disableDuplicateParentState: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  78. def disableHapticFeedback: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  79. def disableHorizontalFadingEdge: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  80. def disableHorizontalScrollBar: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  81. def disableSave: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  82. def disableScrollbarFading: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def disableSoundEffects: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  84. def disableVerticalFadingEdge: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  85. def disableVerticalScrollBar: SProgressBar

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  107. def drawingCacheBackgroundColor(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  109. def drawingCacheBackgroundColor_=(p: Int): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  110. def drawingCacheEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  112. def drawingCacheEnabled_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  113. def drawingCacheQuality(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  115. def drawingCacheQuality_=(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  117. def duplicateParentStateEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  119. def duplicateParentStateEnabled_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  120. def enableDrawingCache: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def enableDuplicateParentState: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  122. def enableHapticFeedback: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  123. def enableHorizontalFadingEdge: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  124. def enableHorizontalScrollBar: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  125. def enableSave: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  126. def enableScrollbarFading: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  127. def enableSoundEffects: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  128. def enableVerticalFadingEdge: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  129. def enableVerticalScrollBar: SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  130. def enabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  132. def enabled_=(p: Boolean): SProgressBar

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

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

    Definition Classes
    AnyRef → Any
  135. def fadingEdgeLength(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  137. def fadingEdgeLength_=(p: Int): SProgressBar

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

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

    Definition Classes
    TraitView
  140. def findFocus(): View

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

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

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

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

    Definition Classes
    View
  145. def focusable(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def focusableInTouchMode(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  149. def focusableInTouchMode_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def focusable_=(p: Boolean): SProgressBar

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

    Definition Classes
    View
  152. def getAnimation(): Animation

    Definition Classes
    View
  153. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  154. def getBackground(): Drawable

    Definition Classes
    View
  155. def getBaseline(): Int

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

    Definition Classes
    View
  157. def getBottomFadingEdgeStrength(): Float

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

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

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

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

    Definition Classes
    View
  162. def getContextMenuInfo(): ContextMenuInfo

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

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

    Definition Classes
    View
  165. def getDrawingCache(): Bitmap

    Definition Classes
    View
  166. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  167. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  169. def getDrawingTime(): Long

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

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

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

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

    Definition Classes
    View
  174. def getHandler(): Handler

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

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

    Definition Classes
    View
  177. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  178. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
  180. def getIndeterminateDrawable(): Drawable

    Definition Classes
    ProgressBar
  181. def getInterpolator(): Interpolator

    Definition Classes
    ProgressBar
  182. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  183. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  184. def getLayoutParams(): LayoutParams

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

    Definition Classes
    View
  186. def getLeftFadingEdgeStrength(): Float

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

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

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

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

    Definition Classes
    View
  191. def getMax(): Int

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

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

    Definition Classes
    View
  194. def getNextFocusDownId(): Int

    Definition Classes
    View
  195. def getNextFocusLeftId(): Int

    Definition Classes
    View
  196. def getNextFocusRightId(): Int

    Definition Classes
    View
  197. def getNextFocusUpId(): Int

    Definition Classes
    View
  198. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  199. def getPaddingBottom(): Int

    Definition Classes
    View
  200. def getPaddingLeft(): Int

    Definition Classes
    View
  201. def getPaddingRight(): Int

    Definition Classes
    View
  202. def getPaddingTop(): Int

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

    Definition Classes
    View
  204. def getProgress(): Int

    Definition Classes
    ProgressBar
  205. def getProgressDrawable(): Drawable

    Definition Classes
    ProgressBar
  206. def getResources(): Resources

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

    Definition Classes
    View
  208. def getRightFadingEdgeStrength(): Float

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

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

    Definition Classes
    View
  211. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  214. def getSecondaryProgress(): Int

    Definition Classes
    ProgressBar
  215. def getSolidColor(): Int

    Definition Classes
    View
  216. def getSuggestedMinimumHeight(): Int

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

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

    Definition Classes
    View
  219. def getTag(): AnyRef

    Definition Classes
    View
  220. final def getTop(): Int

    Definition Classes
    View
  221. def getTopFadingEdgeStrength(): Float

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

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

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

    Definition Classes
    View
  225. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  226. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  227. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  228. def getVisibility(): Int

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

    Definition Classes
    View
  230. def getWindowAttachCount(): Int

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

    Definition Classes
    View
  232. def getWindowVisibility(): Int

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

    Definition Classes
    View
  234. def handler: Handler

    Definition Classes
    TraitView
    Annotations
    @inline()
  235. def hapticFeedbackEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  237. def hapticFeedbackEnabled_=(p: Boolean): SProgressBar

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

    Definition Classes
    View
  239. def hasFocusable(): Boolean

    Definition Classes
    View
  240. def hasWindowFocus(): Boolean

    Definition Classes
    View
  241. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  242. def height: Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  243. def horizontalFadingEdgeEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  245. def horizontalFadingEdgeEnabled_=(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  247. def horizontalScrollBarEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  249. def horizontalScrollBarEnabled_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  250. def id(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  252. def id_=(p: Int): SProgressBar

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

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

    Definition Classes
    ProgressBar
  255. def indeterminate(p: Boolean): SProgressBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  257. def indeterminateDrawable(p: Drawable): SProgressBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  259. def indeterminateDrawable_=(p: Drawable): SProgressBar

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  260. def indeterminate_=(p: Boolean): SProgressBar

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

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

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

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  265. def interpolator_=(p: Interpolator): SProgressBar

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

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

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

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

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

    Definition Classes
    View
  271. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  272. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  273. def isEnabled(): Boolean

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

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

    Definition Classes
    View
  276. def isFocused(): Boolean

    Definition Classes
    View
  277. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  278. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  279. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  280. def isInEditMode(): Boolean

    Definition Classes
    View
  281. def isInTouchMode(): Boolean

    Definition Classes
    View
  282. def isIndeterminate(): Boolean

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

    Definition Classes
    Any
  284. def isLayoutRequested(): Boolean

    Definition Classes
    View
  285. def isLongClickable(): Boolean

    Definition Classes
    View
  286. def isOpaque(): Boolean

    Definition Classes
    View
  287. def isPaddingOffsetRequired(): Boolean

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

    Definition Classes
    View
  289. def isSaveEnabled(): Boolean

    Definition Classes
    View
  290. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  291. def isSelected(): Boolean

    Definition Classes
    View
  292. def isShown(): Boolean

    Definition Classes
    View
  293. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  294. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  295. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  296. def keepScreenOn(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  298. def keepScreenOn_=(p: Boolean): SProgressBar

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

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

    Definition Classes
    View
  301. def layoutParams(p: LayoutParams): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  303. def layoutParams_=(p: LayoutParams): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  305. def longClickable(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  307. def longClickable_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  308. def max(p: Int): SProgressBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  310. def max_=(p: Int): SProgressBar

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

    Definition Classes
    View
  312. def measuredHeight: Int

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  314. def minimumHeight(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  316. def minimumHeight_=(p: Int): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  317. def minimumWidth(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  319. def minimumWidth_=(p: Int): SProgressBar

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

    Definition Classes
    AnyRef
  321. def nextFocusDownId(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  323. def nextFocusDownId_=(p: Int): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  324. def nextFocusLeftId(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  326. def nextFocusLeftId_=(p: Int): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  327. def nextFocusRightId(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  329. def nextFocusRightId_=(p: Int): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  330. def nextFocusUpId(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  332. def nextFocusUpId_=(p: Int): SProgressBar

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

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

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

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

    Definition Classes
    View
  337. def onAnimationEnd(): Unit

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

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

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

    Definition Classes
    View
  341. def onClick(f: ⇒ Unit): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  343. def onClickListener(p: OnClickListener): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  345. def onClickListener_=(p: OnClickListener): SProgressBar

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  352. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  353. def onCreateDrawableState(arg0: Int): Array[Int]

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

    Definition Classes
    View
  355. def onDetachedFromWindow(): Unit

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

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

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

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

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

    Definition Classes
    View
  361. def onFocusChange(f: ⇒ Unit): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  363. def onFocusChangeListener(p: OnFocusChangeListener): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  365. def onFocusChangeListener_=(p: OnFocusChangeListener): SProgressBar

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

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

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

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

    Definition Classes
    View → Callback
  370. def onKeyListener(p: OnKeyListener): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  372. def onKeyListener_=(p: OnKeyListener): SProgressBar

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  381. def onLongClickListener(p: OnLongClickListener): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  383. def onLongClickListener_=(p: OnLongClickListener): SProgressBar

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

    Attributes
    protected[android.widget]
    Definition Classes
    ProgressBar → View
  385. def onRestoreInstanceState(arg0: Parcelable): Unit

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

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

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

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

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

    Definition Classes
    View
  391. def onTouch(f: ⇒ Boolean): SProgressBar

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

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

    Definition Classes
    View
  394. def onTouchListener(p: OnTouchListener): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  396. def onTouchListener_=(p: OnTouchListener): SProgressBar

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  401. def padding: Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  402. def padding(p: Int): SProgressBar

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  407. def padding_=(p: Int): SProgressBar

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

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

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

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

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

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

    Definition Classes
    View
  414. def performLongClick(): Boolean

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

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

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

    Definition Classes
    View
  418. def postInvalidate(): Unit

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

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

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

    Definition Classes
    View
  422. def pressed(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  424. def pressed_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  425. def progress(p: Int): SProgressBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  427. def progressDrawable(p: Drawable): SProgressBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  429. def progressDrawable_=(p: Drawable): SProgressBar

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  430. def progress_=(p: Int): SProgressBar

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

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

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

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

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

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

    Definition Classes
    View
  437. def requestLayout(): Unit

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

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

    Definition Classes
    View
  440. def resources: Resources

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

    Definition Classes
    View
  442. def right: Int

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  444. def saveEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  446. def saveEnabled_=(p: Boolean): SProgressBar

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

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

    Definition Classes
    View → Callback
  449. def scrollBarStyle(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  451. def scrollBarStyle_=(p: Int): SProgressBar

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

    Definition Classes
    View
  453. def scrollContainer(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  455. def scrollContainer_=(p: Boolean): SProgressBar

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

    Definition Classes
    View
  457. def scrollX: Int

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  459. def scrollbarFadingEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  461. def scrollbarFadingEnabled_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  462. def secondaryProgress(p: Int): SProgressBar

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

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  464. def secondaryProgress_=(p: Int): SProgressBar

    Definition Classes
    TraitProgressBar
    Annotations
    @inline()
  465. def selected(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  467. def selected_=(p: Boolean): SProgressBar

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ProgressBar
  496. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  528. def showContextMenu(): Boolean

    Definition Classes
    View
  529. def solidColor: Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  530. def soundEffectsEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  532. def soundEffectsEnabled_=(p: Boolean): SProgressBar

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

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

    Definition Classes
    AnyRef
  535. def tag(p: Any): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  537. def tag_=(p: Any): SProgressBar

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

    Definition Classes
    AnyRef → Any
  539. def top: Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  540. def touchDelegate(p: TouchDelegate): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  542. def touchDelegate_=(p: TouchDelegate): SProgressBar

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

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

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    ProgressBar → View
  548. def verticalFadingEdgeEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  550. def verticalFadingEdgeEnabled_=(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  552. def verticalScrollBarEnabled(p: Boolean): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  554. def verticalScrollBarEnabled_=(p: Boolean): SProgressBar

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  557. def visibility(p: Int): SProgressBar

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  559. def visibility_=(p: Int): SProgressBar

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  564. def willNotCacheDrawing(p: Boolean): SProgressBar

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

    Definition Classes
    View
  566. def willNotCacheDrawing_=(p: Boolean): SProgressBar

    Definition Classes
    TraitView
    Annotations
    @inline()
  567. def willNotDraw(p: Boolean): SProgressBar

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

    Definition Classes
    View
  569. def willNotDraw_=(p: Boolean): SProgressBar

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from TraitProgressBar[SProgressBar]

Inherited from TraitView[SProgressBar]

Inherited from ConstantsSupport

Inherited from ProgressBar

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped