Class/Object

org.scaloid.common

SCheckedTextView

Related Docs: object SCheckedTextView | package common

Permalink

class SCheckedTextView extends CheckedTextView with TraitCheckedTextView[SCheckedTextView]

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

Linear Supertypes
TraitCheckedTextView[SCheckedTextView], TraitTextView[SCheckedTextView], TraitView[SCheckedTextView], PressAndHoldable[SCheckedTextView], ConstantsSupport, CheckedTextView, Checkable, TextView, OnPreDrawListener, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SCheckedTextView
  2. TraitCheckedTextView
  3. TraitTextView
  4. TraitView
  5. PressAndHoldable
  6. ConstantsSupport
  7. CheckedTextView
  8. Checkable
  9. TextView
  10. OnPreDrawListener
  11. View
  12. AccessibilityEventSource
  13. Callback
  14. Callback
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SCheckedTextView(text: CharSequence, onClickListener: ViewOnClickListener)(implicit context: Context)

    Permalink
  2. new SCheckedTextView(text: CharSequence, onClickListener: ViewOnClickListener, interval: Int)(implicit context: Context)

    Permalink
  3. new SCheckedTextView(text: CharSequence, ignore: Nothing)(implicit context: Context)

    Permalink
  4. new SCheckedTextView(text: CharSequence)(implicit context: Context)

    Permalink
  5. new SCheckedTextView()(implicit context: Context, parentVGroup: TraitViewGroup[_] = null)

    Permalink

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Permalink
    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val MATCH_PARENT: Int

    Permalink
    Definition Classes
    TraitView
  7. val NONE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  8. val TEXT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  9. val TEXT_AUTO_COMPLETE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_CORRECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  11. val TEXT_CAP_CHARACTERS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_SENTENCES: Int

    Permalink
    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_WORDS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  14. val TEXT_EMAIL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_SUBJECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  16. val TEXT_IME_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  17. val TEXT_LONG_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  18. val TEXT_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  19. val TEXT_NO_SUGGESTIONS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  20. val TEXT_PASSWORD: Int

    Permalink
    Definition Classes
    ConstantsSupport
  21. val TEXT_PERSON_NAME: Int

    Permalink
    Definition Classes
    ConstantsSupport
  22. val TEXT_POSTAL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  23. val TEXT_SHORT_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  24. val TEXT_URI: Int

    Permalink
    Definition Classes
    ConstantsSupport
  25. val WRAP_CONTENT: Int

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getAccessibilityNodeProvider()

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

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Permalink

    Shortcut for isActivated()

    Shortcut for isActivated()

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

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

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

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

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

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

    Permalink

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

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

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink

    Shortcut for getAlpha()

    Shortcut for getAlpha()

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

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

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

    Permalink

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

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

    Permalink

    Shortcut for getAnimation()

    Shortcut for getAnimation()

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

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    TextView
  55. def applicationWindowToken: IBinder

    Permalink

    Shortcut for getApplicationWindowToken()

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

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

    Permalink

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

    Permalink

    Shortcut for getAutoLinkMask()

    Shortcut for getAutoLinkMask()

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

    Permalink

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

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

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

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

    Permalink

    Shortcut for getBackground()

    Shortcut for getBackground()

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

    Permalink

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

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

    Permalink

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

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

    Permalink

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  74. def basis: SCheckedTextView

    Permalink
    Definition Classes
    SCheckedTextViewTraitViewPressAndHoldable
  75. def beforeTextChanged[U](f: ⇒ U): SCheckedTextView

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

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

    Permalink
    Definition Classes
    TextView
  78. def bottom(p: Int): SCheckedTextView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Permalink

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  80. def bottom_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Permalink
    Definition Classes
    TextView
  82. def bringToFront(): Unit

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

    Permalink
    Definition Classes
    View
  84. def buildDrawingCache(): Unit

    Permalink
    Definition Classes
    View
  85. def buildLayer(): Unit

    Permalink
    Definition Classes
    View
  86. def callOnClick(): Boolean

    Permalink
    Definition Classes
    View
  87. def cameraDistance(p: Float): SCheckedTextView

    Permalink

    Shortcut for setCameraDistance(float)

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

    Permalink

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  89. def cameraDistance_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setCameraDistance(float)

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

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

    Permalink
    Definition Classes
    View
  92. def cancelLongPress(): Unit

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

    Permalink
    Definition Classes
    View
  94. def checkMarkDrawable(p: Drawable): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  95. def checkMarkDrawable(p: Int): SCheckedTextView

    Permalink

    Shortcut for setCheckMarkDrawable(int)

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  96. def checkMarkDrawable: Drawable

    Permalink

    Shortcut for getCheckMarkDrawable()

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  97. def checkMarkDrawable_=(p: Drawable): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  98. def checkMarkDrawable_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setCheckMarkDrawable(int)

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  99. def checked(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setChecked(boolean)

    Shortcut for setChecked(boolean)

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  100. def checked: Boolean

    Permalink

    Shortcut for isChecked()

    Shortcut for isChecked()

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  101. def checked_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setChecked(boolean)

    Shortcut for setChecked(boolean)

    Definition Classes
    TraitCheckedTextView
    Annotations
    @inline()
  102. def clearAnimation(): Unit

    Permalink
    Definition Classes
    View
  103. def clearComposingText(): Unit

    Permalink
    Definition Classes
    TextView
  104. def clearFocus(): Unit

    Permalink
    Definition Classes
    View
  105. def clickable(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  107. def clickable_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

    Permalink

    Shortcut for setCompoundDrawablePadding(int)

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

    Permalink

    Shortcut for getCompoundDrawablePadding()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  111. def compoundDrawablePadding_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setCompoundDrawablePadding(int)

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

    Permalink

    Shortcut for getCompoundDrawables()

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

    Permalink

    Shortcut for getCompoundPaddingBottom()

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

    Permalink

    Shortcut for getCompoundPaddingLeft()

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

    Permalink

    Shortcut for getCompoundPaddingRight()

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

    Permalink

    Shortcut for getCompoundPaddingTop()

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  124. def contentDescription(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  126. def contentDescription_=(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContext()

    Shortcut for getContext()

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

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

    Permalink
    Definition Classes
    View
  130. def currentHintTextColor: Int

    Permalink

    Shortcut for getCurrentHintTextColor()

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

    Permalink

    Shortcut for getCurrentTextColor()

    Shortcut for getCurrentTextColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  132. def cursorVisible(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setCursorVisible(boolean)

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

    Permalink

    Shortcut for isCursorVisible()

    Shortcut for isCursorVisible()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  134. def cursorVisible_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setCursorVisible(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  135. def customSelectionActionModeCallback(p: Callback): SCheckedTextView

    Permalink

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

  136. def customSelectionActionModeCallback: Callback

    Permalink

    Shortcut for getCustomSelectionActionModeCallback()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  137. def customSelectionActionModeCallback_=(p: Callback): SCheckedTextView

    Permalink

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

  138. def debug(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  139. def destroyDrawingCache(): Unit

    Permalink
    Definition Classes
    View
  140. def didTouchFocusSelect(): Boolean

    Permalink
    Definition Classes
    TextView
  141. def disable(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def disableDrawingCache(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def disableDuplicateParentState(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  144. def disableHapticFeedback(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def disableHorizontalFadingEdge(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  146. def disableHorizontalScrollBar(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def disableSave(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def disableSaveFromParent(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  149. def disableScrollbarFading(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def disableSoundEffects(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  151. def disableVerticalFadingEdge(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def disableVerticalScrollBar(): SCheckedTextView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  179. def drawableBottom(img: Drawable): SCheckedTextView

    Permalink
    Definition Classes
    TraitTextView
  180. def drawableLeft(img: Drawable): SCheckedTextView

    Permalink
    Definition Classes
    TraitTextView
  181. def drawableRight(img: Drawable): SCheckedTextView

    Permalink
    Definition Classes
    TraitTextView
  182. def drawableState: Array[Int]

    Permalink

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    CheckedTextView → TextView → View
  184. def drawableTop(img: Drawable): SCheckedTextView

    Permalink
    Definition Classes
    TraitTextView
  185. def drawingCache: Bitmap

    Permalink

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  186. def drawingCacheBackgroundColor(p: Int): SCheckedTextView

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  188. def drawingCacheBackgroundColor_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  189. def drawingCacheEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  191. def drawingCacheEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def drawingCacheQuality(p: Int): SCheckedTextView

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. def drawingCacheQuality_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def duplicateParentStateEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  198. def duplicateParentStateEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  199. def editableFactory(p: Factory): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  201. def editableFactory_=(p: Factory): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getEditableText()

    Shortcut for getEditableText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  203. def ellipsize(p: TruncateAt): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getEllipsize()

    Shortcut for getEllipsize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  205. def ellipsize_=(p: TruncateAt): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  206. def ems(p: Int): SCheckedTextView

    Permalink

    Shortcut for setEms(int)

    Shortcut for setEms(int)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  208. def ems_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setEms(int)

    Shortcut for setEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  209. def enable(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  210. def enableDrawingCache(): SCheckedTextView

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

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  215. def enableSave(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  216. def enableSaveFromParent(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  217. def enableScrollbarFading(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  218. def enableSoundEffects(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  219. def enableVerticalFadingEdge(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  220. def enableVerticalScrollBar(): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  221. def enabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  223. def enabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  227. def error(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setError(java.lang.CharSequence)

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

    Permalink

    Shortcut for getError()

    Shortcut for getError()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  229. def error_=(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setError(java.lang.CharSequence)

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

    Permalink

    Shortcut for getExtendedPaddingBottom()

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

    Permalink

    Shortcut for getExtendedPaddingTop()

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

    Permalink
    Definition Classes
    TextView
  233. def extractedText(p: ExtractedText): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  235. def extractedText_=(p: ExtractedText): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  236. def fadingEdgeLength(p: Int): SCheckedTextView

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  238. def fadingEdgeLength_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  240. def filterTouchesWhenObscured(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  242. def filterTouchesWhenObscured_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

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

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

    Permalink

    Shortcut for getFilters()

    Shortcut for getFilters()

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

    Permalink

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  253. def fitsSystemWindows(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  255. def fitsSystemWindows_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink
    Definition Classes
    View
  257. def focusable(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  259. def focusableInTouchMode(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

    Permalink

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  261. def focusableInTouchMode_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  262. def focusable_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink
    Definition Classes
    View
  264. def freezesText(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFreezesText(boolean)

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

    Permalink

    Shortcut for getFreezesText()

    Shortcut for getFreezesText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  266. def freezesText_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setFreezesText(boolean)

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

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

    Permalink
    Definition Classes
    View
  269. def getAlpha(): Float

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

    Permalink
    Definition Classes
    View
  271. def getApplicationWindowToken(): IBinder

    Permalink
    Definition Classes
    View
  272. final def getAutoLinkMask(): Int

    Permalink
    Definition Classes
    TextView
  273. def getBackground(): Drawable

    Permalink
    Definition Classes
    View
  274. def getBaseline(): Int

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

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

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

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

    Permalink
    Definition Classes
    View
  279. def getCheckMarkDrawable(): Drawable

    Permalink
    Definition Classes
    CheckedTextView
  280. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    TextView
  283. def getCompoundPaddingBottom(): Int

    Permalink
    Definition Classes
    TextView
  284. def getCompoundPaddingLeft(): Int

    Permalink
    Definition Classes
    TextView
  285. def getCompoundPaddingRight(): Int

    Permalink
    Definition Classes
    TextView
  286. def getCompoundPaddingTop(): Int

    Permalink
    Definition Classes
    TextView
  287. def getContentDescription(): CharSequence

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

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

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

    Permalink
    Definition Classes
    TextView
  291. final def getCurrentTextColor(): Int

    Permalink
    Definition Classes
    TextView
  292. def getCustomSelectionActionModeCallback(): Callback

    Permalink
    Definition Classes
    TextView
  293. def getDefaultEditable(): Boolean

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

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

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

    Permalink
    Definition Classes
    View
  297. def getDrawingCache(): Bitmap

    Permalink
    Definition Classes
    View
  298. def getDrawingCacheBackgroundColor(): Int

    Permalink
    Definition Classes
    View
  299. def getDrawingCacheQuality(): Int

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

    Permalink
    Definition Classes
    View
  301. def getDrawingTime(): Long

    Permalink
    Definition Classes
    View
  302. def getEditableText(): Editable

    Permalink
    Definition Classes
    TextView
  303. def getEllipsize(): TruncateAt

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

    Permalink
    Definition Classes
    TextView
  305. def getExtendedPaddingBottom(): Int

    Permalink
    Definition Classes
    TextView
  306. def getExtendedPaddingTop(): Int

    Permalink
    Definition Classes
    TextView
  307. def getFilterTouchesWhenObscured(): Boolean

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

    Permalink
    Definition Classes
    TextView
  309. def getFitsSystemWindows(): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    View
  315. def getGravity(): Int

    Permalink
    Definition Classes
    TextView
  316. def getHandler(): Handler

    Permalink
    Definition Classes
    View
  317. final def getHeight(): Int

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

    Permalink
    Definition Classes
    TextView
  319. def getHint(): CharSequence

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

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

    Permalink
    Definition Classes
    View
  322. def getHorizontalFadingEdgeLength(): Int

    Permalink
    Definition Classes
    View
  323. def getHorizontalScrollbarHeight(): Int

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

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

    Permalink
    Definition Classes
    TextView
  326. def getImeActionLabel(): CharSequence

    Permalink
    Definition Classes
    TextView
  327. def getImeOptions(): Int

    Permalink
    Definition Classes
    TextView
  328. def getImportantForAccessibility(): Int

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

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

    Permalink
    Definition Classes
    TextView
  331. def getInputType(): Int

    Permalink
    Definition Classes
    TextView
  332. def getKeepScreenOn(): Boolean

    Permalink
    Definition Classes
    View
  333. def getKeyDispatcherState(): DispatcherState

    Permalink
    Definition Classes
    View
  334. final def getKeyListener(): KeyListener

    Permalink
    Definition Classes
    TextView
  335. def getLayerType(): Int

    Permalink
    Definition Classes
    View
  336. final def getLayout(): Layout

    Permalink
    Definition Classes
    TextView
  337. def getLayoutParams(): LayoutParams

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

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

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

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

    Permalink
    Definition Classes
    TextView
  342. def getLineCount(): Int

    Permalink
    Definition Classes
    TextView
  343. def getLineHeight(): Int

    Permalink
    Definition Classes
    TextView
  344. def getLineSpacingExtra(): Float

    Permalink
    Definition Classes
    TextView
  345. def getLineSpacingMultiplier(): Float

    Permalink
    Definition Classes
    TextView
  346. final def getLinkTextColors(): ColorStateList

    Permalink
    Definition Classes
    TextView
  347. final def getLinksClickable(): Boolean

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

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

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

    Permalink
    Definition Classes
    View
  351. def getMarqueeRepeatLimit(): Int

    Permalink
    Definition Classes
    TextView
  352. def getMatrix(): Matrix

    Permalink
    Definition Classes
    View
  353. def getMaxEms(): Int

    Permalink
    Definition Classes
    TextView
  354. def getMaxHeight(): Int

    Permalink
    Definition Classes
    TextView
  355. def getMaxLines(): Int

    Permalink
    Definition Classes
    TextView
  356. def getMaxWidth(): Int

    Permalink
    Definition Classes
    TextView
  357. final def getMeasuredHeight(): Int

    Permalink
    Definition Classes
    View
  358. final def getMeasuredHeightAndState(): Int

    Permalink
    Definition Classes
    View
  359. final def getMeasuredState(): Int

    Permalink
    Definition Classes
    View
  360. final def getMeasuredWidth(): Int

    Permalink
    Definition Classes
    View
  361. final def getMeasuredWidthAndState(): Int

    Permalink
    Definition Classes
    View
  362. def getMinEms(): Int

    Permalink
    Definition Classes
    TextView
  363. def getMinHeight(): Int

    Permalink
    Definition Classes
    TextView
  364. def getMinLines(): Int

    Permalink
    Definition Classes
    TextView
  365. def getMinWidth(): Int

    Permalink
    Definition Classes
    TextView
  366. def getMinimumHeight(): Int

    Permalink
    Definition Classes
    View
  367. def getMinimumWidth(): Int

    Permalink
    Definition Classes
    View
  368. final def getMovementMethod(): MovementMethod

    Permalink
    Definition Classes
    TextView
  369. def getNextFocusDownId(): Int

    Permalink
    Definition Classes
    View
  370. def getNextFocusForwardId(): Int

    Permalink
    Definition Classes
    View
  371. def getNextFocusLeftId(): Int

    Permalink
    Definition Classes
    View
  372. def getNextFocusRightId(): Int

    Permalink
    Definition Classes
    View
  373. def getNextFocusUpId(): Int

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

    Permalink
    Definition Classes
    TextView
  375. def getOnFocusChangeListener(): OnFocusChangeListener

    Permalink
    Definition Classes
    View
  376. def getOverScrollMode(): Int

    Permalink
    Definition Classes
    View
  377. def getPaddingBottom(): Int

    Permalink
    Definition Classes
    View
  378. def getPaddingLeft(): Int

    Permalink
    Definition Classes
    View
  379. def getPaddingRight(): Int

    Permalink
    Definition Classes
    View
  380. def getPaddingTop(): Int

    Permalink
    Definition Classes
    View
  381. def getPaint(): TextPaint

    Permalink
    Definition Classes
    TextView
  382. def getPaintFlags(): Int

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

    Permalink
    Definition Classes
    View
  384. def getParentForAccessibility(): ViewParent

    Permalink
    Definition Classes
    View
  385. def getPivotX(): Float

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

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

    Permalink
    Definition Classes
    TextView
  388. def getResources(): Resources

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

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

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

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

    Permalink
    Definition Classes
    View
  393. def getRotation(): Float

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

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

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

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

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

    Permalink
    Definition Classes
    View
  399. def getScrollBarFadeDuration(): Int

    Permalink
    Definition Classes
    View
  400. def getScrollBarSize(): Int

    Permalink
    Definition Classes
    View
  401. def getScrollBarStyle(): Int

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

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

    Permalink
    Definition Classes
    View
  404. def getSelectionEnd(): Int

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

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

    Permalink
    Definition Classes
    TextView
  407. def getShadowDx(): Float

    Permalink
    Definition Classes
    TextView
  408. def getShadowDy(): Float

    Permalink
    Definition Classes
    TextView
  409. def getShadowRadius(): Float

    Permalink
    Definition Classes
    TextView
  410. def getSolidColor(): Int

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

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

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

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

    Permalink
    Definition Classes
    View
  415. def getTag(): AnyRef

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

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

    Permalink
    Definition Classes
    TextView
  418. def getTextScaleX(): Float

    Permalink
    Definition Classes
    TextView
  419. def getTextSize(): Float

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

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

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

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

    Permalink
    Definition Classes
    TextView
  424. def getTotalPaddingLeft(): Int

    Permalink
    Definition Classes
    TextView
  425. def getTotalPaddingRight(): Int

    Permalink
    Definition Classes
    TextView
  426. def getTotalPaddingTop(): Int

    Permalink
    Definition Classes
    TextView
  427. def getTouchDelegate(): TouchDelegate

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

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

    Permalink
    Definition Classes
    TextView
  430. def getTranslationX(): Float

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

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

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

    Permalink
    Definition Classes
    TextView
  434. def getVerticalFadingEdgeLength(): Int

    Permalink
    Definition Classes
    View
  435. def getVerticalScrollbarPosition(): Int

    Permalink
    Definition Classes
    View
  436. def getVerticalScrollbarWidth(): Int

    Permalink
    Definition Classes
    View
  437. def getViewTreeObserver(): ViewTreeObserver

    Permalink
    Definition Classes
    View
  438. def getVisibility(): Int

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

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

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

    Permalink
    Definition Classes
    View
  442. def getWindowToken(): IBinder

    Permalink
    Definition Classes
    View
  443. def getWindowVisibility(): Int

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

    Permalink
    Definition Classes
    View
  445. def getX(): Float

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

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

    Permalink

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Permalink

    Shortcut for getGravity()

    Shortcut for getGravity()

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

    Permalink

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Permalink

    Shortcut for getHandler()

    Shortcut for getHandler()

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

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Permalink

    Shortcut for isHapticFeedbackEnabled()

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

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

    Permalink
    Definition Classes
    View
  456. def hasOnClickListeners(): Boolean

    Permalink
    Definition Classes
    View
  457. def hasOverlappingRendering(): Boolean

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

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

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

    Permalink

    Shortcut for setHasTransientState(boolean)

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

    Permalink
    Definition Classes
    View
  463. def hashCode(): Int

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

    Permalink

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

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

    Permalink

    Shortcut for getHeight()

    Shortcut for getHeight()

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

    Permalink

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  467. def here[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SCheckedTextView) ⇒ LP): SCheckedTextView

    Permalink

    Place the widget into a ViewGroup.

    Place the widget into a ViewGroup.

    lazy val blueText = new STextView("Blue")
    contentView = new SVerticalLayout {
      blueText.here textColor Color.BLUE
    }
    Definition Classes
    TraitView
    Annotations
    @inline()
  468. def hereWithoutStyle[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SCheckedTextView) ⇒ LP): SCheckedTextView

    Permalink

    Place the widget into a ViewGroup, without applying styles.

    Place the widget into a ViewGroup, without applying styles.

    lazy val blueText = new STextView("Blue") textColor Color.BLUE
    contentView = new SVerticalLayout {
      style {
        case t: STextView => t textColor Color.RED
      }
      blueText.hereWithoutStyle
    }
    Definition Classes
    TraitView
    Annotations
    @inline()
  469. def highlightColor(p: Int): SCheckedTextView

    Permalink

    Shortcut for setHighlightColor(int)

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

    Permalink

    Shortcut for getHighlightColor()

    Shortcut for getHighlightColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  471. def highlightColor_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setHighlightColor(int)

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

    Permalink

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  473. def hint(p: Int): SCheckedTextView

    Permalink

    Shortcut for setHint(int)

    Shortcut for setHint(int)

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

    Permalink

    Shortcut for getHint()

    Shortcut for getHint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  475. def hintTextColor(p: ColorStateList): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  476. def hintTextColor(p: Int): SCheckedTextView

    Permalink

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  478. def hintTextColor_=(p: ColorStateList): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  479. def hintTextColor_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Permalink

    Shortcut for getHintTextColors()

    Shortcut for getHintTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  481. def hint_=(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  482. def hint_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setHint(int)

    Shortcut for setHint(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  483. def horizontalFadingEdgeEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  485. def horizontalFadingEdgeEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  487. def horizontalScrollBarEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  489. def horizontalScrollBarEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  490. def horizontallyScrolling(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHorizontallyScrolling(boolean)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  492. def horizontallyScrolling_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHorizontallyScrolling(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  493. def hovered(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Permalink

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  495. def hovered_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  496. def id(p: Int): SCheckedTextView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  498. def id_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getImeActionId()

    Shortcut for getImeActionId()

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

    Permalink

    Shortcut for getImeActionLabel()

    Shortcut for getImeActionLabel()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  501. def imeOptions(p: Int): SCheckedTextView

    Permalink

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

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

    Permalink

    Shortcut for getImeOptions()

    Shortcut for getImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  503. def imeOptions_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  504. def importantForAccessibility(p: Int): SCheckedTextView

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

    Permalink

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  506. def importantForAccessibility_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  507. def includeFontPadding(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setIncludeFontPadding(boolean)

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

    Permalink

    Shortcut for getIncludeFontPadding()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  509. def includeFontPadding_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setIncludeFontPadding(boolean)

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  512. def inputExtras(p: Int): SCheckedTextView

    Permalink

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  514. def inputExtras_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  515. def inputType(p: Int): SCheckedTextView

    Permalink

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

    Permalink

    Shortcut for getInputType()

    Shortcut for getInputType()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  517. def inputType_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

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

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

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

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  523. def isChecked(): Boolean

    Permalink
    Definition Classes
    CheckedTextView → Checkable
    Annotations
    @ExportedProperty()
  524. def isClickable(): Boolean

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

    Permalink
    Definition Classes
    TextView
  526. def isDirty(): Boolean

    Permalink
    Definition Classes
    View
  527. def isDrawingCacheEnabled(): Boolean

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

    Permalink
    Definition Classes
    View
  529. def isEnabled(): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    View
  535. def isHorizontalFadingEdgeEnabled(): Boolean

    Permalink
    Definition Classes
    View
  536. def isHorizontalScrollBarEnabled(): Boolean

    Permalink
    Definition Classes
    View
  537. def isHovered(): Boolean

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

    Permalink
    Definition Classes
    View
  539. def isInTouchMode(): Boolean

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

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

    Permalink
    Definition Classes
    Any
  542. def isLayoutRequested(): Boolean

    Permalink
    Definition Classes
    View
  543. def isLongClickable(): Boolean

    Permalink
    Definition Classes
    View
  544. def isOpaque(): Boolean

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

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

    Permalink
    Definition Classes
    View
  547. def isSaveEnabled(): Boolean

    Permalink
    Definition Classes
    View
  548. def isSaveFromParentEnabled(): Boolean

    Permalink
    Definition Classes
    View
  549. def isScrollContainer(): Boolean

    Permalink
    Definition Classes
    View
  550. def isScrollbarFadingEnabled(): Boolean

    Permalink
    Definition Classes
    View
  551. def isSelected(): Boolean

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

    Permalink
    Definition Classes
    View
  553. def isSoundEffectsEnabled(): Boolean

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

    Permalink
    Definition Classes
    TextView
  555. def isTextSelectable(): Boolean

    Permalink
    Definition Classes
    TextView
  556. def isVerticalFadingEdgeEnabled(): Boolean

    Permalink
    Definition Classes
    View
  557. def isVerticalScrollBarEnabled(): Boolean

    Permalink
    Definition Classes
    View
  558. def jumpDrawablesToCurrentState(): Unit

    Permalink
    Definition Classes
    TextView → View
  559. def keepScreenOn(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  561. def keepScreenOn_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  563. def keyListener(p: KeyListener): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getKeyListener()

    Shortcut for getKeyListener()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  565. def keyListener_=(p: KeyListener): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Permalink

    Shortcut for getLayout()

    Shortcut for getLayout()

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

    Permalink
    Definition Classes
    View
  569. def layoutParams(p: LayoutParams): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  571. def layoutParams_=(p: LayoutParams): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  572. def left(p: Int): SCheckedTextView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  574. def left_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink
    Definition Classes
    TextView
  576. def lineCount: Int

    Permalink

    Shortcut for getLineCount()

    Shortcut for getLineCount()

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

    Permalink

    Shortcut for getLineHeight()

    Shortcut for getLineHeight()

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

    Permalink

    Shortcut for getLineSpacingExtra()

    Shortcut for getLineSpacingExtra()

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

    Permalink

    Shortcut for getLineSpacingMultiplier()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  580. def lines(p: Int): SCheckedTextView

    Permalink

    Shortcut for setLines(int)

    Shortcut for setLines(int)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  582. def lines_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setLines(int)

    Shortcut for setLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  583. def linkTextColor(p: ColorStateList): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  584. def linkTextColor(p: Int): SCheckedTextView

    Permalink

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  586. def linkTextColor_=(p: ColorStateList): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  587. def linkTextColor_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Permalink

    Shortcut for getLinkTextColors()

    Shortcut for getLinkTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  589. def linksClickable(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setLinksClickable(boolean)

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

    Permalink

    Shortcut for getLinksClickable()

    Shortcut for getLinksClickable()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  591. def linksClickable_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setLinksClickable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  592. def longClickable(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  594. def longClickable_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  595. def marqueeRepeatLimit(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMarqueeRepeatLimit(int)

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

    Permalink

    Shortcut for getMarqueeRepeatLimit()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  597. def marqueeRepeatLimit_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMarqueeRepeatLimit(int)

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

    Permalink

    Shortcut for getMatrix()

    Shortcut for getMatrix()

    Definition Classes
    TraitView
    Annotations
    @inline()
  599. def maxEms(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

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

    Permalink

    Shortcut for getMaxEms()

    Shortcut for getMaxEms()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  601. def maxEms_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  602. def maxHeight(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

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

    Permalink

    Shortcut for getMaxHeight()

    Shortcut for getMaxHeight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  604. def maxHeight_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  605. def maxLines(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

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

    Permalink

    Shortcut for getMaxLines()

    Shortcut for getMaxLines()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  607. def maxLines_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  608. def maxWidth(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Permalink

    Shortcut for getMaxWidth()

    Shortcut for getMaxWidth()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  610. def maxWidth_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Permalink
    Definition Classes
    View
  612. def measuredHeight: Int

    Permalink

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Permalink

    Shortcut for getMeasuredHeightAndState()

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

    Permalink

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Permalink

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Permalink

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  617. def minEms(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

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

    Permalink

    Shortcut for getMinEms()

    Shortcut for getMinEms()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  619. def minEms_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  620. def minHeight(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

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

    Permalink

    Shortcut for getMinHeight()

    Shortcut for getMinHeight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  622. def minHeight_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  623. def minLines(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

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

    Permalink

    Shortcut for getMinLines()

    Shortcut for getMinLines()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  625. def minLines_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  626. def minWidth(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

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

    Permalink

    Shortcut for getMinWidth()

    Shortcut for getMinWidth()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  628. def minWidth_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  629. def minimumHeight(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  631. def minimumHeight_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  632. def minimumWidth(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  634. def minimumWidth_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink
    Definition Classes
    TextView
  636. def movementMethod(p: MovementMethod): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getMovementMethod()

    Shortcut for getMovementMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  638. def movementMethod_=(p: MovementMethod): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  640. def nextFocusDownId(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusDownId(int)

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

    Permalink

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  642. def nextFocusDownId_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  643. def nextFocusForwardId(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  645. def nextFocusForwardId_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  646. def nextFocusLeftId(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  648. def nextFocusLeftId_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  649. def nextFocusRightId(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  651. def nextFocusRightId_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  652. def nextFocusUpId(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Permalink

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  654. def nextFocusUpId_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Permalink
    Definition Classes
    AnyRef
  656. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    View
  659. def onAnimationEnd(): Unit

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

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

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

    Permalink
    Definition Classes
    TextView
  663. def onCheckIsTextEditor(): Boolean

    Permalink
    Definition Classes
    TextView → View
  664. def onClick[U](f: ⇒ U): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  665. def onClick[U](f: (View) ⇒ U): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  666. def onClickListener(p: OnClickListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  668. def onClickListener_=(p: OnClickListener): SCheckedTextView

    Permalink

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  672. def onCreateContextMenu[U](f: ⇒ U): SCheckedTextView

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  675. def onCreateContextMenuListener(p: OnCreateContextMenuListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  677. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SCheckedTextView

    Permalink

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  682. def onDrag(f: ⇒ Boolean): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  683. def onDrag(f: (View, DragEvent) ⇒ Boolean): SCheckedTextView

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

    Permalink
    Definition Classes
    TextView → View
  685. def onDragListener(p: OnDragListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  687. def onDragListener_=(p: OnDragListener): SCheckedTextView

    Permalink

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  690. def onEditorAction(f: ⇒ Boolean): SCheckedTextView

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  691. def onEditorAction(f: (TextView, Int, KeyEvent) ⇒ Boolean): SCheckedTextView

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

    Permalink
    Definition Classes
    TextView
  693. def onEditorActionListener(p: OnEditorActionListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  695. def onEditorActionListener_=(p: OnEditorActionListener): SCheckedTextView

    Permalink

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

  696. def onEndBatchEdit(): Unit

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

    Permalink
    Definition Classes
    View
  698. def onFinishInflate(): Unit

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

    Permalink
    Definition Classes
    TextView → View
  700. def onFocusChange[U](f: ⇒ U): SCheckedTextView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  702. def onFocusChangeListener(p: OnFocusChangeListener): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  704. def onFocusChangeListener_=(p: OnFocusChangeListener): SCheckedTextView

    Permalink

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  707. def onGenericMotion(f: (View, MotionEvent) ⇒ Boolean): SCheckedTextView

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

    Permalink
    Definition Classes
    TextView → View
  709. def onGenericMotionListener(p: OnGenericMotionListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  711. def onGenericMotionListener_=(p: OnGenericMotionListener): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  712. def onHover(f: ⇒ Boolean): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  713. def onHover(f: (View, MotionEvent) ⇒ Boolean): SCheckedTextView

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

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

    Permalink
    Definition Classes
    View
  716. def onHoverListener(p: OnHoverListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  718. def onHoverListener_=(p: OnHoverListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    CheckedTextView → TextView → View
  720. def onInitializeAccessibilityNodeInfo(arg0: AccessibilityNodeInfo): Unit

    Permalink
    Definition Classes
    CheckedTextView → TextView → View
  721. def onKey(f: ⇒ Boolean): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  722. def onKey(f: (View, Int, KeyEvent) ⇒ Boolean): SCheckedTextView

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

    Permalink
    Definition Classes
    TextView → View → Callback
  724. def onKeyListener(p: OnKeyListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  726. def onKeyListener_=(p: OnKeyListener): SCheckedTextView

    Permalink

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  735. def onLongClick(f: ⇒ Boolean): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  736. def onLongClick(f: (View) ⇒ Boolean): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  737. def onLongClickListener(p: OnLongClickListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  739. def onLongClickListener_=(p: OnLongClickListener): SCheckedTextView

    Permalink

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  742. def onPaddingChanged(arg0: Int): Unit

    Permalink
    Definition Classes
    CheckedTextView
  743. def onPopulateAccessibilityEvent(arg0: AccessibilityEvent): Unit

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

    Permalink
    Definition Classes
    TextView → OnPreDrawListener
  745. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): SCheckedTextView

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView → View
  755. def onSystemUiVisibilityChange[U](f: ⇒ U): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  756. def onSystemUiVisibilityChange[U](f: (Int) ⇒ U): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  757. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  759. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): SCheckedTextView

    Permalink

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

  760. def onTextChanged[U](f: ⇒ U): SCheckedTextView

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

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

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

    Permalink
    Definition Classes
    TextView
  764. def onTouch(f: ⇒ Boolean): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  765. def onTouch(f: (View, MotionEvent) ⇒ Boolean): SCheckedTextView

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

    Permalink
    Definition Classes
    TextView → View
  767. def onTouchListener(p: OnTouchListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  769. def onTouchListener_=(p: OnTouchListener): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TextView → View
  771. def onViewAttachedToWindow[U](f: ⇒ U): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  772. def onViewAttachedToWindow[U](f: (View) ⇒ U): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  773. def onViewDetachedFromWindow[U](f: ⇒ U): SCheckedTextView

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  779. def overScrollBy(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int, arg8: Boolean): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  780. def overScrollMode(p: Int): SCheckedTextView

    Permalink

    Shortcut for setOverScrollMode(int)

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

    Permalink

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  782. def overScrollMode_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setOverScrollMode(int)

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

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

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

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

    Permalink

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Permalink

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Permalink

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Permalink

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  790. def padding_=(p: Int): SCheckedTextView

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

    Permalink

    Shortcut for getPaint()

    Shortcut for getPaint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  792. def paintFlags(p: Int): SCheckedTextView

    Permalink

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Permalink

    Shortcut for getPaintFlags()

    Shortcut for getPaintFlags()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  794. def paintFlags_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Permalink

    Shortcut for getParent()

    Shortcut for getParent()

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

    Permalink

    Shortcut for getParentForAccessibility()

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

    Permalink
    Definition Classes
    SCheckedTextViewTraitView
  798. def parentViewGroupIfExists[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SCheckedTextView) ⇒ LP = (v: This) => null): TraitViewGroup[_]

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

    Permalink
    Definition Classes
    View
  800. def performClick(): Boolean

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

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

    Permalink
    Definition Classes
    View
  803. def performLongClick(): Boolean

    Permalink
    Definition Classes
    TextView → View
  804. def pivotX(p: Float): SCheckedTextView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Permalink

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  806. def pivotX_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  807. def pivotY(p: Float): SCheckedTextView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Permalink

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  809. def pivotY_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

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

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

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

    Permalink
    Definition Classes
    View
  814. def postInvalidate(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  818. def postInvalidateOnAnimation(): Unit

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

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

    Permalink
    Definition Classes
    View
  821. def pressed(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Permalink

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  823. def pressed_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  824. def privateImeOptions(p: String): SCheckedTextView

    Permalink

    Shortcut for setPrivateImeOptions(java.lang.String)

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

    Permalink

    Shortcut for getPrivateImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  826. def privateImeOptions_=(p: String): SCheckedTextView

    Permalink

    Shortcut for setPrivateImeOptions(java.lang.String)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  827. def rawInputType(p: Int): SCheckedTextView

    Permalink

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  829. def rawInputType_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  835. def requestFitSystemWindows(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  839. final def requestFocusFromTouch(): Boolean

    Permalink
    Definition Classes
    View
  840. def requestLayout(): Unit

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

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

    Permalink
    Definition Classes
    View
  843. def resetResolvedDrawables(): Unit

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

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

    Permalink

    Shortcut for getResources()

    Shortcut for getResources()

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

    Permalink
    Definition Classes
    View
  847. def right(p: Int): SCheckedTextView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  849. def right_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  851. def rotation(p: Float): SCheckedTextView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Permalink

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  853. def rotationX(p: Float): SCheckedTextView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Permalink

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  855. def rotationX_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  856. def rotationY(p: Float): SCheckedTextView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Permalink

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  858. def rotationY_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  859. def rotation_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  860. def saveEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSaveEnabled(boolean)

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

    Permalink

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  862. def saveEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  863. def saveFromParentEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  865. def saveFromParentEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink
    Definition Classes
    View
  867. def scaleX(p: Float): SCheckedTextView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Permalink

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  869. def scaleX_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  870. def scaleY(p: Float): SCheckedTextView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Permalink

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  872. def scaleY_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Permalink
    Definition Classes
    View → Callback
  874. def scrollBarDefaultDelayBeforeFade(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Permalink

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  876. def scrollBarDefaultDelayBeforeFade_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  877. def scrollBarFadeDuration(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

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

    Permalink

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  879. def scrollBarFadeDuration_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  880. def scrollBarSize(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Permalink

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  882. def scrollBarSize_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  883. def scrollBarStyle(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  885. def scrollBarStyle_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink
    Definition Classes
    View
  887. def scrollContainer(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  889. def scrollContainer_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink
    Definition Classes
    View
  891. def scrollX(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Permalink

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  893. def scrollX_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  894. def scrollY(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Permalink

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  896. def scrollY_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  897. def scrollbarFadingEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Permalink

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  899. def scrollbarFadingEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  900. def scroller(p: Scroller): SCheckedTextView

    Permalink

    Shortcut for setScroller(android.widget.Scroller)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  902. def scroller_=(p: Scroller): SCheckedTextView

    Permalink

    Shortcut for setScroller(android.widget.Scroller)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  903. def selectAllOnFocus(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSelectAllOnFocus(boolean)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  905. def selectAllOnFocus_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSelectAllOnFocus(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  906. def selected(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  908. def selected_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for getSelectionEnd()

    Shortcut for getSelectionEnd()

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

    Permalink

    Shortcut for getSelectionStart()

    Shortcut for getSelectionStart()

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

    Permalink
    Definition Classes
    TextView → View → AccessibilityEventSource
  912. def sendAccessibilityEventUnchecked(arg0: AccessibilityEvent): Unit

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

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

    Permalink
    Definition Classes
    View
  915. def setAllCaps(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  916. def setAlpha(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  917. def setAnimation(arg0: Animation): Unit

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

    Permalink
    Definition Classes
    TextView
  919. def setBackground(arg0: Drawable): Unit

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

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

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

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

    Permalink
    Definition Classes
    View
  924. def setCheckMarkDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    CheckedTextView
  925. def setCheckMarkDrawable(arg0: Int): Unit

    Permalink
    Definition Classes
    CheckedTextView
  926. def setChecked(arg0: Boolean): Unit

    Permalink
    Definition Classes
    CheckedTextView → Checkable
  927. def setClickable(arg0: Boolean): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  934. def setCustomSelectionActionModeCallback(arg0: Callback): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView → View
  943. def setError(arg0: CharSequence, arg1: Drawable): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  949. def setFitsSystemWindows(arg0: Boolean): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  966. def setHovered(arg0: Boolean): Unit

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

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

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

    Permalink
    Definition Classes
    TextView
  970. def setImportantForAccessibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  971. def setIncludeFontPadding(arg0: Boolean): Unit

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

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

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

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

    Permalink
    Definition Classes
    TextView
  976. def setLayerType(arg0: Int, arg1: Paint): Unit

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

    Permalink
    Definition Classes
    View
  978. final def setLeft(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  1009. def setOnHoverListener(arg0: OnHoverListener): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    CheckedTextView → TextView → View
  1016. def setPaddingRelative(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    CheckedTextView → TextView
  1017. def setPaintFlags(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1018. def setPivotX(arg0: Float): Unit

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

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

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

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

    Permalink
    Definition Classes
    TextView
  1023. final def setRight(arg0: Int): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  1030. def setScaleY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1031. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1032. def setScrollBarFadeDuration(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1033. def setScrollBarSize(arg0: Int): Unit

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

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

    Permalink
    Definition Classes
    View
  1036. def setScrollX(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1037. def setScrollY(arg0: Int): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  1044. def setSingleLine(): Unit

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

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

    Permalink
    Definition Classes
    TextView
  1047. def setSystemUiVisibility(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  1058. def setTextIsSelectable(arg0: Boolean): Unit

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

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

    Permalink
    Definition Classes
    TextView
  1061. def setTextScaleX(arg0: Float): Unit

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

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

    Permalink
    Definition Classes
    TextView
  1064. final def setTop(arg0: Int): Unit

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

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

    Permalink
    Definition Classes
    TextView
  1067. def setTranslationX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1068. def setTranslationY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1069. def setTypeface(arg0: Typeface): Unit

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

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

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

    Permalink
    Definition Classes
    View
  1073. def setVerticalScrollbarPosition(arg0: Int): Unit

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

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

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

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

    Permalink
    Definition Classes
    View
  1078. def setX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1079. def setY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1080. def shadowColor: Int

    Permalink

    Shortcut for getShadowColor()

    Shortcut for getShadowColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1081. def shadowDx: Float

    Permalink

    Shortcut for getShadowDx()

    Shortcut for getShadowDx()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1082. def shadowDy: Float

    Permalink

    Shortcut for getShadowDy()

    Shortcut for getShadowDy()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1083. def shadowRadius: Float

    Permalink

    Shortcut for getShadowRadius()

    Shortcut for getShadowRadius()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1084. def showContextMenu(): Boolean

    Permalink
    Definition Classes
    View
  1085. def singleLine(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSingleLine(boolean)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1087. def singleLine_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSingleLine(boolean)

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

    Permalink

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1089. def soundEffectsEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Permalink

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1091. def soundEffectsEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1092. def spannableFactory(p: Factory): SCheckedTextView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1094. def spannableFactory_=(p: Factory): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1095. def startActionMode(arg0: Callback): ActionMode

    Permalink
    Definition Classes
    View
  1096. def startAnimation(arg0: Animation): Unit

    Permalink
    Definition Classes
    View
  1097. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  1099. def systemUiVisibility(p: Int): SCheckedTextView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1100. def systemUiVisibility: Int

    Permalink

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1101. def systemUiVisibility_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1102. def tag(p: Any): SCheckedTextView

    Permalink

    Shortcut for setTag(java.lang.Object)

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

    Permalink

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1104. def tag_=(p: Any): SCheckedTextView

    Permalink

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1105. def text(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1106. def text(p: Int): SCheckedTextView

    Permalink

    Shortcut for setText(int)

    Shortcut for setText(int)

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

    Permalink

    Shortcut for getText()

    Shortcut for getText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1108. def textColor(p: ColorStateList): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1109. def textColor(p: Int): SCheckedTextView

    Permalink

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1111. def textColor_=(p: ColorStateList): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1112. def textColor_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

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

    Permalink

    Shortcut for getTextColors()

    Shortcut for getTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1114. def textIsSelectable(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1115. def textIsSelectable(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1116. def textIsSelectable_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1117. def textKeepState(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setTextKeepState(java.lang.CharSequence)

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1119. def textKeepState_=(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1120. def textScaleX(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

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

    Permalink

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1122. def textScaleX_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1123. def textSize(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

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

    Permalink

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1125. def textSize(p: Int): SCheckedTextView

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1126. def textSize_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1127. def textSize_=(p: Int): SCheckedTextView

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1128. def text_=(p: CharSequence): SCheckedTextView

    Permalink

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1129. def text_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setText(int)

    Shortcut for setText(int)

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

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

    Permalink
    Definition Classes
    CheckedTextView → Checkable
  1132. def top(p: Int): SCheckedTextView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1133. def top: Int

    Permalink

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1134. def top_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

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

    Permalink

    Shortcut for getTotalPaddingBottom()

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

    Permalink

    Shortcut for getTotalPaddingLeft()

    Shortcut for getTotalPaddingLeft()

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

    Permalink

    Shortcut for getTotalPaddingRight()

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

    Permalink

    Shortcut for getTotalPaddingTop()

    Shortcut for getTotalPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1139. def touchDelegate(p: TouchDelegate): SCheckedTextView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1141. def touchDelegate_=(p: TouchDelegate): SCheckedTextView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1143. def transformationMethod(p: TransformationMethod): SCheckedTextView

    Permalink

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

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

    Permalink

    Shortcut for getTransformationMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1145. def transformationMethod_=(p: TransformationMethod): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1146. def translationX(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1147. def translationX: Float

    Permalink

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1148. def translationX_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1149. def translationY(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1150. def translationY: Float

    Permalink

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1151. def translationY_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1152. def typeface(p: Typeface): SCheckedTextView

    Permalink

    Shortcut for setTypeface(android.graphics.Typeface)

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

    Permalink

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1154. def typeface_=(p: Typeface): SCheckedTextView

    Permalink

    Shortcut for setTypeface(android.graphics.Typeface)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1156. def unscheduleDrawable(arg0: Drawable): Unit

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

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

    Permalink

    Shortcut for getUrls()

    Shortcut for getUrls()

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  1160. def verticalFadingEdgeEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1162. def verticalFadingEdgeEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1164. def verticalScrollBarEnabled(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1166. def verticalScrollBarEnabled_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1167. def verticalScrollbarPosition(p: Int): SCheckedTextView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1168. def verticalScrollbarPosition: Int

    Permalink

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1169. def verticalScrollbarPosition_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

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

    Permalink

    Shortcut for getVerticalScrollbarWidth()

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

    Permalink

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1172. def visibility(p: Int): SCheckedTextView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Permalink

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1174. def visibility_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1178. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SCheckedTextView) ⇒ LP): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1179. def width(p: Int): SCheckedTextView

    Permalink

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1180. def width: Int

    Permalink

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1181. def width_=(p: Int): SCheckedTextView

    Permalink

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1182. def willNotCacheDrawing(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1184. def willNotCacheDrawing_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1185. def willNotDraw(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setWillNotDraw(boolean)

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1187. def willNotDraw_=(p: Boolean): SCheckedTextView

    Permalink

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1188. def windowSystemUiVisibility: Int

    Permalink

    Shortcut for getWindowSystemUiVisibility()

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

    Permalink

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Permalink

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1191. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SCheckedTextView) ⇒ LP): SCheckedTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1192. def x(p: Float): SCheckedTextView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1193. def x: Float

    Permalink

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1194. def x_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1195. def y(p: Float): SCheckedTextView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1196. def y: Float

    Permalink

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1197. def y_=(p: Float): SCheckedTextView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SCheckedTextView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def setBackgroundDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitView[SCheckedTextView]

Inherited from ConstantsSupport

Inherited from CheckedTextView

Inherited from Checkable

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