org.scaloid.common

SChronometer

Related Docs: object SChronometer | package common

class SChronometer extends Chronometer with TraitChronometer[SChronometer]

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

Linear Supertypes
TraitChronometer[SChronometer], TraitTextView[SChronometer], TraitView[SChronometer], PressAndHoldable[SChronometer], ConstantsSupport, Chronometer, TextView, OnPreDrawListener, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SChronometer
  2. TraitChronometer
  3. TraitTextView
  4. TraitView
  5. PressAndHoldable
  6. ConstantsSupport
  7. Chronometer
  8. TextView
  9. OnPreDrawListener
  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 SChronometer(text: CharSequence, onClickListener: OnClickListener)(implicit context: Context)

  2. new SChronometer(text: CharSequence, onClickListener: (View) ⇒ Unit)(implicit context: Context)

  3. new SChronometer(text: CharSequence)(implicit context: Context)

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

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  6. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  7. val NONE: Int

    Definition Classes
    ConstantsSupport
  8. val TEXT: Int

    Definition Classes
    ConstantsSupport
  9. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  25. val WRAP_CONTENT: Int

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

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

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

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

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

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

    Shortcut for getAccessibilityNodeProvider()

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

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Shortcut for isActivated()

    Shortcut for isActivated()

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

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

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

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

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

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

    Definition Classes
    View
  38. def addTextChangedListener(arg0: TextWatcher): Unit

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

    Definition Classes
    View
  40. def afterTextChanged[U](f: ⇒ U): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  41. def afterTextChanged[U](f: (Editable) ⇒ U): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  42. def allCaps(p: Boolean): SChronometer

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  43. def allCaps(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  44. def allCaps_=(p: Boolean): SChronometer

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  45. def alpha(p: Float): SChronometer

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  47. def alpha_=(p: Float): SChronometer

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Definition Classes
    View
  49. def animation(p: Animation): SChronometer

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  51. def animation_=(p: Animation): SChronometer

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

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

    Definition Classes
    View
  53. def append(arg0: CharSequence, arg1: Int, arg2: Int): Unit

    Definition Classes
    TextView
  54. final def append(arg0: CharSequence): Unit

    Definition Classes
    TextView
  55. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

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

    Definition Classes
    Any
  57. def autoLinkMask(p: Int): SChronometer

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  58. def autoLinkMask: Int

    Shortcut for getAutoLinkMask()

    Shortcut for getAutoLinkMask()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  59. def autoLinkMask_=(p: Int): SChronometer

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  60. def awakenScrollBars(arg0: Int, arg1: Boolean): Boolean

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

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  65. def backgroundColor(p: Int): SChronometer

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  67. def backgroundColor_=(p: Int): SChronometer

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  69. def backgroundResource(p: Int): SChronometer

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  71. def backgroundResource_=(p: Int): SChronometer

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  72. def background_=(p: Drawable): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  73. def base(p: Long): SChronometer

    Shortcut for setBase(long)

    Shortcut for setBase(long)

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  74. def base: Long

    Shortcut for getBase()

    Shortcut for getBase()

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  75. def base_=(p: Long): SChronometer

    Shortcut for setBase(long)

    Shortcut for setBase(long)

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  76. def baseline: Int

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  77. def basis: SChronometer

    Definition Classes
    SChronometerTraitViewPressAndHoldable
  78. def beforeTextChanged[U](f: ⇒ U): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  79. def beforeTextChanged[U](f: (CharSequence, Int, Int, Int) ⇒ U): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  80. def beginBatchEdit(): Unit

    Definition Classes
    TextView
  81. def bottom(p: Int): SChronometer

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def bottom_=(p: Int): SChronometer

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  84. def bringPointIntoView(arg0: Int): Boolean

    Definition Classes
    TextView
  85. def bringToFront(): Unit

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

    Definition Classes
    View
  87. def buildDrawingCache(): Unit

    Definition Classes
    View
  88. def buildLayer(): Unit

    Definition Classes
    View
  89. def callOnClick(): Boolean

    Definition Classes
    View
  90. def cameraDistance(p: Float): SChronometer

    Shortcut for setCameraDistance(float)

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

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  92. def cameraDistance_=(p: Float): SChronometer

    Shortcut for setCameraDistance(float)

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

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

    Definition Classes
    View
  95. def cancelLongPress(): Unit

    Definition Classes
    TextView → View
  96. def checkInputConnectionProxy(arg0: View): Boolean

    Definition Classes
    View
  97. def clearAnimation(): Unit

    Definition Classes
    View
  98. def clearComposingText(): Unit

    Definition Classes
    TextView
  99. def clearFocus(): Unit

    Definition Classes
    View
  100. def clickable(p: Boolean): SChronometer

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  102. def clickable_=(p: Boolean): SChronometer

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. def compoundDrawablePadding(p: Int): SChronometer

    Shortcut for setCompoundDrawablePadding(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  105. def compoundDrawablePadding: Int

    Shortcut for getCompoundDrawablePadding()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  106. def compoundDrawablePadding_=(p: Int): SChronometer

    Shortcut for setCompoundDrawablePadding(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  107. def compoundDrawables: Array[Drawable]

    Shortcut for getCompoundDrawables()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  108. def compoundPaddingBottom: Int

    Shortcut for getCompoundPaddingBottom()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  109. def compoundPaddingLeft: Int

    Shortcut for getCompoundPaddingLeft()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  110. def compoundPaddingRight: Int

    Shortcut for getCompoundPaddingRight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  111. def compoundPaddingTop: Int

    Shortcut for getCompoundPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  112. def computeHorizontalScrollExtent(): Int

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  115. def computeScroll(): Unit

    Definition Classes
    TextView → View
  116. def computeVerticalScrollExtent(): Int

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  117. def computeVerticalScrollOffset(): Int

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  119. def contentDescription(p: CharSequence): SChronometer

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def contentDescription_=(p: CharSequence): SChronometer

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContext()

    Shortcut for getContext()

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

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

    Definition Classes
    View
  125. def currentHintTextColor: Int

    Shortcut for getCurrentHintTextColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  126. def currentTextColor: Int

    Shortcut for getCurrentTextColor()

    Shortcut for getCurrentTextColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  127. def cursorVisible(p: Boolean): SChronometer

    Shortcut for setCursorVisible(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  128. def cursorVisible: Boolean

    Shortcut for isCursorVisible()

    Shortcut for isCursorVisible()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  129. def cursorVisible_=(p: Boolean): SChronometer

    Shortcut for setCursorVisible(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  130. def customSelectionActionModeCallback(p: Callback): SChronometer

    Shortcut for setCustomSelectionActionModeCallback(android.view.ActionMode.Callback)

  131. def customSelectionActionModeCallback: Callback

    Shortcut for getCustomSelectionActionModeCallback()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  132. def customSelectionActionModeCallback_=(p: Callback): SChronometer

    Shortcut for setCustomSelectionActionModeCallback(android.view.ActionMode.Callback)

  133. def debug(arg0: Int): Unit

    Definition Classes
    TextView
  134. def destroyDrawingCache(): Unit

    Definition Classes
    View
  135. def didTouchFocusSelect(): Boolean

    Definition Classes
    TextView
  136. def disable(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  137. def disableDrawingCache(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  138. def disableDuplicateParentState(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  139. def disableHapticFeedback(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def disableHorizontalFadingEdge(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  141. def disableHorizontalScrollBar(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def disableSave(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def disableSaveFromParent(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  144. def disableScrollbarFading(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def disableSoundEffects(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  146. def disableVerticalFadingEdge(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def disableVerticalScrollBar(): SChronometer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  174. def drawableBottom(img: Drawable): SChronometer

    Definition Classes
    TraitTextView
  175. def drawableLeft(img: Drawable): SChronometer

    Definition Classes
    TraitTextView
  176. def drawableRight(img: Drawable): SChronometer

    Definition Classes
    TraitTextView
  177. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  179. def drawableTop(img: Drawable): SChronometer

    Definition Classes
    TraitTextView
  180. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  181. def drawingCacheBackgroundColor(p: Int): SChronometer

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  183. def drawingCacheBackgroundColor_=(p: Int): SChronometer

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  184. def drawingCacheEnabled(p: Boolean): SChronometer

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  186. def drawingCacheEnabled_=(p: Boolean): SChronometer

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  187. def drawingCacheQuality(p: Int): SChronometer

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  189. def drawingCacheQuality_=(p: Int): SChronometer

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  191. def duplicateParentStateEnabled(p: Boolean): SChronometer

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def duplicateParentStateEnabled_=(p: Boolean): SChronometer

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. def editableFactory(p: Factory): SChronometer

    Shortcut for setEditableFactory(android.text.Editable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  195. def editableFactory(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  196. def editableFactory_=(p: Factory): SChronometer

    Shortcut for setEditableFactory(android.text.Editable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  197. def editableText: Editable

    Shortcut for getEditableText()

    Shortcut for getEditableText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  198. def ellipsize(p: TruncateAt): SChronometer

    Shortcut for setEllipsize(android.text.TextUtils.TruncateAt)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  199. def ellipsize: TruncateAt

    Shortcut for getEllipsize()

    Shortcut for getEllipsize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  200. def ellipsize_=(p: TruncateAt): SChronometer

    Shortcut for setEllipsize(android.text.TextUtils.TruncateAt)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  201. def ems(p: Int): SChronometer

    Shortcut for setEms(int)

    Shortcut for setEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  202. def ems(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  203. def ems_=(p: Int): SChronometer

    Shortcut for setEms(int)

    Shortcut for setEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  204. def enable(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  205. def enableDrawingCache(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  206. def enableDuplicateParentState(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  207. def enableHapticFeedback(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  208. def enableHorizontalFadingEdge(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  209. def enableHorizontalScrollBar(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  210. def enableSave(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  211. def enableSaveFromParent(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  212. def enableScrollbarFading(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  213. def enableSoundEffects(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  214. def enableVerticalFadingEdge(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  215. def enableVerticalScrollBar(): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  216. def enabled(p: Boolean): SChronometer

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  218. def enabled_=(p: Boolean): SChronometer

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  219. def endBatchEdit(): Unit

    Definition Classes
    TextView
  220. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  222. def error(p: CharSequence): SChronometer

    Shortcut for setError(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  223. def error: CharSequence

    Shortcut for getError()

    Shortcut for getError()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  224. def error_=(p: CharSequence): SChronometer

    Shortcut for setError(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  225. def extendedPaddingBottom: Int

    Shortcut for getExtendedPaddingBottom()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  226. def extendedPaddingTop: Int

    Shortcut for getExtendedPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  227. def extractText(arg0: ExtractedTextRequest, arg1: ExtractedText): Boolean

    Definition Classes
    TextView
  228. def extractedText(p: ExtractedText): SChronometer

    Shortcut for setExtractedText(android.view.inputmethod.ExtractedText)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  229. def extractedText(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  230. def extractedText_=(p: ExtractedText): SChronometer

    Shortcut for setExtractedText(android.view.inputmethod.ExtractedText)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  231. def fadingEdgeLength(p: Int): SChronometer

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  233. def fadingEdgeLength_=(p: Int): SChronometer

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  235. def filterTouchesWhenObscured(p: Boolean): SChronometer

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  237. def filterTouchesWhenObscured_=(p: Boolean): SChronometer

    Shortcut for setFilterTouchesWhenObscured(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  238. def filters(p: Array[InputFilter]): SChronometer

    Shortcut for setFilters(android.text.InputFilter[])

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  239. def filters: Array[InputFilter]

    Shortcut for getFilters()

    Shortcut for getFilters()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  240. def filters_=(p: Array[InputFilter]): SChronometer

    Shortcut for setFilters(android.text.InputFilter[])

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  241. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    TextView → View
  247. def fitSystemWindows(arg0: Rect): Boolean

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

    Shortcut for setFitsSystemWindows(boolean)

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

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  250. def fitsSystemWindows_=(p: Boolean): SChronometer

    Shortcut for setFitsSystemWindows(boolean)

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

    Definition Classes
    View
  252. def focusable(p: Boolean): SChronometer

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  254. def focusableInTouchMode(p: Boolean): SChronometer

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  256. def focusableInTouchMode_=(p: Boolean): SChronometer

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  257. def focusable_=(p: Boolean): SChronometer

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Definition Classes
    View
  259. def format(p: String): SChronometer

    Shortcut for setFormat(java.lang.String)

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  260. def format: String

    Shortcut for getFormat()

    Shortcut for getFormat()

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  261. def format_=(p: String): SChronometer

    Shortcut for setFormat(java.lang.String)

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  262. def freezesText(p: Boolean): SChronometer

    Shortcut for setFreezesText(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  263. def freezesText: Boolean

    Shortcut for getFreezesText()

    Shortcut for getFreezesText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  264. def freezesText_=(p: Boolean): SChronometer

    Shortcut for setFreezesText(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  265. def fw[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SChronometer) ⇒ LP): SChronometer

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

    Definition Classes
    View
  267. def getAlpha(): Float

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

    Definition Classes
    View
  269. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  270. final def getAutoLinkMask(): Int

    Definition Classes
    TextView
  271. def getBackground(): Drawable

    Definition Classes
    View
  272. def getBase(): Long

    Definition Classes
    Chronometer
  273. def getBaseline(): Int

    Definition Classes
    TextView → View
  274. final def getBottom(): Int

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  277. def getCameraDistance(): Float

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

    Definition Classes
    AnyRef → Any
  279. def getCompoundDrawablePadding(): Int

    Definition Classes
    TextView
  280. def getCompoundDrawables(): Array[Drawable]

    Definition Classes
    TextView
  281. def getCompoundPaddingBottom(): Int

    Definition Classes
    TextView
  282. def getCompoundPaddingLeft(): Int

    Definition Classes
    TextView
  283. def getCompoundPaddingRight(): Int

    Definition Classes
    TextView
  284. def getCompoundPaddingTop(): Int

    Definition Classes
    TextView
  285. def getContentDescription(): CharSequence

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  288. final def getCurrentHintTextColor(): Int

    Definition Classes
    TextView
  289. final def getCurrentTextColor(): Int

    Definition Classes
    TextView
  290. def getCustomSelectionActionModeCallback(): Callback

    Definition Classes
    TextView
  291. def getDefaultEditable(): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  292. def getDefaultMovementMethod(): MovementMethod

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  293. final def getDrawableState(): Array[Int]

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

    Definition Classes
    View
  295. def getDrawingCache(): Bitmap

    Definition Classes
    View
  296. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  297. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  299. def getDrawingTime(): Long

    Definition Classes
    View
  300. def getEditableText(): Editable

    Definition Classes
    TextView
  301. def getEllipsize(): TruncateAt

    Definition Classes
    TextView
    Annotations
    @ExportedProperty()
  302. def getError(): CharSequence

    Definition Classes
    TextView
  303. def getExtendedPaddingBottom(): Int

    Definition Classes
    TextView
  304. def getExtendedPaddingTop(): Int

    Definition Classes
    TextView
  305. def getFilterTouchesWhenObscured(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  306. def getFilters(): Array[InputFilter]

    Definition Classes
    TextView
  307. def getFitsSystemWindows(): Boolean

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

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

    Definition Classes
    TextView → View
  310. def getFormat(): String

    Definition Classes
    Chronometer
  311. def getFreezesText(): Boolean

    Definition Classes
    TextView
  312. final def getGlobalVisibleRect(arg0: Rect): Boolean

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

    Definition Classes
    View
  314. def getGravity(): Int

    Definition Classes
    TextView
  315. def getHandler(): Handler

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  317. def getHighlightColor(): Int

    Definition Classes
    TextView
  318. def getHint(): CharSequence

    Definition Classes
    TextView
    Annotations
    @CapturedViewProperty()
  319. final def getHintTextColors(): ColorStateList

    Definition Classes
    TextView
  320. def getHitRect(arg0: Rect): Unit

    Definition Classes
    View
  321. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  322. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  324. def getImeActionId(): Int

    Definition Classes
    TextView
  325. def getImeActionLabel(): CharSequence

    Definition Classes
    TextView
  326. def getImeOptions(): Int

    Definition Classes
    TextView
  327. def getImportantForAccessibility(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  328. def getIncludeFontPadding(): Boolean

    Definition Classes
    TextView
  329. def getInputExtras(arg0: Boolean): Bundle

    Definition Classes
    TextView
  330. def getInputType(): Int

    Definition Classes
    TextView
  331. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  332. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  333. final def getKeyListener(): KeyListener

    Definition Classes
    TextView
  334. def getLayerType(): Int

    Definition Classes
    View
  335. final def getLayout(): Layout

    Definition Classes
    TextView
  336. def getLayoutParams(): LayoutParams

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  339. def getLeftPaddingOffset(): Int

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  340. def getLineBounds(arg0: Int, arg1: Rect): Int

    Definition Classes
    TextView
  341. def getLineCount(): Int

    Definition Classes
    TextView
  342. def getLineHeight(): Int

    Definition Classes
    TextView
  343. def getLineSpacingExtra(): Float

    Definition Classes
    TextView
  344. def getLineSpacingMultiplier(): Float

    Definition Classes
    TextView
  345. final def getLinkTextColors(): ColorStateList

    Definition Classes
    TextView
  346. final def getLinksClickable(): Boolean

    Definition Classes
    TextView
  347. final def getLocalVisibleRect(arg0: Rect): Boolean

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

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

    Definition Classes
    View
  350. def getMarqueeRepeatLimit(): Int

    Definition Classes
    TextView
  351. def getMatrix(): Matrix

    Definition Classes
    View
  352. def getMaxEms(): Int

    Definition Classes
    TextView
  353. def getMaxHeight(): Int

    Definition Classes
    TextView
  354. def getMaxLines(): Int

    Definition Classes
    TextView
  355. def getMaxWidth(): Int

    Definition Classes
    TextView
  356. final def getMeasuredHeight(): Int

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

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

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

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

    Definition Classes
    View
  361. def getMinEms(): Int

    Definition Classes
    TextView
  362. def getMinHeight(): Int

    Definition Classes
    TextView
  363. def getMinLines(): Int

    Definition Classes
    TextView
  364. def getMinWidth(): Int

    Definition Classes
    TextView
  365. def getMinimumHeight(): Int

    Definition Classes
    View
  366. def getMinimumWidth(): Int

    Definition Classes
    View
  367. final def getMovementMethod(): MovementMethod

    Definition Classes
    TextView
  368. def getNextFocusDownId(): Int

    Definition Classes
    View
  369. def getNextFocusForwardId(): Int

    Definition Classes
    View
  370. def getNextFocusLeftId(): Int

    Definition Classes
    View
  371. def getNextFocusRightId(): Int

    Definition Classes
    View
  372. def getNextFocusUpId(): Int

    Definition Classes
    View
  373. def getOffsetForPosition(arg0: Float, arg1: Float): Int

    Definition Classes
    TextView
  374. def getOnChronometerTickListener(): OnChronometerTickListener

    Definition Classes
    Chronometer
  375. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  376. def getOverScrollMode(): Int

    Definition Classes
    View
  377. def getPaddingBottom(): Int

    Definition Classes
    View
  378. def getPaddingLeft(): Int

    Definition Classes
    View
  379. def getPaddingRight(): Int

    Definition Classes
    View
  380. def getPaddingTop(): Int

    Definition Classes
    View
  381. def getPaint(): TextPaint

    Definition Classes
    TextView
  382. def getPaintFlags(): Int

    Definition Classes
    TextView
  383. final def getParent(): ViewParent

    Definition Classes
    View
  384. def getParentForAccessibility(): ViewParent

    Definition Classes
    View
  385. def getPivotX(): Float

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  387. def getPrivateImeOptions(): String

    Definition Classes
    TextView
  388. def getResources(): Resources

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  391. def getRightPaddingOffset(): Int

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  392. def getRootView(): View

    Definition Classes
    View
  393. def getRotation(): Float

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

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

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

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

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

    Definition Classes
    View
  399. def getScrollBarFadeDuration(): Int

    Definition Classes
    View
  400. def getScrollBarSize(): Int

    Definition Classes
    View
  401. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  404. def getSelectionEnd(): Int

    Definition Classes
    TextView
    Annotations
    @ExportedProperty()
  405. def getSelectionStart(): Int

    Definition Classes
    TextView
    Annotations
    @ExportedProperty()
  406. def getShadowColor(): Int

    Definition Classes
    TextView
  407. def getShadowDx(): Float

    Definition Classes
    TextView
  408. def getShadowDy(): Float

    Definition Classes
    TextView
  409. def getShadowRadius(): Float

    Definition Classes
    TextView
  410. def getSolidColor(): Int

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

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

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

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

    Definition Classes
    View
  415. def getTag(): AnyRef

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  416. def getText(): CharSequence

    Definition Classes
    TextView
    Annotations
    @CapturedViewProperty()
  417. final def getTextColors(): ColorStateList

    Definition Classes
    TextView
  418. def getTextScaleX(): Float

    Definition Classes
    TextView
  419. def getTextSize(): Float

    Definition Classes
    TextView
    Annotations
    @ExportedProperty()
  420. final def getTop(): Int

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  423. def getTotalPaddingBottom(): Int

    Definition Classes
    TextView
  424. def getTotalPaddingLeft(): Int

    Definition Classes
    TextView
  425. def getTotalPaddingRight(): Int

    Definition Classes
    TextView
  426. def getTotalPaddingTop(): Int

    Definition Classes
    TextView
  427. def getTouchDelegate(): TouchDelegate

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

    Definition Classes
    View
  429. final def getTransformationMethod(): TransformationMethod

    Definition Classes
    TextView
  430. def getTranslationX(): Float

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  432. def getTypeface(): Typeface

    Definition Classes
    TextView
  433. def getUrls(): Array[URLSpan]

    Definition Classes
    TextView
  434. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  435. def getVerticalScrollbarPosition(): Int

    Definition Classes
    View
  436. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  437. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  438. def getVisibility(): Int

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

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

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

    Definition Classes
    View
  442. def getWindowToken(): IBinder

    Definition Classes
    View
  443. def getWindowVisibility(): Int

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

    Definition Classes
    View
  445. def getX(): Float

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  447. def gravity(p: Int): SChronometer

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  448. def gravity: Int

    Shortcut for getGravity()

    Shortcut for getGravity()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  449. def gravity_=(p: Int): SChronometer

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  450. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  451. def hapticFeedbackEnabled(p: Boolean): SChronometer

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  453. def hapticFeedbackEnabled_=(p: Boolean): SChronometer

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

    Definition Classes
    View
  456. def hasOnClickListeners(): Boolean

    Definition Classes
    View
  457. def hasOverlappingRendering(): Boolean

    Definition Classes
    TextView → View
  458. def hasSelection(): Boolean

    Definition Classes
    TextView
  459. def hasTransientState(p: Boolean): SChronometer

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  461. def hasTransientState_=(p: Boolean): SChronometer

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
  463. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  464. def height(p: Int): SChronometer

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  465. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  466. def height_=(p: Int): SChronometer

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  467. def highlightColor(p: Int): SChronometer

    Shortcut for setHighlightColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  468. def highlightColor: Int

    Shortcut for getHighlightColor()

    Shortcut for getHighlightColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  469. def highlightColor_=(p: Int): SChronometer

    Shortcut for setHighlightColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  470. def hint(p: CharSequence): SChronometer

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  471. def hint(p: Int): SChronometer

    Shortcut for setHint(int)

    Shortcut for setHint(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  472. def hint: CharSequence

    Shortcut for getHint()

    Shortcut for getHint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  473. def hintTextColor(p: ColorStateList): SChronometer

    Shortcut for setHintTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  474. def hintTextColor(p: Int): SChronometer

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  475. def hintTextColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  476. def hintTextColor_=(p: ColorStateList): SChronometer

    Shortcut for setHintTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  477. def hintTextColor_=(p: Int): SChronometer

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  478. def hintTextColors: ColorStateList

    Shortcut for getHintTextColors()

    Shortcut for getHintTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  479. def hint_=(p: CharSequence): SChronometer

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  480. def hint_=(p: Int): SChronometer

    Shortcut for setHint(int)

    Shortcut for setHint(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  481. def horizontalFadingEdgeEnabled(p: Boolean): SChronometer

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  483. def horizontalFadingEdgeEnabled_=(p: Boolean): SChronometer

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  485. def horizontalScrollBarEnabled(p: Boolean): SChronometer

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  487. def horizontalScrollBarEnabled_=(p: Boolean): SChronometer

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  488. def horizontallyScrolling(p: Boolean): SChronometer

    Shortcut for setHorizontallyScrolling(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  489. def horizontallyScrolling(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  490. def horizontallyScrolling_=(p: Boolean): SChronometer

    Shortcut for setHorizontallyScrolling(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  491. def hovered(p: Boolean): SChronometer

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  493. def hovered_=(p: Boolean): SChronometer

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  494. def id(p: Int): SChronometer

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  496. def id_=(p: Int): SChronometer

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  497. def imeActionId: Int

    Shortcut for getImeActionId()

    Shortcut for getImeActionId()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  498. def imeActionLabel: CharSequence

    Shortcut for getImeActionLabel()

    Shortcut for getImeActionLabel()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  499. def imeOptions(p: Int): SChronometer

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  500. def imeOptions: Int

    Shortcut for getImeOptions()

    Shortcut for getImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  501. def imeOptions_=(p: Int): SChronometer

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  502. def importantForAccessibility(p: Int): SChronometer

    Shortcut for setImportantForAccessibility(int)

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

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  504. def importantForAccessibility_=(p: Int): SChronometer

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  505. def includeFontPadding(p: Boolean): SChronometer

    Shortcut for setIncludeFontPadding(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  506. def includeFontPadding: Boolean

    Shortcut for getIncludeFontPadding()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  507. def includeFontPadding_=(p: Boolean): SChronometer

    Shortcut for setIncludeFontPadding(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  508. def initializeFadingEdge(arg0: TypedArray): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  510. def inputExtras(p: Int): SChronometer

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  511. def inputExtras(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  512. def inputExtras_=(p: Int): SChronometer

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  513. def inputType(p: Int): SChronometer

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  514. def inputType: Int

    Shortcut for getInputType()

    Shortcut for getInputType()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  515. def inputType_=(p: Int): SChronometer

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  516. def invalidate(): Unit

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

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

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

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

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  522. def isCursorVisible(): Boolean

    Definition Classes
    TextView
  523. def isDirty(): Boolean

    Definition Classes
    View
  524. def isDrawingCacheEnabled(): Boolean

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

    Definition Classes
    View
  526. def isEnabled(): Boolean

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

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

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

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

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

    Definition Classes
    View
  532. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  533. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  534. def isHovered(): Boolean

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

    Definition Classes
    View
  536. def isInTouchMode(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  537. def isInputMethodTarget(): Boolean

    Definition Classes
    TextView
  538. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  539. def isLayoutRequested(): Boolean

    Definition Classes
    View
  540. def isLongClickable(): Boolean

    Definition Classes
    View
  541. def isOpaque(): Boolean

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  543. def isPressed(): Boolean

    Definition Classes
    View
  544. def isSaveEnabled(): Boolean

    Definition Classes
    View
  545. def isSaveFromParentEnabled(): Boolean

    Definition Classes
    View
  546. def isScrollContainer(): Boolean

    Definition Classes
    View
  547. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  548. def isSelected(): Boolean

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

    Definition Classes
    View
  550. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  551. def isSuggestionsEnabled(): Boolean

    Definition Classes
    TextView
  552. def isTextSelectable(): Boolean

    Definition Classes
    TextView
  553. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  554. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  555. def jumpDrawablesToCurrentState(): Unit

    Definition Classes
    TextView → View
  556. def keepScreenOn(p: Boolean): SChronometer

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  558. def keepScreenOn_=(p: Boolean): SChronometer

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  560. def keyListener(p: KeyListener): SChronometer

    Shortcut for setKeyListener(android.text.method.KeyListener)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  561. def keyListener: KeyListener

    Shortcut for getKeyListener()

    Shortcut for getKeyListener()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  562. def keyListener_=(p: KeyListener): SChronometer

    Shortcut for setKeyListener(android.text.method.KeyListener)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  563. def layerType: Int

    Shortcut for getLayerType()

    Shortcut for getLayerType()

    Definition Classes
    TraitView
    Annotations
    @inline()
  564. def layout: Layout

    Shortcut for getLayout()

    Shortcut for getLayout()

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

    Definition Classes
    View
  566. def layoutParams(p: LayoutParams): SChronometer

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  568. def layoutParams_=(p: LayoutParams): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  569. def left(p: Int): SChronometer

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  571. def left_=(p: Int): SChronometer

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  572. def length(): Int

    Definition Classes
    TextView
  573. def lineCount: Int

    Shortcut for getLineCount()

    Shortcut for getLineCount()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  574. def lineHeight: Int

    Shortcut for getLineHeight()

    Shortcut for getLineHeight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  575. def lineSpacingExtra: Float

    Shortcut for getLineSpacingExtra()

    Shortcut for getLineSpacingExtra()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  576. def lineSpacingMultiplier: Float

    Shortcut for getLineSpacingMultiplier()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  577. def lines(p: Int): SChronometer

    Shortcut for setLines(int)

    Shortcut for setLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  578. def lines(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  579. def lines_=(p: Int): SChronometer

    Shortcut for setLines(int)

    Shortcut for setLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  580. def linkTextColor(p: ColorStateList): SChronometer

    Shortcut for setLinkTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  581. def linkTextColor(p: Int): SChronometer

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  582. def linkTextColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  583. def linkTextColor_=(p: ColorStateList): SChronometer

    Shortcut for setLinkTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  584. def linkTextColor_=(p: Int): SChronometer

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  585. def linkTextColors: ColorStateList

    Shortcut for getLinkTextColors()

    Shortcut for getLinkTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  586. def linksClickable(p: Boolean): SChronometer

    Shortcut for setLinksClickable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  587. def linksClickable: Boolean

    Shortcut for getLinksClickable()

    Shortcut for getLinksClickable()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  588. def linksClickable_=(p: Boolean): SChronometer

    Shortcut for setLinksClickable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  589. def longClickable(p: Boolean): SChronometer

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  591. def longClickable_=(p: Boolean): SChronometer

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  592. def marqueeRepeatLimit(p: Int): SChronometer

    Shortcut for setMarqueeRepeatLimit(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  593. def marqueeRepeatLimit: Int

    Shortcut for getMarqueeRepeatLimit()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  594. def marqueeRepeatLimit_=(p: Int): SChronometer

    Shortcut for setMarqueeRepeatLimit(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  595. def matrix: Matrix

    Shortcut for getMatrix()

    Shortcut for getMatrix()

    Definition Classes
    TraitView
    Annotations
    @inline()
  596. def maxEms(p: Int): SChronometer

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  597. def maxEms: Int

    Shortcut for getMaxEms()

    Shortcut for getMaxEms()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  598. def maxEms_=(p: Int): SChronometer

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  599. def maxHeight(p: Int): SChronometer

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  600. def maxHeight: Int

    Shortcut for getMaxHeight()

    Shortcut for getMaxHeight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  601. def maxHeight_=(p: Int): SChronometer

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  602. def maxLines(p: Int): SChronometer

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  603. def maxLines: Int

    Shortcut for getMaxLines()

    Shortcut for getMaxLines()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  604. def maxLines_=(p: Int): SChronometer

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  605. def maxWidth(p: Int): SChronometer

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  606. def maxWidth: Int

    Shortcut for getMaxWidth()

    Shortcut for getMaxWidth()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  607. def maxWidth_=(p: Int): SChronometer

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Definition Classes
    View
  609. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredHeightAndState()

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

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  614. def minEms(p: Int): SChronometer

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  615. def minEms: Int

    Shortcut for getMinEms()

    Shortcut for getMinEms()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  616. def minEms_=(p: Int): SChronometer

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  617. def minHeight(p: Int): SChronometer

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  618. def minHeight: Int

    Shortcut for getMinHeight()

    Shortcut for getMinHeight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  619. def minHeight_=(p: Int): SChronometer

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  620. def minLines(p: Int): SChronometer

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  621. def minLines: Int

    Shortcut for getMinLines()

    Shortcut for getMinLines()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  622. def minLines_=(p: Int): SChronometer

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  623. def minWidth(p: Int): SChronometer

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  624. def minWidth: Int

    Shortcut for getMinWidth()

    Shortcut for getMinWidth()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  625. def minWidth_=(p: Int): SChronometer

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  626. def minimumHeight(p: Int): SChronometer

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  628. def minimumHeight_=(p: Int): SChronometer

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  629. def minimumWidth(p: Int): SChronometer

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  631. def minimumWidth_=(p: Int): SChronometer

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TextView
  633. def movementMethod(p: MovementMethod): SChronometer

    Shortcut for setMovementMethod(android.text.method.MovementMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  634. def movementMethod: MovementMethod

    Shortcut for getMovementMethod()

    Shortcut for getMovementMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  635. def movementMethod_=(p: MovementMethod): SChronometer

    Shortcut for setMovementMethod(android.text.method.MovementMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  636. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  637. def nextFocusDownId(p: Int): SChronometer

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  639. def nextFocusDownId_=(p: Int): SChronometer

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  640. def nextFocusForwardId(p: Int): SChronometer

    Shortcut for setNextFocusForwardId(int)

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

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  642. def nextFocusForwardId_=(p: Int): SChronometer

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  643. def nextFocusLeftId(p: Int): SChronometer

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  645. def nextFocusLeftId_=(p: Int): SChronometer

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  646. def nextFocusRightId(p: Int): SChronometer

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  648. def nextFocusRightId_=(p: Int): SChronometer

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  649. def nextFocusUpId(p: Int): SChronometer

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  651. def nextFocusUpId_=(p: Int): SChronometer

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

    Definition Classes
    View
  656. def onAnimationEnd(): Unit

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  659. def onBeginBatchEdit(): Unit

    Definition Classes
    TextView
  660. def onCheckIsTextEditor(): Boolean

    Definition Classes
    TextView → View
  661. def onChronometerTick[U](f: ⇒ U): SChronometer

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  662. def onChronometerTick[U](f: (Chronometer) ⇒ U): SChronometer

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  663. def onChronometerTickListener(p: OnChronometerTickListener): SChronometer

    Shortcut for setOnChronometerTickListener(android.widget.Chronometer.OnChronometerTickListener)

  664. def onChronometerTickListener: OnChronometerTickListener

    Shortcut for getOnChronometerTickListener()

    Definition Classes
    TraitChronometer
    Annotations
    @inline()
  665. def onChronometerTickListener_=(p: OnChronometerTickListener): SChronometer

    Shortcut for setOnChronometerTickListener(android.widget.Chronometer.OnChronometerTickListener)

  666. def onClick[U](f: ⇒ U): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  668. def onClickListener(p: OnClickListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  670. def onClickListener_=(p: OnClickListener): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  671. def onCommitCompletion(arg0: CompletionInfo): Unit

    Definition Classes
    TextView
  672. def onCommitCorrection(arg0: CorrectionInfo): Unit

    Definition Classes
    TextView
  673. def onConfigurationChanged(arg0: Configuration): Unit

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  679. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SChronometer

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  681. def onCreateInputConnection(arg0: EditorInfo): InputConnection

    Definition Classes
    TextView → View
  682. def onDetachedFromWindow(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    Chronometer → TextView → View
  683. def onDisplayHint(arg0: Int): Unit

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

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

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

    Definition Classes
    TextView → View
  687. def onDragListener(p: OnDragListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  689. def onDragListener_=(p: OnDragListener): SChronometer

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  692. def onEditorAction(f: ⇒ Boolean): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  693. def onEditorAction(f: (TextView, Int, KeyEvent) ⇒ Boolean): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  694. def onEditorAction(arg0: Int): Unit

    Definition Classes
    TextView
  695. def onEditorActionListener(p: OnEditorActionListener): SChronometer

    Shortcut for setOnEditorActionListener(android.widget.TextView.OnEditorActionListener)

  696. def onEditorActionListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  697. def onEditorActionListener_=(p: OnEditorActionListener): SChronometer

    Shortcut for setOnEditorActionListener(android.widget.TextView.OnEditorActionListener)

  698. def onEndBatchEdit(): Unit

    Definition Classes
    TextView
  699. def onFilterTouchEventForSecurity(arg0: MotionEvent): Boolean

    Definition Classes
    View
  700. def onFinishInflate(): Unit

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

    Definition Classes
    TextView → View
  702. def onFocusChange[U](f: ⇒ U): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  704. def onFocusChangeListener(p: OnFocusChangeListener): SChronometer

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  706. def onFocusChangeListener_=(p: OnFocusChangeListener): SChronometer

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  708. def onGenericMotion(f: ⇒ Boolean): SChronometer

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

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

    Definition Classes
    TextView → View
  711. def onGenericMotionListener(p: OnGenericMotionListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  713. def onGenericMotionListener_=(p: OnGenericMotionListener): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  714. def onHover(f: ⇒ Boolean): SChronometer

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

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

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

    Definition Classes
    View
  718. def onHoverListener(p: OnHoverListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  720. def onHoverListener_=(p: OnHoverListener): SChronometer

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

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

    Definition Classes
    Chronometer → TextView → View
  722. def onInitializeAccessibilityNodeInfo(arg0: AccessibilityNodeInfo): Unit

    Definition Classes
    Chronometer → TextView → View
  723. def onKey(f: ⇒ Boolean): SChronometer

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

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

    Definition Classes
    TextView → View → Callback
  726. def onKeyListener(p: OnKeyListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  728. def onKeyListener_=(p: OnKeyListener): SChronometer

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

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

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

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

    Definition Classes
    TextView → View
  732. def onKeyShortcut(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    TextView → View
  733. def onKeyUp(arg0: Int, arg1: KeyEvent): Boolean

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  735. def onLayoutChange[U](f: ⇒ U): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  737. def onLongClick(f: ⇒ Boolean): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  739. def onLongClickListener(p: OnLongClickListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  741. def onLongClickListener_=(p: OnLongClickListener): SChronometer

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

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

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

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

    Definition Classes
    TextView → View
  745. def onPreDraw(): Boolean

    Definition Classes
    TextView → OnPreDrawListener
  746. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): SChronometer

    Definition Classes
    PressAndHoldable
  747. def onPrivateIMECommand(arg0: String, arg1: Bundle): Boolean

    Definition Classes
    TextView
  748. def onRestoreInstanceState(arg0: Parcelable): Unit

    Definition Classes
    TextView → View
  749. def onSaveInstanceState(): Parcelable

    Definition Classes
    TextView → View
  750. def onScreenStateChanged(arg0: Int): Unit

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  752. def onSelectionChanged(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  753. def onSetAlpha(arg0: Int): Boolean

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  755. def onStartTemporaryDetach(): Unit

    Definition Classes
    TextView → View
  756. def onSystemUiVisibilityChange[U](f: ⇒ U): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  758. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  760. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): SChronometer

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

  761. def onTextChanged[U](f: ⇒ U): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  762. def onTextChanged[U](f: (CharSequence, Int, Int, Int) ⇒ U): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  763. def onTextChanged(arg0: CharSequence, arg1: Int, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  764. def onTextContextMenuItem(arg0: Int): Boolean

    Definition Classes
    TextView
  765. def onTouch(f: ⇒ Boolean): SChronometer

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

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

    Definition Classes
    TextView → View
  768. def onTouchListener(p: OnTouchListener): SChronometer

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  770. def onTouchListener_=(p: OnTouchListener): SChronometer

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

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

    Definition Classes
    TextView → View
  772. def onViewAttachedToWindow[U](f: ⇒ U): SChronometer

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

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

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

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

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

    Definition Classes
    TextView → View
  778. def onWindowSystemUiVisibilityChanged(arg0: Int): Unit

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

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

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

    Shortcut for setOverScrollMode(int)

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

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  783. def overScrollMode_=(p: Int): SChronometer

    Shortcut for setOverScrollMode(int)

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  786. def padding(p: Int): SChronometer

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  791. def padding_=(p: Int): SChronometer

    Definition Classes
    TraitView
    Annotations
    @inline()
  792. def paint: TextPaint

    Shortcut for getPaint()

    Shortcut for getPaint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  793. def paintFlags(p: Int): SChronometer

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  794. def paintFlags: Int

    Shortcut for getPaintFlags()

    Shortcut for getPaintFlags()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  795. def paintFlags_=(p: Int): SChronometer

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  796. def parent: ViewParent

    Shortcut for getParent()

    Shortcut for getParent()

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

    Shortcut for getParentForAccessibility()

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

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

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

    Definition Classes
    View
  801. def performClick(): Boolean

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

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

    Definition Classes
    View
  804. def performLongClick(): Boolean

    Definition Classes
    TextView → View
  805. def pivotX(p: Float): SChronometer

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  807. def pivotX_=(p: Float): SChronometer

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  808. def pivotY(p: Float): SChronometer

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  810. def pivotY_=(p: Float): SChronometer

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

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

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

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

    Definition Classes
    View
  815. def postInvalidate(): Unit

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

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

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

    Definition Classes
    View
  819. def postInvalidateOnAnimation(): Unit

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

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

    Definition Classes
    View
  822. def pressed(p: Boolean): SChronometer

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  824. def pressed_=(p: Boolean): SChronometer

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  825. def privateImeOptions(p: String): SChronometer

    Shortcut for setPrivateImeOptions(java.lang.String)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  826. def privateImeOptions: String

    Shortcut for getPrivateImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  827. def privateImeOptions_=(p: String): SChronometer

    Shortcut for setPrivateImeOptions(java.lang.String)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  828. def rawInputType(p: Int): SChronometer

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  829. def rawInputType(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  830. def rawInputType_=(p: Int): SChronometer

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  831. def refreshDrawableState(): Unit

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

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

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

    Definition Classes
    View
  835. def removeTextChangedListener(arg0: TextWatcher): Unit

    Definition Classes
    TextView
  836. def requestFitSystemWindows(): Unit

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

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

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

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

    Definition Classes
    View
  841. def requestLayout(): Unit

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

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

    Definition Classes
    View
  844. def resetResolvedDrawables(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  845. def resolveDrawables(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  846. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  848. def right(p: Int): SChronometer

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  850. def right_=(p: Int): SChronometer

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  852. def rotation(p: Float): SChronometer

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  854. def rotationX(p: Float): SChronometer

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  856. def rotationX_=(p: Float): SChronometer

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  857. def rotationY(p: Float): SChronometer

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  859. def rotationY_=(p: Float): SChronometer

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  860. def rotation_=(p: Float): SChronometer

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  861. def saveEnabled(p: Boolean): SChronometer

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  863. def saveEnabled_=(p: Boolean): SChronometer

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  864. def saveFromParentEnabled(p: Boolean): SChronometer

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  866. def saveFromParentEnabled_=(p: Boolean): SChronometer

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Definition Classes
    View
  868. def scaleX(p: Float): SChronometer

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  870. def scaleX_=(p: Float): SChronometer

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  871. def scaleY(p: Float): SChronometer

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  873. def scaleY_=(p: Float): SChronometer

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Definition Classes
    View → Callback
  875. def scrollBarDefaultDelayBeforeFade(p: Int): SChronometer

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  877. def scrollBarDefaultDelayBeforeFade_=(p: Int): SChronometer

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  878. def scrollBarFadeDuration(p: Int): SChronometer

    Shortcut for setScrollBarFadeDuration(int)

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

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  880. def scrollBarFadeDuration_=(p: Int): SChronometer

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  881. def scrollBarSize(p: Int): SChronometer

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  883. def scrollBarSize_=(p: Int): SChronometer

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  884. def scrollBarStyle(p: Int): SChronometer

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  886. def scrollBarStyle_=(p: Int): SChronometer

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  888. def scrollContainer(p: Boolean): SChronometer

    Shortcut for setScrollContainer(boolean)

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

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  890. def scrollContainer_=(p: Boolean): SChronometer

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  892. def scrollX(p: Int): SChronometer

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  894. def scrollX_=(p: Int): SChronometer

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  895. def scrollY(p: Int): SChronometer

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  897. def scrollY_=(p: Int): SChronometer

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  898. def scrollbarFadingEnabled(p: Boolean): SChronometer

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  900. def scrollbarFadingEnabled_=(p: Boolean): SChronometer

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  901. def scroller(p: Scroller): SChronometer

    Shortcut for setScroller(android.widget.Scroller)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  902. def scroller(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  903. def scroller_=(p: Scroller): SChronometer

    Shortcut for setScroller(android.widget.Scroller)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  904. def selectAllOnFocus(p: Boolean): SChronometer

    Shortcut for setSelectAllOnFocus(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  905. def selectAllOnFocus(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  906. def selectAllOnFocus_=(p: Boolean): SChronometer

    Shortcut for setSelectAllOnFocus(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  907. def selected(p: Boolean): SChronometer

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  909. def selected_=(p: Boolean): SChronometer

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  910. def selectionEnd: Int

    Shortcut for getSelectionEnd()

    Shortcut for getSelectionEnd()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  911. def selectionStart: Int

    Shortcut for getSelectionStart()

    Shortcut for getSelectionStart()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  912. def sendAccessibilityEvent(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  916. def setAllCaps(arg0: Boolean): Unit

    Definition Classes
    TextView
  917. def setAlpha(arg0: Float): Unit

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

    Definition Classes
    View
  919. final def setAutoLinkMask(arg0: Int): Unit

    Definition Classes
    TextView
  920. def setBackground(arg0: Drawable): Unit

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

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

    Definition Classes
    View
  923. def setBase(arg0: Long): Unit

    Definition Classes
    Chronometer
  924. final def setBottom(arg0: Int): Unit

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

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

    Definition Classes
    View
  927. def setCompoundDrawablePadding(arg0: Int): Unit

    Definition Classes
    TextView
  928. def setCompoundDrawables(arg0: Drawable, arg1: Drawable, arg2: Drawable, arg3: Drawable): Unit

    Definition Classes
    TextView
  929. def setCompoundDrawablesWithIntrinsicBounds(arg0: Drawable, arg1: Drawable, arg2: Drawable, arg3: Drawable): Unit

    Definition Classes
    TextView
  930. def setCompoundDrawablesWithIntrinsicBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    TextView
  931. def setContentDescription(arg0: CharSequence): Unit

    Definition Classes
    View
  932. def setCursorVisible(arg0: Boolean): Unit

    Definition Classes
    TextView
  933. def setCustomSelectionActionModeCallback(arg0: Callback): Unit

    Definition Classes
    TextView
  934. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  938. final def setEditableFactory(arg0: Factory): Unit

    Definition Classes
    TextView
  939. def setEllipsize(arg0: TruncateAt): Unit

    Definition Classes
    TextView
  940. def setEms(arg0: Int): Unit

    Definition Classes
    TextView
  941. def setEnabled(arg0: Boolean): Unit

    Definition Classes
    TextView → View
  942. def setError(arg0: CharSequence, arg1: Drawable): Unit

    Definition Classes
    TextView
  943. def setError(arg0: CharSequence): Unit

    Definition Classes
    TextView
  944. def setExtractedText(arg0: ExtractedText): Unit

    Definition Classes
    TextView
  945. def setFadingEdgeLength(arg0: Int): Unit

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

    Definition Classes
    View
  947. def setFilters(arg0: Array[InputFilter]): Unit

    Definition Classes
    TextView
  948. def setFitsSystemWindows(arg0: Boolean): Unit

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

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

    Definition Classes
    View
  951. def setFormat(arg0: String): Unit

    Definition Classes
    Chronometer
  952. def setFrame(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  953. def setFreezesText(arg0: Boolean): Unit

    Definition Classes
    TextView
  954. def setGravity(arg0: Int): Unit

    Definition Classes
    TextView
  955. def setHapticFeedbackEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  957. def setHeight(arg0: Int): Unit

    Definition Classes
    TextView
  958. def setHighlightColor(arg0: Int): Unit

    Definition Classes
    TextView
  959. final def setHint(arg0: Int): Unit

    Definition Classes
    TextView
  960. final def setHint(arg0: CharSequence): Unit

    Definition Classes
    TextView
  961. final def setHintTextColor(arg0: ColorStateList): Unit

    Definition Classes
    TextView
  962. final def setHintTextColor(arg0: Int): Unit

    Definition Classes
    TextView
  963. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  965. def setHorizontallyScrolling(arg0: Boolean): Unit

    Definition Classes
    TextView
  966. def setHovered(arg0: Boolean): Unit

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

    Definition Classes
    View
  968. def setImeActionLabel(arg0: CharSequence, arg1: Int): Unit

    Definition Classes
    TextView
  969. def setImeOptions(arg0: Int): Unit

    Definition Classes
    TextView
  970. def setImportantForAccessibility(arg0: Int): Unit

    Definition Classes
    View
  971. def setIncludeFontPadding(arg0: Boolean): Unit

    Definition Classes
    TextView
  972. def setInputExtras(arg0: Int): Unit

    Definition Classes
    TextView
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  973. def setInputType(arg0: Int): Unit

    Definition Classes
    TextView
  974. def setKeepScreenOn(arg0: Boolean): Unit

    Definition Classes
    View
  975. def setKeyListener(arg0: KeyListener): Unit

    Definition Classes
    TextView
  976. def setLayerType(arg0: Int, arg1: Paint): Unit

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

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

    Definition Classes
    View
  979. def setLineSpacing(arg0: Float, arg1: Float): Unit

    Definition Classes
    TextView
  980. def setLines(arg0: Int): Unit

    Definition Classes
    TextView
  981. final def setLinkTextColor(arg0: ColorStateList): Unit

    Definition Classes
    TextView
  982. final def setLinkTextColor(arg0: Int): Unit

    Definition Classes
    TextView
  983. final def setLinksClickable(arg0: Boolean): Unit

    Definition Classes
    TextView
  984. def setLongClickable(arg0: Boolean): Unit

    Definition Classes
    View
  985. def setMarqueeRepeatLimit(arg0: Int): Unit

    Definition Classes
    TextView
  986. def setMaxEms(arg0: Int): Unit

    Definition Classes
    TextView
  987. def setMaxHeight(arg0: Int): Unit

    Definition Classes
    TextView
  988. def setMaxLines(arg0: Int): Unit

    Definition Classes
    TextView
  989. def setMaxWidth(arg0: Int): Unit

    Definition Classes
    TextView
  990. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

    Definition Classes
    TextView
  992. def setMinHeight(arg0: Int): Unit

    Definition Classes
    TextView
  993. def setMinLines(arg0: Int): Unit

    Definition Classes
    TextView
  994. def setMinWidth(arg0: Int): Unit

    Definition Classes
    TextView
  995. def setMinimumHeight(arg0: Int): Unit

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

    Definition Classes
    View
  997. final def setMovementMethod(arg0: MovementMethod): Unit

    Definition Classes
    TextView
  998. def setNextFocusDownId(arg0: Int): Unit

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

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

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

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

    Definition Classes
    View
  1003. def setOnChronometerTickListener(arg0: OnChronometerTickListener): Unit

    Definition Classes
    Chronometer
  1004. def setOnClickListener(arg0: OnClickListener): Unit

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

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

    Definition Classes
    View
  1007. def setOnEditorActionListener(arg0: OnEditorActionListener): Unit

    Definition Classes
    TextView
  1008. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    TextView → View
  1017. def setPaddingRelative(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    TextView
  1018. def setPaintFlags(arg0: Int): Unit

    Definition Classes
    TextView
  1019. def setPivotX(arg0: Float): Unit

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

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

    Definition Classes
    View
  1022. def setPrivateImeOptions(arg0: String): Unit

    Definition Classes
    TextView
  1023. def setRawInputType(arg0: Int): Unit

    Definition Classes
    TextView
  1024. final def setRight(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  1040. def setScroller(arg0: Scroller): Unit

    Definition Classes
    TextView
  1041. def setSelectAllOnFocus(arg0: Boolean): Unit

    Definition Classes
    TextView
  1042. def setSelected(arg0: Boolean): Unit

    Definition Classes
    TextView → View
  1043. def setShadowLayer(arg0: Float, arg1: Float, arg2: Float, arg3: Int): Unit

    Definition Classes
    TextView
  1044. def setSingleLine(arg0: Boolean): Unit

    Definition Classes
    TextView
  1045. def setSingleLine(): Unit

    Definition Classes
    TextView
  1046. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1047. final def setSpannableFactory(arg0: Factory): Unit

    Definition Classes
    TextView
  1048. def setSystemUiVisibility(arg0: Int): Unit

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

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

    Definition Classes
    View
  1051. final def setText(arg0: Int, arg1: BufferType): Unit

    Definition Classes
    TextView
  1052. final def setText(arg0: Int): Unit

    Definition Classes
    TextView
  1053. final def setText(arg0: Array[Char], arg1: Int, arg2: Int): Unit

    Definition Classes
    TextView
  1054. def setText(arg0: CharSequence, arg1: BufferType): Unit

    Definition Classes
    TextView
  1055. final def setText(arg0: CharSequence): Unit

    Definition Classes
    TextView
  1056. def setTextAppearance(arg0: Context, arg1: Int): Unit

    Definition Classes
    TextView
  1057. def setTextColor(arg0: ColorStateList): Unit

    Definition Classes
    TextView
  1058. def setTextColor(arg0: Int): Unit

    Definition Classes
    TextView
  1059. def setTextIsSelectable(arg0: Boolean): Unit

    Definition Classes
    TextView
  1060. final def setTextKeepState(arg0: CharSequence, arg1: BufferType): Unit

    Definition Classes
    TextView
  1061. final def setTextKeepState(arg0: CharSequence): Unit

    Definition Classes
    TextView
  1062. def setTextScaleX(arg0: Float): Unit

    Definition Classes
    TextView
  1063. def setTextSize(arg0: Int, arg1: Float): Unit

    Definition Classes
    TextView
  1064. def setTextSize(arg0: Float): Unit

    Definition Classes
    TextView
  1065. final def setTop(arg0: Int): Unit

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

    Definition Classes
    View
  1067. final def setTransformationMethod(arg0: TransformationMethod): Unit

    Definition Classes
    TextView
  1068. def setTranslationX(arg0: Float): Unit

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

    Definition Classes
    View
  1070. def setTypeface(arg0: Typeface): Unit

    Definition Classes
    TextView
  1071. def setTypeface(arg0: Typeface, arg1: Int): Unit

    Definition Classes
    TextView
  1072. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

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

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

    Definition Classes
    View
  1076. def setWidth(arg0: Int): Unit

    Definition Classes
    TextView
  1077. def setWillNotCacheDrawing(arg0: Boolean): Unit

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

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

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

    Definition Classes
    View
  1081. def shadowColor: Int

    Shortcut for getShadowColor()

    Shortcut for getShadowColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1082. def shadowDx: Float

    Shortcut for getShadowDx()

    Shortcut for getShadowDx()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1083. def shadowDy: Float

    Shortcut for getShadowDy()

    Shortcut for getShadowDy()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1084. def shadowRadius: Float

    Shortcut for getShadowRadius()

    Shortcut for getShadowRadius()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1085. def showContextMenu(): Boolean

    Definition Classes
    View
  1086. def singleLine(p: Boolean): SChronometer

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1087. def singleLine(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1088. def singleLine_=(p: Boolean): SChronometer

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1089. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1090. def soundEffectsEnabled(p: Boolean): SChronometer

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1092. def soundEffectsEnabled_=(p: Boolean): SChronometer

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1093. def spannableFactory(p: Factory): SChronometer

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1094. def spannableFactory(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1095. def spannableFactory_=(p: Factory): SChronometer

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1096. def start(): Unit

    Definition Classes
    Chronometer
  1097. def startActionMode(arg0: Callback): ActionMode

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

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

    Definition Classes
    View
  1100. def stop(): Unit

    Definition Classes
    Chronometer
  1101. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  1102. def systemUiVisibility(p: Int): SChronometer

    Shortcut for setSystemUiVisibility(int)

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

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1104. def systemUiVisibility_=(p: Int): SChronometer

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1105. def tag(p: Any): SChronometer

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1107. def tag_=(p: Any): SChronometer

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1108. def text(p: CharSequence): SChronometer

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1109. def text(p: Int): SChronometer

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1110. def text: CharSequence

    Shortcut for getText()

    Shortcut for getText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1111. def textColor(p: ColorStateList): SChronometer

    Shortcut for setTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1112. def textColor(p: Int): SChronometer

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1113. def textColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1114. def textColor_=(p: ColorStateList): SChronometer

    Shortcut for setTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1115. def textColor_=(p: Int): SChronometer

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1116. def textColors: ColorStateList

    Shortcut for getTextColors()

    Shortcut for getTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1117. def textIsSelectable(p: Boolean): SChronometer

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1118. def textIsSelectable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1119. def textIsSelectable_=(p: Boolean): SChronometer

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1120. def textKeepState(p: CharSequence): SChronometer

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1121. def textKeepState(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1122. def textKeepState_=(p: CharSequence): SChronometer

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1123. def textScaleX(p: Float): SChronometer

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1124. def textScaleX: Float

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1125. def textScaleX_=(p: Float): SChronometer

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1126. def textSize(p: Float): SChronometer

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1127. def textSize: Float

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1128. def textSize(p: Int): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1129. def textSize_=(p: Float): SChronometer

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1130. def textSize_=(p: Int): SChronometer

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1131. def text_=(p: CharSequence): SChronometer

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1132. def text_=(p: Int): SChronometer

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1133. def toString(): String

    Definition Classes
    AnyRef → Any
  1134. def top(p: Int): SChronometer

    Shortcut for setTop(int)

    Shortcut for setTop(int)

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

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1136. def top_=(p: Int): SChronometer

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1137. def totalPaddingBottom: Int

    Shortcut for getTotalPaddingBottom()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1138. def totalPaddingLeft: Int

    Shortcut for getTotalPaddingLeft()

    Shortcut for getTotalPaddingLeft()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1139. def totalPaddingRight: Int

    Shortcut for getTotalPaddingRight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1140. def totalPaddingTop: Int

    Shortcut for getTotalPaddingTop()

    Shortcut for getTotalPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1141. def touchDelegate(p: TouchDelegate): SChronometer

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1143. def touchDelegate_=(p: TouchDelegate): SChronometer

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1145. def transformationMethod(p: TransformationMethod): SChronometer

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1146. def transformationMethod: TransformationMethod

    Shortcut for getTransformationMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1147. def transformationMethod_=(p: TransformationMethod): SChronometer

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1148. def translationX(p: Float): SChronometer

    Shortcut for setTranslationX(float)

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

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1150. def translationX_=(p: Float): SChronometer

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1151. def translationY(p: Float): SChronometer

    Shortcut for setTranslationY(float)

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

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1153. def translationY_=(p: Float): SChronometer

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1154. def typeface(p: Typeface): SChronometer

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1155. def typeface: Typeface

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1156. def typeface_=(p: Typeface): SChronometer

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1157. def uniqueId(implicit activity: Activity): Int

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

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

    Definition Classes
    View → Callback
  1160. def urls: Array[URLSpan]

    Shortcut for getUrls()

    Shortcut for getUrls()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1161. def verifyDrawable(arg0: Drawable): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  1162. def verticalFadingEdgeEnabled(p: Boolean): SChronometer

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1164. def verticalFadingEdgeEnabled_=(p: Boolean): SChronometer

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1166. def verticalScrollBarEnabled(p: Boolean): SChronometer

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1168. def verticalScrollBarEnabled_=(p: Boolean): SChronometer

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1169. def verticalScrollbarPosition(p: Int): SChronometer

    Shortcut for setVerticalScrollbarPosition(int)

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

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1171. def verticalScrollbarPosition_=(p: Int): SChronometer

    Shortcut for setVerticalScrollbarPosition(int)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1174. def visibility(p: Int): SChronometer

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1176. def visibility_=(p: Int): SChronometer

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  1181. def width(p: Int): SChronometer

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1182. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1183. def width_=(p: Int): SChronometer

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1184. def willNotCacheDrawing(p: Boolean): SChronometer

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1186. def willNotCacheDrawing_=(p: Boolean): SChronometer

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1187. def willNotDraw(p: Boolean): SChronometer

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1189. def willNotDraw_=(p: Boolean): SChronometer

    Shortcut for setWillNotDraw(boolean)

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

    Shortcut for getWindowSystemUiVisibility()

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  1194. def x(p: Float): SChronometer

    Shortcut for setX(float)

    Shortcut for setX(float)

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

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1196. def x_=(p: Float): SChronometer

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1197. def y(p: Float): SChronometer

    Shortcut for setY(float)

    Shortcut for setY(float)

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

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1199. def y_=(p: Float): SChronometer

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SChronometer

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

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

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def setBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitChronometer[SChronometer]

Inherited from TraitTextView[SChronometer]

Inherited from TraitView[SChronometer]

Inherited from PressAndHoldable[SChronometer]

Inherited from ConstantsSupport

Inherited from Chronometer

Inherited from TextView

Inherited from OnPreDrawListener

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped