org.scaloid.common

SToggleButton

class SToggleButton extends ToggleButton with TraitToggleButton[SToggleButton]

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

Linear Supertypes
TraitToggleButton[SToggleButton], TraitCompoundButton[SToggleButton], TraitButton[SToggleButton], TraitTextView[SToggleButton], TraitView[SToggleButton], ConstantsSupport, ToggleButton, CompoundButton, Checkable, Button, TextView, OnPreDrawListener, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SToggleButton
  2. TraitToggleButton
  3. TraitCompoundButton
  4. TraitButton
  5. TraitTextView
  6. TraitView
  7. ConstantsSupport
  8. ToggleButton
  9. CompoundButton
  10. Checkable
  11. Button
  12. TextView
  13. OnPreDrawListener
  14. View
  15. AccessibilityEventSource
  16. Callback
  17. Callback
  18. AnyRef
  19. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SToggleButton(text: CharSequence, onClickListener: OnClickListener)(implicit context: Context)

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

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

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

Value Members

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

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

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

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

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

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

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

    Definition Classes
    Any
  8. val FILL_PARENT: Int

    Definition Classes
    TraitView
  9. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  10. val NONE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  28. val WRAP_CONTENT: Int

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

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

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

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

    Definition Classes
    View
  33. def afterTextChanged(f: ⇒ Unit): SToggleButton

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  34. def afterTextChanged(f: (Editable) ⇒ Unit): SToggleButton

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  35. def animation(p: Animation): SToggleButton

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  37. def animation_=(p: Animation): SToggleButton

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  38. def append(arg0: CharSequence, arg1: Int, arg2: Int): Unit

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

    Definition Classes
    TextView
  40. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

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

    Definition Classes
    Any
  42. def autoLinkMask(p: Int): SToggleButton

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

    Shortcut for getAutoLinkMask()

    Shortcut for getAutoLinkMask()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  44. def autoLinkMask_=(p: Int): SToggleButton

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  49. def backgroundColor(p: Int): SToggleButton

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  51. def backgroundColor_=(p: Int): SToggleButton

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  52. def backgroundDrawable(p: Drawable): SToggleButton

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  54. def backgroundDrawable_=(p: Drawable): SToggleButton

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  55. def backgroundResource(p: Int): SToggleButton

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  57. def backgroundResource_=(p: Int): SToggleButton

    Shortcut for setBackgroundResource(int)

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  59. def basis: SToggleButton

    Definition Classes
    SToggleButtonTraitView
  60. def beforeTextChanged(f: ⇒ Unit): SToggleButton

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  61. def beforeTextChanged(f: (CharSequence, Int, Int, Int) ⇒ Unit): SToggleButton

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

    Definition Classes
    TextView
  63. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

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

    Definition Classes
    TextView
  65. def bringToFront(): Unit

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

    Definition Classes
    View
  67. def buildDrawingCache(): Unit

    Definition Classes
    View
  68. def buttonDrawable(p: Drawable): SToggleButton

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

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  69. def buttonDrawable(p: Int): SToggleButton

    Shortcut for setButtonDrawable(int)

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  70. def buttonDrawable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  71. def buttonDrawable_=(p: Drawable): SToggleButton

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

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  72. def buttonDrawable_=(p: Int): SToggleButton

    Shortcut for setButtonDrawable(int)

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  73. def cancelLongPress(): Unit

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

    Definition Classes
    View
  75. def checked(p: Boolean): SToggleButton

    Shortcut for setChecked(boolean)

    Shortcut for setChecked(boolean)

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  76. def checked: Boolean

    Shortcut for isChecked()

    Shortcut for isChecked()

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  77. def checked_=(p: Boolean): SToggleButton

    Shortcut for setChecked(boolean)

    Shortcut for setChecked(boolean)

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  78. def clearAnimation(): Unit

    Definition Classes
    View
  79. def clearComposingText(): Unit

    Definition Classes
    TextView
  80. def clearFocus(): Unit

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

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

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

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

    Shortcut for setCompoundDrawablePadding(int)

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

    Shortcut for getCompoundDrawablePadding()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  87. def compoundDrawablePadding_=(p: Int): SToggleButton

    Shortcut for setCompoundDrawablePadding(int)

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

    Shortcut for getCompoundDrawables()

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

    Shortcut for getCompoundPaddingBottom()

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

    Shortcut for getCompoundPaddingLeft()

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

    Shortcut for getCompoundPaddingRight()

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

    Shortcut for getCompoundPaddingTop()

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

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

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

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

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

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

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

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  102. def contentDescription_=(p: CharSequence): SToggleButton

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Definition Classes
    View
  104. def currentHintTextColor: Int

    Shortcut for getCurrentHintTextColor()

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

    Shortcut for getCurrentTextColor()

    Shortcut for getCurrentTextColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  106. def cursorVisible(p: Boolean): SToggleButton

    Shortcut for setCursorVisible(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  107. def cursorVisible(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  108. def cursorVisible_=(p: Boolean): SToggleButton

    Shortcut for setCursorVisible(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  109. def debug(arg0: Int): Unit

    Definition Classes
    TextView
  110. def destroyDrawingCache(): Unit

    Definition Classes
    View
  111. def didTouchFocusSelect(): Boolean

    Definition Classes
    TextView
  112. def disable: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  113. def disableDrawingCache: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  114. def disableDuplicateParentState: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  115. def disableHapticFeedback: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  116. def disableHorizontalFadingEdge: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  117. def disableHorizontalScrollBar: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  118. def disableSave: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  119. def disableScrollbarFading: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  120. def disableSoundEffects: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def disableVerticalFadingEdge: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  122. def disableVerticalScrollBar: SToggleButton

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

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

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

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

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

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

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

    Definition Classes
    CompoundButton → TextView → View
  130. def dispatchRestoreInstanceState(arg0: SparseArray[Parcelable]): Unit

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  141. def drawableBottom(img: Drawable): SToggleButton

    Definition Classes
    TraitTextView
  142. def drawableLeft(img: Drawable): SToggleButton

    Definition Classes
    TraitTextView
  143. def drawableRight(img: Drawable): SToggleButton

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

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Attributes
    protected[android.widget]
    Definition Classes
    ToggleButton → CompoundButton → TextView → View
  146. def drawableTop(img: Drawable): SToggleButton

    Definition Classes
    TraitTextView
  147. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def drawingCacheBackgroundColor(p: Int): SToggleButton

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def drawingCacheBackgroundColor_=(p: Int): SToggleButton

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  151. def drawingCacheEnabled(p: Boolean): SToggleButton

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  153. def drawingCacheEnabled_=(p: Boolean): SToggleButton

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  154. def drawingCacheQuality(p: Int): SToggleButton

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  156. def drawingCacheQuality_=(p: Int): SToggleButton

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  158. def duplicateParentStateEnabled(p: Boolean): SToggleButton

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  160. def duplicateParentStateEnabled_=(p: Boolean): SToggleButton

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  161. def editableFactory(p: Factory): SToggleButton

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  163. def editableFactory_=(p: Factory): SToggleButton

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

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

    Shortcut for getEditableText()

    Shortcut for getEditableText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  165. def ellipsize(p: TruncateAt): SToggleButton

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

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

    Shortcut for getEllipsize()

    Shortcut for getEllipsize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  167. def ellipsize_=(p: TruncateAt): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  168. def ems(p: Int): SToggleButton

    Shortcut for setEms(int)

    Shortcut for setEms(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  170. def ems_=(p: Int): SToggleButton

    Shortcut for setEms(int)

    Shortcut for setEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  171. def enable: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  172. def enableDrawingCache: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  173. def enableDuplicateParentState: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def enableHapticFeedback: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  175. def enableHorizontalFadingEdge: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  176. def enableHorizontalScrollBar: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def enableSave: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def enableScrollbarFading: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  179. def enableSoundEffects: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  180. def enableVerticalFadingEdge: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  181. def enableVerticalScrollBar: SToggleButton

    Definition Classes
    TraitView
    Annotations
    @inline()
  182. def enabled(p: Boolean): SToggleButton

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  184. def enabled_=(p: Boolean): SToggleButton

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

    Definition Classes
    AnyRef → Any
  188. def error(p: CharSequence): SToggleButton

    Shortcut for setError(java.lang.CharSequence)

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

    Shortcut for getError()

    Shortcut for getError()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  190. def error_=(p: CharSequence): SToggleButton

    Shortcut for setError(java.lang.CharSequence)

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

    Shortcut for getExtendedPaddingBottom()

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

    Shortcut for getExtendedPaddingTop()

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

    Definition Classes
    TextView
  194. def extractedText(p: ExtractedText): SToggleButton

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  196. def extractedText_=(p: ExtractedText): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  197. def fadingEdgeLength(p: Int): SToggleButton

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  199. def fadingEdgeLength_=(p: Int): SToggleButton

    Shortcut for setFadingEdgeLength(int)

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

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

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

    Shortcut for getFilters()

    Shortcut for getFilters()

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

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

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

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

    Definition Classes
    TraitView
  205. def findFocus(): View

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

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

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

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

    Definition Classes
    View
  210. def focusable(p: Boolean): SToggleButton

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  212. def focusableInTouchMode(p: Boolean): SToggleButton

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  214. def focusableInTouchMode_=(p: Boolean): SToggleButton

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  215. def focusable_=(p: Boolean): SToggleButton

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Definition Classes
    View
  217. def freezesText(p: Boolean): SToggleButton

    Shortcut for setFreezesText(boolean)

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

    Shortcut for getFreezesText()

    Shortcut for getFreezesText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  219. def freezesText_=(p: Boolean): SToggleButton

    Shortcut for setFreezesText(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  220. def getAnimation(): Animation

    Definition Classes
    View
  221. def getApplicationWindowToken(): IBinder

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

    Definition Classes
    TextView
  223. def getBackground(): Drawable

    Definition Classes
    View
  224. def getBaseline(): Int

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

    Definition Classes
    View
  226. def getBottomFadingEdgeStrength(): Float

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  228. final def getClass(): Class[_]

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

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

    Definition Classes
    TextView
  231. def getCompoundPaddingBottom(): Int

    Definition Classes
    TextView
  232. def getCompoundPaddingLeft(): Int

    Definition Classes
    TextView
  233. def getCompoundPaddingRight(): Int

    Definition Classes
    TextView
  234. def getCompoundPaddingTop(): Int

    Definition Classes
    TextView
  235. def getContentDescription(): CharSequence

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

    Definition Classes
    View
  237. def getContextMenuInfo(): ContextMenuInfo

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

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

    Definition Classes
    TextView
  240. def getDefaultEditable(): Boolean

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

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

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

    Definition Classes
    View
  244. def getDrawingCache(): Bitmap

    Definition Classes
    View
  245. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  246. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  248. def getDrawingTime(): Long

    Definition Classes
    View
  249. def getEditableText(): Editable

    Definition Classes
    TextView
  250. def getEllipsize(): TruncateAt

    Definition Classes
    TextView
  251. def getError(): CharSequence

    Definition Classes
    TextView
  252. def getExtendedPaddingBottom(): Int

    Definition Classes
    TextView
  253. def getExtendedPaddingTop(): Int

    Definition Classes
    TextView
  254. def getFilters(): Array[InputFilter]

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

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

    Definition Classes
    TextView → View
  257. def getFreezesText(): Boolean

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

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

    Definition Classes
    View
  260. def getGravity(): Int

    Definition Classes
    TextView
  261. def getHandler(): Handler

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

    Definition Classes
    View
  263. def getHint(): CharSequence

    Definition Classes
    TextView
  264. final def getHintTextColors(): ColorStateList

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

    Definition Classes
    View
  266. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  267. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
  269. def getImeActionId(): Int

    Definition Classes
    TextView
  270. def getImeActionLabel(): CharSequence

    Definition Classes
    TextView
  271. def getImeOptions(): Int

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

    Definition Classes
    TextView
  273. def getInputType(): Int

    Definition Classes
    TextView
  274. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  275. def getKeyDispatcherState(): DispatcherState

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

    Definition Classes
    TextView
  277. final def getLayout(): Layout

    Definition Classes
    TextView
  278. def getLayoutParams(): LayoutParams

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

    Definition Classes
    View
  280. def getLeftFadingEdgeStrength(): Float

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

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

    Definition Classes
    TextView
  283. def getLineCount(): Int

    Definition Classes
    TextView
  284. def getLineHeight(): Int

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  293. def getNextFocusDownId(): Int

    Definition Classes
    View
  294. def getNextFocusLeftId(): Int

    Definition Classes
    View
  295. def getNextFocusRightId(): Int

    Definition Classes
    View
  296. def getNextFocusUpId(): Int

    Definition Classes
    View
  297. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  298. def getPaddingBottom(): Int

    Definition Classes
    View
  299. def getPaddingLeft(): Int

    Definition Classes
    View
  300. def getPaddingRight(): Int

    Definition Classes
    View
  301. def getPaddingTop(): Int

    Definition Classes
    View
  302. def getPaint(): TextPaint

    Definition Classes
    TextView
  303. def getPaintFlags(): Int

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

    Definition Classes
    View
  305. def getPrivateImeOptions(): String

    Definition Classes
    TextView
  306. def getResources(): Resources

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

    Definition Classes
    View
  308. def getRightFadingEdgeStrength(): Float

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

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

    Definition Classes
    View
  311. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  314. def getSelectionEnd(): Int

    Definition Classes
    TextView
  315. def getSelectionStart(): Int

    Definition Classes
    TextView
  316. def getSolidColor(): Int

    Definition Classes
    View
  317. def getSuggestedMinimumHeight(): Int

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

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

    Definition Classes
    View
  320. def getTag(): AnyRef

    Definition Classes
    View
  321. def getText(): CharSequence

    Definition Classes
    TextView
  322. final def getTextColors(): ColorStateList

    Definition Classes
    TextView
  323. def getTextOff(): CharSequence

    Definition Classes
    ToggleButton
  324. def getTextOn(): CharSequence

    Definition Classes
    ToggleButton
  325. def getTextScaleX(): Float

    Definition Classes
    TextView
  326. def getTextSize(): Float

    Definition Classes
    TextView
  327. final def getTop(): Int

    Definition Classes
    View
  328. def getTopFadingEdgeStrength(): Float

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

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

    Definition Classes
    TextView
  331. def getTotalPaddingLeft(): Int

    Definition Classes
    TextView
  332. def getTotalPaddingRight(): Int

    Definition Classes
    TextView
  333. def getTotalPaddingTop(): Int

    Definition Classes
    TextView
  334. def getTouchDelegate(): TouchDelegate

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

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

    Definition Classes
    TextView
  337. def getTypeface(): Typeface

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

    Definition Classes
    TextView
  339. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  340. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  341. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  342. def getVisibility(): Int

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

    Definition Classes
    View
  344. def getWindowAttachCount(): Int

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

    Definition Classes
    View
  346. def getWindowVisibility(): Int

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

    Definition Classes
    View
  348. def gravity(p: Int): SToggleButton

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Shortcut for getGravity()

    Shortcut for getGravity()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  350. def gravity_=(p: Int): SToggleButton

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  352. def hapticFeedbackEnabled(p: Boolean): SToggleButton

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  354. def hapticFeedbackEnabled_=(p: Boolean): SToggleButton

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Definition Classes
    View
  356. def hasFocusable(): Boolean

    Definition Classes
    View
  357. def hasSelection(): Boolean

    Definition Classes
    TextView
  358. def hasWindowFocus(): Boolean

    Definition Classes
    View
  359. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  360. def height(p: Int): SToggleButton

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

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

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  362. def height_=(p: Int): SToggleButton

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  363. def highlightColor(p: Int): SToggleButton

    Shortcut for setHighlightColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  364. def highlightColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  365. def highlightColor_=(p: Int): SToggleButton

    Shortcut for setHighlightColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  366. def hint(p: CharSequence): SToggleButton

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  367. def hint(p: Int): SToggleButton

    Shortcut for setHint(int)

    Shortcut for setHint(int)

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

    Shortcut for getHint()

    Shortcut for getHint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  369. def hintTextColor(p: ColorStateList): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  370. def hintTextColor(p: Int): SToggleButton

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  372. def hintTextColor_=(p: ColorStateList): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  373. def hintTextColor_=(p: Int): SToggleButton

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Shortcut for getHintTextColors()

    Shortcut for getHintTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  375. def hint_=(p: CharSequence): SToggleButton

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  376. def hint_=(p: Int): SToggleButton

    Shortcut for setHint(int)

    Shortcut for setHint(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  377. def horizontalFadingEdgeEnabled(p: Boolean): SToggleButton

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  379. def horizontalFadingEdgeEnabled_=(p: Boolean): SToggleButton

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  381. def horizontalScrollBarEnabled(p: Boolean): SToggleButton

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  383. def horizontalScrollBarEnabled_=(p: Boolean): SToggleButton

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  384. def horizontallyScrolling(p: Boolean): SToggleButton

    Shortcut for setHorizontallyScrolling(boolean)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  386. def horizontallyScrolling_=(p: Boolean): SToggleButton

    Shortcut for setHorizontallyScrolling(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  387. def id(p: Int): SToggleButton

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  389. def id_=(p: Int): SToggleButton

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getImeActionId()

    Shortcut for getImeActionId()

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

    Shortcut for getImeActionLabel()

    Shortcut for getImeActionLabel()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  392. def imeOptions(p: Int): SToggleButton

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

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

    Shortcut for getImeOptions()

    Shortcut for getImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  394. def imeOptions_=(p: Int): SToggleButton

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  395. def includeFontPadding(p: Boolean): SToggleButton

    Shortcut for setIncludeFontPadding(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  396. def includeFontPadding(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  397. def includeFontPadding_=(p: Boolean): SToggleButton

    Shortcut for setIncludeFontPadding(boolean)

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

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

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

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  402. def inputExtras_=(p: Int): SToggleButton

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  403. def inputType(p: Int): SToggleButton

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

    Shortcut for getInputType()

    Shortcut for getInputType()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  405. def inputType_=(p: Int): SToggleButton

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

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

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

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

    Definition Classes
    TextView → View → Callback
  410. def isChecked(): Boolean

    Definition Classes
    CompoundButton → Checkable
  411. def isClickable(): Boolean

    Definition Classes
    View
  412. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  413. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  414. def isEnabled(): Boolean

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

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

    Definition Classes
    View
  417. def isFocused(): Boolean

    Definition Classes
    View
  418. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  419. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  420. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  421. def isInEditMode(): Boolean

    Definition Classes
    View
  422. def isInTouchMode(): Boolean

    Definition Classes
    View
  423. def isInputMethodTarget(): Boolean

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

    Definition Classes
    Any
  425. def isLayoutRequested(): Boolean

    Definition Classes
    View
  426. def isLongClickable(): Boolean

    Definition Classes
    View
  427. def isOpaque(): Boolean

    Definition Classes
    View
  428. def isPaddingOffsetRequired(): Boolean

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

    Definition Classes
    View
  430. def isSaveEnabled(): Boolean

    Definition Classes
    View
  431. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  432. def isSelected(): Boolean

    Definition Classes
    View
  433. def isShown(): Boolean

    Definition Classes
    View
  434. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  435. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  436. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  437. def keepScreenOn(p: Boolean): SToggleButton

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  439. def keepScreenOn_=(p: Boolean): SToggleButton

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  441. def keyListener(p: KeyListener): SToggleButton

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

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

    Shortcut for getKeyListener()

    Shortcut for getKeyListener()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  443. def keyListener_=(p: KeyListener): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  444. def layout: Layout

    Shortcut for getLayout()

    Shortcut for getLayout()

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

    Definition Classes
    View
  446. def layoutParams(p: LayoutParams): SToggleButton

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  448. def layoutParams_=(p: LayoutParams): SToggleButton

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

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

    Shortcut for getLeft()

    Shortcut for getLeft()

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

    Definition Classes
    TextView
  451. def lineCount: Int

    Shortcut for getLineCount()

    Shortcut for getLineCount()

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

    Shortcut for getLineHeight()

    Shortcut for getLineHeight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  453. def lines(p: Int): SToggleButton

    Shortcut for setLines(int)

    Shortcut for setLines(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  455. def lines_=(p: Int): SToggleButton

    Shortcut for setLines(int)

    Shortcut for setLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  456. def linkTextColor(p: ColorStateList): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  457. def linkTextColor(p: Int): SToggleButton

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  459. def linkTextColor_=(p: ColorStateList): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  460. def linkTextColor_=(p: Int): SToggleButton

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Shortcut for getLinkTextColors()

    Shortcut for getLinkTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  462. def linksClickable(p: Boolean): SToggleButton

    Shortcut for setLinksClickable(boolean)

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

    Shortcut for getLinksClickable()

    Shortcut for getLinksClickable()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  464. def linksClickable_=(p: Boolean): SToggleButton

    Shortcut for setLinksClickable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  465. def longClickable(p: Boolean): SToggleButton

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  467. def longClickable_=(p: Boolean): SToggleButton

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  468. def marqueeRepeatLimit(p: Int): SToggleButton

    Shortcut for setMarqueeRepeatLimit(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  469. def marqueeRepeatLimit(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  470. def marqueeRepeatLimit_=(p: Int): SToggleButton

    Shortcut for setMarqueeRepeatLimit(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  471. def maxEms(p: Int): SToggleButton

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  472. def maxEms(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  473. def maxEms_=(p: Int): SToggleButton

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  474. def maxHeight(p: Int): SToggleButton

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  476. def maxHeight_=(p: Int): SToggleButton

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  477. def maxLines(p: Int): SToggleButton

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  478. def maxLines(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  479. def maxLines_=(p: Int): SToggleButton

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  480. def maxWidth(p: Int): SToggleButton

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  481. def maxWidth(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  482. def maxWidth_=(p: Int): SToggleButton

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Definition Classes
    View
  484. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  486. def minEms(p: Int): SToggleButton

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  487. def minEms(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  488. def minEms_=(p: Int): SToggleButton

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  489. def minHeight(p: Int): SToggleButton

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  490. def minHeight(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  491. def minHeight_=(p: Int): SToggleButton

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  492. def minLines(p: Int): SToggleButton

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  493. def minLines(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  494. def minLines_=(p: Int): SToggleButton

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  495. def minWidth(p: Int): SToggleButton

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  496. def minWidth(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  497. def minWidth_=(p: Int): SToggleButton

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  498. def minimumHeight(p: Int): SToggleButton

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  500. def minimumHeight_=(p: Int): SToggleButton

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  501. def minimumWidth(p: Int): SToggleButton

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  503. def minimumWidth_=(p: Int): SToggleButton

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TextView
  505. def movementMethod(p: MovementMethod): SToggleButton

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

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

    Shortcut for getMovementMethod()

    Shortcut for getMovementMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  507. def movementMethod_=(p: MovementMethod): SToggleButton

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

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

    Definition Classes
    AnyRef
  509. def nextFocusDownId(p: Int): SToggleButton

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  511. def nextFocusDownId_=(p: Int): SToggleButton

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  512. def nextFocusLeftId(p: Int): SToggleButton

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  514. def nextFocusLeftId_=(p: Int): SToggleButton

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  515. def nextFocusRightId(p: Int): SToggleButton

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  517. def nextFocusRightId_=(p: Int): SToggleButton

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  518. def nextFocusUpId(p: Int): SToggleButton

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  520. def nextFocusUpId_=(p: Int): SToggleButton

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

    Definition Classes
    View
  525. def onAnimationEnd(): Unit

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

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

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

    Definition Classes
    TextView
  529. def onCheckIsTextEditor(): Boolean

    Definition Classes
    TextView → View
  530. def onCheckedChangeListener(p: OnCheckedChangeListener): SToggleButton

    Shortcut for setOnCheckedChangeListener(android.widget.CompoundButton.OnCheckedChangeListener)

  531. def onCheckedChangeListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  532. def onCheckedChangeListener_=(p: OnCheckedChangeListener): SToggleButton

    Shortcut for setOnCheckedChangeListener(android.widget.CompoundButton.OnCheckedChangeListener)

  533. def onCheckedChanged(f: ⇒ Unit): SToggleButton

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  534. def onCheckedChanged(f: (CompoundButton, Boolean) ⇒ Unit): SToggleButton

    Definition Classes
    TraitCompoundButton
    Annotations
    @inline()
  535. def onClick(f: ⇒ Unit): SToggleButton

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  537. def onClickListener(p: OnClickListener): SToggleButton

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  539. def onClickListener_=(p: OnClickListener): SToggleButton

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

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

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

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  545. def onCreateContextMenuListener(p: OnCreateContextMenuListener): SToggleButton

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  547. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SToggleButton

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  557. def onEditorActionListener(p: OnEditorActionListener): SToggleButton

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  559. def onEditorActionListener_=(p: OnEditorActionListener): SToggleButton

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

  560. def onEndBatchEdit(): Unit

    Definition Classes
    TextView
  561. def onFinishInflate(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    ToggleButton → View
  562. def onFinishTemporaryDetach(): Unit

    Definition Classes
    TextView → View
  563. def onFocusChange(f: ⇒ Unit): SToggleButton

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  565. def onFocusChangeListener(p: OnFocusChangeListener): SToggleButton

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  567. def onFocusChangeListener_=(p: OnFocusChangeListener): SToggleButton

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  569. def onKey(f: ⇒ Boolean): SToggleButton

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

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

    Definition Classes
    TextView → View → Callback
  572. def onKeyListener(p: OnKeyListener): SToggleButton

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  574. def onKeyListener_=(p: OnKeyListener): SToggleButton

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  583. def onLongClickListener(p: OnLongClickListener): SToggleButton

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  585. def onLongClickListener_=(p: OnLongClickListener): SToggleButton

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

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

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

    Definition Classes
    TextView → OnPreDrawListener
  588. def onPrivateIMECommand(arg0: String, arg1: Bundle): Boolean

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  592. def onSelectionChanged(arg0: Int, arg1: Int): Unit

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

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

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

    Definition Classes
    TextView → View
  596. def onTextChanged(f: ⇒ Unit): SToggleButton

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  597. def onTextChanged(f: (CharSequence, Int, Int, Int) ⇒ Unit): SToggleButton

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

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

    Definition Classes
    TextView
  600. def onTouch(f: ⇒ Boolean): SToggleButton

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

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

    Definition Classes
    TextView → View
  603. def onTouchListener(p: OnTouchListener): SToggleButton

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  605. def onTouchListener_=(p: OnTouchListener): SToggleButton

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

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

    Definition Classes
    TextView → View
  607. def onVisibilityChanged(arg0: View, arg1: Int): Unit

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

    Definition Classes
    TextView → View
  609. def onWindowVisibilityChanged(arg0: Int): Unit

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  612. def padding(p: Int): SToggleButton

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  617. def padding_=(p: Int): SToggleButton

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

    Shortcut for getPaint()

    Shortcut for getPaint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  619. def paintFlags(p: Int): SToggleButton

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Shortcut for getPaintFlags()

    Shortcut for getPaintFlags()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  621. def paintFlags_=(p: Int): SToggleButton

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Shortcut for getParent()

    Shortcut for getParent()

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

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

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

    Definition Classes
    CompoundButton → View
  626. def performHapticFeedback(arg0: Int, arg1: Int): Boolean

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

    Definition Classes
    View
  628. def performLongClick(): Boolean

    Definition Classes
    TextView → View
  629. def playSoundEffect(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  633. def postInvalidate(): Unit

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

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

    Definition Classes
    View
  636. def pressed(p: Boolean): SToggleButton

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  638. def pressed_=(p: Boolean): SToggleButton

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  639. def privateImeOptions(p: String): SToggleButton

    Shortcut for setPrivateImeOptions(java.lang.String)

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

    Shortcut for getPrivateImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  641. def privateImeOptions_=(p: String): SToggleButton

    Shortcut for setPrivateImeOptions(java.lang.String)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  642. def rawInputType(p: Int): SToggleButton

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  644. def rawInputType_=(p: Int): SToggleButton

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

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

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

    Definition Classes
    TextView
  648. def requestFocus(arg0: Int, arg1: Rect): Boolean

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

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

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

    Definition Classes
    View
  652. def requestLayout(): Unit

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

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

    Definition Classes
    View
  655. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  657. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  659. def saveEnabled(p: Boolean): SToggleButton

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  661. def saveEnabled_=(p: Boolean): SToggleButton

    Shortcut for setSaveEnabled(boolean)

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

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

    Definition Classes
    View → Callback
  664. def scrollBarStyle(p: Int): SToggleButton

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  666. def scrollBarStyle_=(p: Int): SToggleButton

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  668. def scrollContainer(p: Boolean): SToggleButton

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  670. def scrollContainer_=(p: Boolean): SToggleButton

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  672. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  674. def scrollbarFadingEnabled(p: Boolean): SToggleButton

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  676. def scrollbarFadingEnabled_=(p: Boolean): SToggleButton

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  677. def scroller(p: Scroller): SToggleButton

    Shortcut for setScroller(android.widget.Scroller)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  679. def scroller_=(p: Scroller): SToggleButton

    Shortcut for setScroller(android.widget.Scroller)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  680. def selectAllOnFocus(p: Boolean): SToggleButton

    Shortcut for setSelectAllOnFocus(boolean)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  682. def selectAllOnFocus_=(p: Boolean): SToggleButton

    Shortcut for setSelectAllOnFocus(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  683. def selected(p: Boolean): SToggleButton

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  685. def selected_=(p: Boolean): SToggleButton

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for getSelectionEnd()

    Shortcut for getSelectionEnd()

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

    Shortcut for getSelectionStart()

    Shortcut for getSelectionStart()

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

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

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

    Definition Classes
    View
  691. final def setAutoLinkMask(arg0: Int): Unit

    Definition Classes
    TextView
  692. def setBackgroundColor(arg0: Int): Unit

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

    Definition Classes
    ToggleButton → View
  694. def setBackgroundResource(arg0: Int): Unit

    Definition Classes
    View
  695. def setButtonDrawable(arg0: Drawable): Unit

    Definition Classes
    CompoundButton
  696. def setButtonDrawable(arg0: Int): Unit

    Definition Classes
    CompoundButton
  697. def setChecked(arg0: Boolean): Unit

    Definition Classes
    ToggleButton → CompoundButton → Checkable
  698. def setClickable(arg0: Boolean): Unit

    Definition Classes
    View
  699. def setCompoundDrawablePadding(arg0: Int): Unit

    Definition Classes
    TextView
  700. def setCompoundDrawables(arg0: Drawable, arg1: Drawable, arg2: Drawable, arg3: Drawable): Unit

    Definition Classes
    TextView
  701. def setCompoundDrawablesWithIntrinsicBounds(arg0: Drawable, arg1: Drawable, arg2: Drawable, arg3: Drawable): Unit

    Definition Classes
    TextView
  702. def setCompoundDrawablesWithIntrinsicBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    TextView
  703. def setContentDescription(arg0: CharSequence): Unit

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

    Definition Classes
    TextView
  705. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  709. final def setEditableFactory(arg0: Factory): Unit

    Definition Classes
    TextView
  710. def setEllipsize(arg0: TruncateAt): Unit

    Definition Classes
    TextView
  711. def setEms(arg0: Int): Unit

    Definition Classes
    TextView
  712. def setEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  713. def setError(arg0: CharSequence, arg1: Drawable): Unit

    Definition Classes
    TextView
  714. def setError(arg0: CharSequence): Unit

    Definition Classes
    TextView
  715. def setExtractedText(arg0: ExtractedText): Unit

    Definition Classes
    TextView
  716. def setFadingEdgeLength(arg0: Int): Unit

    Definition Classes
    View
  717. def setFilters(arg0: Array[InputFilter]): Unit

    Definition Classes
    TextView
  718. def setFocusable(arg0: Boolean): Unit

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

    Definition Classes
    View
  720. def setFrame(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  721. def setFreezesText(arg0: Boolean): Unit

    Definition Classes
    TextView
  722. def setGravity(arg0: Int): Unit

    Definition Classes
    TextView
  723. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  724. def setHeight(arg0: Int): Unit

    Definition Classes
    TextView
  725. def setHighlightColor(arg0: Int): Unit

    Definition Classes
    TextView
  726. final def setHint(arg0: Int): Unit

    Definition Classes
    TextView
  727. final def setHint(arg0: CharSequence): Unit

    Definition Classes
    TextView
  728. final def setHintTextColor(arg0: ColorStateList): Unit

    Definition Classes
    TextView
  729. final def setHintTextColor(arg0: Int): Unit

    Definition Classes
    TextView
  730. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  732. def setHorizontallyScrolling(arg0: Boolean): Unit

    Definition Classes
    TextView
  733. def setId(arg0: Int): Unit

    Definition Classes
    View
  734. def setImeActionLabel(arg0: CharSequence, arg1: Int): Unit

    Definition Classes
    TextView
  735. def setImeOptions(arg0: Int): Unit

    Definition Classes
    TextView
  736. def setIncludeFontPadding(arg0: Boolean): Unit

    Definition Classes
    TextView
  737. def setInputExtras(arg0: Int): Unit

    Definition Classes
    TextView
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  738. def setInputType(arg0: Int): Unit

    Definition Classes
    TextView
  739. def setKeepScreenOn(arg0: Boolean): Unit

    Definition Classes
    View
  740. def setKeyListener(arg0: KeyListener): Unit

    Definition Classes
    TextView
  741. def setLayoutParams(arg0: LayoutParams): Unit

    Definition Classes
    View
  742. def setLineSpacing(arg0: Float, arg1: Float): Unit

    Definition Classes
    TextView
  743. def setLines(arg0: Int): Unit

    Definition Classes
    TextView
  744. final def setLinkTextColor(arg0: ColorStateList): Unit

    Definition Classes
    TextView
  745. final def setLinkTextColor(arg0: Int): Unit

    Definition Classes
    TextView
  746. final def setLinksClickable(arg0: Boolean): Unit

    Definition Classes
    TextView
  747. def setLongClickable(arg0: Boolean): Unit

    Definition Classes
    View
  748. def setMarqueeRepeatLimit(arg0: Int): Unit

    Definition Classes
    TextView
  749. def setMaxEms(arg0: Int): Unit

    Definition Classes
    TextView
  750. def setMaxHeight(arg0: Int): Unit

    Definition Classes
    TextView
  751. def setMaxLines(arg0: Int): Unit

    Definition Classes
    TextView
  752. def setMaxWidth(arg0: Int): Unit

    Definition Classes
    TextView
  753. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

    Definition Classes
    TextView
  755. def setMinHeight(arg0: Int): Unit

    Definition Classes
    TextView
  756. def setMinLines(arg0: Int): Unit

    Definition Classes
    TextView
  757. def setMinWidth(arg0: Int): Unit

    Definition Classes
    TextView
  758. def setMinimumHeight(arg0: Int): Unit

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

    Definition Classes
    View
  760. final def setMovementMethod(arg0: MovementMethod): Unit

    Definition Classes
    TextView
  761. def setNextFocusDownId(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  765. def setOnCheckedChangeListener(arg0: OnCheckedChangeListener): Unit

    Definition Classes
    CompoundButton
  766. def setOnClickListener(arg0: OnClickListener): Unit

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

    Definition Classes
    View
  768. def setOnEditorActionListener(arg0: OnEditorActionListener): Unit

    Definition Classes
    TextView
  769. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

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

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

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

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

    Definition Classes
    TextView → View
  774. def setPaintFlags(arg0: Int): Unit

    Definition Classes
    TextView
  775. def setPressed(arg0: Boolean): Unit

    Definition Classes
    View
  776. def setPrivateImeOptions(arg0: String): Unit

    Definition Classes
    TextView
  777. def setRawInputType(arg0: Int): Unit

    Definition Classes
    TextView
  778. def setSaveEnabled(arg0: Boolean): Unit

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

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

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

    Definition Classes
    View
  782. def setScroller(arg0: Scroller): Unit

    Definition Classes
    TextView
  783. def setSelectAllOnFocus(arg0: Boolean): Unit

    Definition Classes
    TextView
  784. def setSelected(arg0: Boolean): Unit

    Definition Classes
    TextView → View
  785. def setShadowLayer(arg0: Float, arg1: Float, arg2: Float, arg3: Int): Unit

    Definition Classes
    TextView
  786. def setSingleLine(arg0: Boolean): Unit

    Definition Classes
    TextView
  787. def setSingleLine(): Unit

    Definition Classes
    TextView
  788. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  789. final def setSpannableFactory(arg0: Factory): Unit

    Definition Classes
    TextView
  790. def setTag(arg0: Int, arg1: Any): Unit

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

    Definition Classes
    View
  792. final def setText(arg0: Int, arg1: BufferType): Unit

    Definition Classes
    TextView
  793. final def setText(arg0: Int): Unit

    Definition Classes
    TextView
  794. final def setText(arg0: Array[Char], arg1: Int, arg2: Int): Unit

    Definition Classes
    TextView
  795. def setText(arg0: CharSequence, arg1: BufferType): Unit

    Definition Classes
    TextView
  796. final def setText(arg0: CharSequence): Unit

    Definition Classes
    TextView
  797. def setTextAppearance(arg0: Context, arg1: Int): Unit

    Definition Classes
    TextView
  798. def setTextColor(arg0: ColorStateList): Unit

    Definition Classes
    TextView
  799. def setTextColor(arg0: Int): Unit

    Definition Classes
    TextView
  800. final def setTextKeepState(arg0: CharSequence, arg1: BufferType): Unit

    Definition Classes
    TextView
  801. final def setTextKeepState(arg0: CharSequence): Unit

    Definition Classes
    TextView
  802. def setTextOff(arg0: CharSequence): Unit

    Definition Classes
    ToggleButton
  803. def setTextOn(arg0: CharSequence): Unit

    Definition Classes
    ToggleButton
  804. def setTextScaleX(arg0: Float): Unit

    Definition Classes
    TextView
  805. def setTextSize(arg0: Int, arg1: Float): Unit

    Definition Classes
    TextView
  806. def setTextSize(arg0: Float): Unit

    Definition Classes
    TextView
  807. def setTouchDelegate(arg0: TouchDelegate): Unit

    Definition Classes
    View
  808. final def setTransformationMethod(arg0: TransformationMethod): Unit

    Definition Classes
    TextView
  809. def setTypeface(arg0: Typeface): Unit

    Definition Classes
    TextView
  810. def setTypeface(arg0: Typeface, arg1: Int): Unit

    Definition Classes
    TextView
  811. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

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

    Definition Classes
    View
  814. def setWidth(arg0: Int): Unit

    Definition Classes
    TextView
  815. def setWillNotCacheDrawing(arg0: Boolean): Unit

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

    Definition Classes
    View
  817. def showContextMenu(): Boolean

    Definition Classes
    View
  818. def singleLine(p: Boolean): SToggleButton

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  819. def singleLine(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  820. def singleLine_=(p: Boolean): SToggleButton

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  821. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  822. def soundEffectsEnabled(p: Boolean): SToggleButton

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  824. def soundEffectsEnabled_=(p: Boolean): SToggleButton

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  825. def spannableFactory(p: Factory): SToggleButton

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  826. def spannableFactory(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  827. def spannableFactory_=(p: Factory): SToggleButton

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  828. def startAnimation(arg0: Animation): Unit

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

    Definition Classes
    AnyRef
  830. def tag(p: Any): SToggleButton

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  832. def tag_=(p: Any): SToggleButton

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  833. def text(p: CharSequence): SToggleButton

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  834. def text(p: Int): SToggleButton

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  835. def text: CharSequence

    Shortcut for getText()

    Shortcut for getText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  836. def textColor(p: ColorStateList): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  837. def textColor(p: Int): SToggleButton

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  838. def textColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  839. def textColor_=(p: ColorStateList): SToggleButton

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  840. def textColor_=(p: Int): SToggleButton

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  841. def textColors: ColorStateList

    Shortcut for getTextColors()

    Shortcut for getTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  842. def textKeepState(p: CharSequence): SToggleButton

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  843. def textKeepState(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  844. def textKeepState_=(p: CharSequence): SToggleButton

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  845. def textOff(p: CharSequence): SToggleButton

    Shortcut for setTextOff(java.lang.CharSequence)

    Definition Classes
    TraitToggleButton
    Annotations
    @inline()
  846. def textOff: CharSequence

    Shortcut for getTextOff()

    Shortcut for getTextOff()

    Definition Classes
    TraitToggleButton
    Annotations
    @inline()
  847. def textOff_=(p: CharSequence): SToggleButton

    Shortcut for setTextOff(java.lang.CharSequence)

    Definition Classes
    TraitToggleButton
    Annotations
    @inline()
  848. def textOn(p: CharSequence): SToggleButton

    Shortcut for setTextOn(java.lang.CharSequence)

    Definition Classes
    TraitToggleButton
    Annotations
    @inline()
  849. def textOn: CharSequence

    Shortcut for getTextOn()

    Shortcut for getTextOn()

    Definition Classes
    TraitToggleButton
    Annotations
    @inline()
  850. def textOn_=(p: CharSequence): SToggleButton

    Shortcut for setTextOn(java.lang.CharSequence)

    Definition Classes
    TraitToggleButton
    Annotations
    @inline()
  851. def textScaleX(p: Float): SToggleButton

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  852. def textScaleX: Float

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  853. def textScaleX_=(p: Float): SToggleButton

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  854. def textSize(p: Float): SToggleButton

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  855. def textSize: Float

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  856. def textSize(p: Int): SToggleButton

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  857. def textSize_=(p: Float): SToggleButton

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  858. def textSize_=(p: Int): SToggleButton

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  859. def text_=(p: CharSequence): SToggleButton

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  860. def text_=(p: Int): SToggleButton

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  861. def toString(): String

    Definition Classes
    AnyRef → Any
  862. def toggle(): Unit

    Definition Classes
    CompoundButton → Checkable
  863. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  864. def totalPaddingBottom: Int

    Shortcut for getTotalPaddingBottom()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  865. def totalPaddingLeft: Int

    Shortcut for getTotalPaddingLeft()

    Shortcut for getTotalPaddingLeft()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  866. def totalPaddingRight: Int

    Shortcut for getTotalPaddingRight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  867. def totalPaddingTop: Int

    Shortcut for getTotalPaddingTop()

    Shortcut for getTotalPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  868. def touchDelegate(p: TouchDelegate): SToggleButton

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  870. def touchDelegate_=(p: TouchDelegate): SToggleButton

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  872. def transformationMethod(p: TransformationMethod): SToggleButton

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  873. def transformationMethod: TransformationMethod

    Shortcut for getTransformationMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  874. def transformationMethod_=(p: TransformationMethod): SToggleButton

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  875. def typeface(p: Typeface): SToggleButton

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  876. def typeface: Typeface

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  877. def typeface_=(p: Typeface): SToggleButton

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  878. def uniqueId(implicit activity: Activity): Int

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

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

    Definition Classes
    View → Callback
  881. def urls: Array[URLSpan]

    Shortcut for getUrls()

    Shortcut for getUrls()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  882. def verifyDrawable(arg0: Drawable): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    CompoundButton → TextView → View
  883. def verticalFadingEdgeEnabled(p: Boolean): SToggleButton

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  885. def verticalFadingEdgeEnabled_=(p: Boolean): SToggleButton

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  887. def verticalScrollBarEnabled(p: Boolean): SToggleButton

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  889. def verticalScrollBarEnabled_=(p: Boolean): SToggleButton

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  892. def visibility(p: Int): SToggleButton

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  894. def visibility_=(p: Int): SToggleButton

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  898. def width(p: Int): SToggleButton

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  899. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  900. def width_=(p: Int): SToggleButton

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  901. def willNotCacheDrawing(p: Boolean): SToggleButton

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
  903. def willNotCacheDrawing_=(p: Boolean): SToggleButton

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  904. def willNotDraw(p: Boolean): SToggleButton

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
  906. def willNotDraw_=(p: Boolean): SToggleButton

    Shortcut for setWillNotDraw(boolean)

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from TraitButton[SToggleButton]

Inherited from TraitTextView[SToggleButton]

Inherited from TraitView[SToggleButton]

Inherited from ConstantsSupport

Inherited from ToggleButton

Inherited from CompoundButton

Inherited from Checkable

Inherited from Button

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