org.scaloid.common

SEditText

class SEditText extends EditText with TraitEditText[SEditText]

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

Linear Supertypes
TraitEditText[SEditText], TraitTextView[SEditText], TraitView[SEditText], ConstantsSupport, EditText, TextView, OnPreDrawListener, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SEditText
  2. TraitEditText
  3. TraitTextView
  4. TraitView
  5. ConstantsSupport
  6. EditText
  7. TextView
  8. OnPreDrawListener
  9. View
  10. AccessibilityEventSource
  11. Callback
  12. Callback
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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

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

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

Value Members

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

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

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

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

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

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

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

    Definition Classes
    Any
  8. val FILL_PARENT: Int

    Definition Classes
    TraitView
  9. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  10. val NONE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  28. val WRAP_CONTENT: Int

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

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

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

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

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

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

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

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

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

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

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

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

    Definition Classes
    TextView
  40. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

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

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

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

    Shortcut for getAutoLinkMask()

    Shortcut for getAutoLinkMask()

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

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

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

    Shortcut for setBackgroundColor(int)

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

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

    Shortcut for setBackgroundColor(int)

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

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

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

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

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

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

    Shortcut for setBackgroundResource(int)

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

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

    Shortcut for setBackgroundResource(int)

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

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

    Definition Classes
    SEditTextTraitView
  60. def beforeTextChanged(f: ⇒ Unit): SEditText

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

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

    Definition Classes
    TextView
  63. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

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

    Definition Classes
    TextView
  65. def bringToFront(): Unit

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

    Definition Classes
    View
  67. def buildDrawingCache(): Unit

    Definition Classes
    View
  68. def cancelLongPress(): Unit

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

    Definition Classes
    View
  70. def clearAnimation(): Unit

    Definition Classes
    View
  71. def clearComposingText(): Unit

    Definition Classes
    TextView
  72. def clearFocus(): Unit

    Definition Classes
    View
  73. def clickable(p: Boolean): SEditText

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  75. def clickable_=(p: Boolean): SEditText

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

    Shortcut for setCompoundDrawablePadding(int)

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

    Shortcut for getCompoundDrawablePadding()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  79. def compoundDrawablePadding_=(p: Int): SEditText

    Shortcut for setCompoundDrawablePadding(int)

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

    Shortcut for getCompoundDrawables()

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

    Shortcut for getCompoundPaddingBottom()

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

    Shortcut for getCompoundPaddingLeft()

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

    Shortcut for getCompoundPaddingRight()

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

    Shortcut for getCompoundPaddingTop()

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

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

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

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

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

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

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

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  94. def contentDescription_=(p: CharSequence): SEditText

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Definition Classes
    View
  96. def currentHintTextColor: Int

    Shortcut for getCurrentHintTextColor()

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

    Shortcut for getCurrentTextColor()

    Shortcut for getCurrentTextColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  98. def cursorVisible(p: Boolean): SEditText

    Shortcut for setCursorVisible(boolean)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  100. def cursorVisible_=(p: Boolean): SEditText

    Shortcut for setCursorVisible(boolean)

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

    Definition Classes
    TextView
  102. def destroyDrawingCache(): Unit

    Definition Classes
    View
  103. def didTouchFocusSelect(): Boolean

    Definition Classes
    TextView
  104. def disable: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  105. def disableDrawingCache: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  106. def disableDuplicateParentState: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  107. def disableHapticFeedback: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  108. def disableHorizontalFadingEdge: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  109. def disableHorizontalScrollBar: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  110. def disableSave: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  111. def disableScrollbarFading: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  112. def disableSoundEffects: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  113. def disableVerticalFadingEdge: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  114. def disableVerticalScrollBar: SEditText

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  133. def drawableBottom(img: Drawable): SEditText

    Definition Classes
    TraitTextView
  134. def drawableLeft(img: Drawable): SEditText

    Definition Classes
    TraitTextView
  135. def drawableRight(img: Drawable): SEditText

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

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

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

    Definition Classes
    TraitTextView
  139. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def drawingCacheBackgroundColor(p: Int): SEditText

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def drawingCacheBackgroundColor_=(p: Int): SEditText

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def drawingCacheEnabled(p: Boolean): SEditText

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def drawingCacheEnabled_=(p: Boolean): SEditText

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  146. def drawingCacheQuality(p: Int): SEditText

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def drawingCacheQuality_=(p: Int): SEditText

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def duplicateParentStateEnabled(p: Boolean): SEditText

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def duplicateParentStateEnabled_=(p: Boolean): SEditText

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  153. def editableFactory(p: Factory): SEditText

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  155. def editableFactory_=(p: Factory): SEditText

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

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

    Shortcut for getEditableText()

    Shortcut for getEditableText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  157. def ellipsize(p: TruncateAt): SEditText

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

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

    Shortcut for getEllipsize()

    Shortcut for getEllipsize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  159. def ellipsize_=(p: TruncateAt): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  160. def ems(p: Int): SEditText

    Shortcut for setEms(int)

    Shortcut for setEms(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  162. def ems_=(p: Int): SEditText

    Shortcut for setEms(int)

    Shortcut for setEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  163. def enable: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  164. def enableDrawingCache: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  165. def enableDuplicateParentState: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  166. def enableHapticFeedback: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  167. def enableHorizontalFadingEdge: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  168. def enableHorizontalScrollBar: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  169. def enableSave: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  170. def enableScrollbarFading: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  171. def enableSoundEffects: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  172. def enableVerticalFadingEdge: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  173. def enableVerticalScrollBar: SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def enabled(p: Boolean): SEditText

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  176. def enabled_=(p: Boolean): SEditText

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

    Definition Classes
    AnyRef → Any
  180. def error(p: CharSequence): SEditText

    Shortcut for setError(java.lang.CharSequence)

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

    Shortcut for getError()

    Shortcut for getError()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  182. def error_=(p: CharSequence): SEditText

    Shortcut for setError(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  183. def extendSelection(arg0: Int): Unit

    Definition Classes
    EditText
  184. def extendedPaddingBottom: Int

    Shortcut for getExtendedPaddingBottom()

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

    Shortcut for getExtendedPaddingTop()

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

    Definition Classes
    TextView
  187. def extractedText(p: ExtractedText): SEditText

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  189. def extractedText_=(p: ExtractedText): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  190. def fadingEdgeLength(p: Int): SEditText

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def fadingEdgeLength_=(p: Int): SEditText

    Shortcut for setFadingEdgeLength(int)

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

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

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

    Shortcut for getFilters()

    Shortcut for getFilters()

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

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

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

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

    Definition Classes
    TraitView
  198. def findFocus(): View

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

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

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

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

    Definition Classes
    View
  203. def focusable(p: Boolean): SEditText

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  205. def focusableInTouchMode(p: Boolean): SEditText

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  207. def focusableInTouchMode_=(p: Boolean): SEditText

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  208. def focusable_=(p: Boolean): SEditText

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Definition Classes
    View
  210. def freezesText(p: Boolean): SEditText

    Shortcut for setFreezesText(boolean)

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

    Shortcut for getFreezesText()

    Shortcut for getFreezesText()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  212. def freezesText_=(p: Boolean): SEditText

    Shortcut for setFreezesText(boolean)

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

    Definition Classes
    View
  214. def getApplicationWindowToken(): IBinder

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

    Definition Classes
    TextView
  216. def getBackground(): Drawable

    Definition Classes
    View
  217. def getBaseline(): Int

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

    Definition Classes
    View
  219. def getBottomFadingEdgeStrength(): Float

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

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

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

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

    Definition Classes
    TextView
  224. def getCompoundPaddingBottom(): Int

    Definition Classes
    TextView
  225. def getCompoundPaddingLeft(): Int

    Definition Classes
    TextView
  226. def getCompoundPaddingRight(): Int

    Definition Classes
    TextView
  227. def getCompoundPaddingTop(): Int

    Definition Classes
    TextView
  228. def getContentDescription(): CharSequence

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

    Definition Classes
    View
  230. def getContextMenuInfo(): ContextMenuInfo

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

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

    Definition Classes
    TextView
  233. def getDefaultEditable(): Boolean

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

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

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

    Definition Classes
    View
  237. def getDrawingCache(): Bitmap

    Definition Classes
    View
  238. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  239. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  241. def getDrawingTime(): Long

    Definition Classes
    View
  242. def getEditableText(): Editable

    Definition Classes
    TextView
  243. def getEllipsize(): TruncateAt

    Definition Classes
    TextView
  244. def getError(): CharSequence

    Definition Classes
    TextView
  245. def getExtendedPaddingBottom(): Int

    Definition Classes
    TextView
  246. def getExtendedPaddingTop(): Int

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

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

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

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

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

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

    Definition Classes
    View
  253. def getGravity(): Int

    Definition Classes
    TextView
  254. def getHandler(): Handler

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

    Definition Classes
    View
  256. def getHint(): CharSequence

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

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

    Definition Classes
    View
  259. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  260. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
  262. def getImeActionId(): Int

    Definition Classes
    TextView
  263. def getImeActionLabel(): CharSequence

    Definition Classes
    TextView
  264. def getImeOptions(): Int

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

    Definition Classes
    TextView
  266. def getInputType(): Int

    Definition Classes
    TextView
  267. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  268. def getKeyDispatcherState(): DispatcherState

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

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

    Definition Classes
    TextView
  271. def getLayoutParams(): LayoutParams

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

    Definition Classes
    View
  273. def getLeftFadingEdgeStrength(): Float

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

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

    Definition Classes
    TextView
  276. def getLineCount(): Int

    Definition Classes
    TextView
  277. def getLineHeight(): Int

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  286. def getNextFocusDownId(): Int

    Definition Classes
    View
  287. def getNextFocusLeftId(): Int

    Definition Classes
    View
  288. def getNextFocusRightId(): Int

    Definition Classes
    View
  289. def getNextFocusUpId(): Int

    Definition Classes
    View
  290. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  291. def getPaddingBottom(): Int

    Definition Classes
    View
  292. def getPaddingLeft(): Int

    Definition Classes
    View
  293. def getPaddingRight(): Int

    Definition Classes
    View
  294. def getPaddingTop(): Int

    Definition Classes
    View
  295. def getPaint(): TextPaint

    Definition Classes
    TextView
  296. def getPaintFlags(): Int

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

    Definition Classes
    View
  298. def getPrivateImeOptions(): String

    Definition Classes
    TextView
  299. def getResources(): Resources

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

    Definition Classes
    View
  301. def getRightFadingEdgeStrength(): Float

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

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

    Definition Classes
    View
  304. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  307. def getSelectionEnd(): Int

    Definition Classes
    TextView
  308. def getSelectionStart(): Int

    Definition Classes
    TextView
  309. def getSolidColor(): Int

    Definition Classes
    View
  310. def getSuggestedMinimumHeight(): Int

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

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

    Definition Classes
    View
  313. def getTag(): AnyRef

    Definition Classes
    View
  314. def getText(): Editable

    Definition Classes
    EditText → TextView
  315. final def getTextColors(): ColorStateList

    Definition Classes
    TextView
  316. def getTextScaleX(): Float

    Definition Classes
    TextView
  317. def getTextSize(): Float

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

    Definition Classes
    View
  319. def getTopFadingEdgeStrength(): Float

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

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

    Definition Classes
    TextView
  322. def getTotalPaddingLeft(): Int

    Definition Classes
    TextView
  323. def getTotalPaddingRight(): Int

    Definition Classes
    TextView
  324. def getTotalPaddingTop(): Int

    Definition Classes
    TextView
  325. def getTouchDelegate(): TouchDelegate

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

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

    Definition Classes
    TextView
  328. def getTypeface(): Typeface

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

    Definition Classes
    TextView
  330. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  331. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  332. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  333. def getVisibility(): Int

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

    Definition Classes
    View
  335. def getWindowAttachCount(): Int

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

    Definition Classes
    View
  337. def getWindowVisibility(): Int

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

    Definition Classes
    View
  339. def gravity(p: Int): SEditText

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Shortcut for getGravity()

    Shortcut for getGravity()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  341. def gravity_=(p: Int): SEditText

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  343. def hapticFeedbackEnabled(p: Boolean): SEditText

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  345. def hapticFeedbackEnabled_=(p: Boolean): SEditText

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Definition Classes
    View
  347. def hasFocusable(): Boolean

    Definition Classes
    View
  348. def hasSelection(): Boolean

    Definition Classes
    TextView
  349. def hasWindowFocus(): Boolean

    Definition Classes
    View
  350. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  351. def height(p: Int): SEditText

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

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

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  353. def height_=(p: Int): SEditText

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  354. def highlightColor(p: Int): SEditText

    Shortcut for setHighlightColor(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  356. def highlightColor_=(p: Int): SEditText

    Shortcut for setHighlightColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  357. def hint(p: CharSequence): SEditText

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  358. def hint(p: Int): SEditText

    Shortcut for setHint(int)

    Shortcut for setHint(int)

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

    Shortcut for getHint()

    Shortcut for getHint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  360. def hintTextColor(p: ColorStateList): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  361. def hintTextColor(p: Int): SEditText

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  363. def hintTextColor_=(p: ColorStateList): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  364. def hintTextColor_=(p: Int): SEditText

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Shortcut for getHintTextColors()

    Shortcut for getHintTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  366. def hint_=(p: CharSequence): SEditText

    Shortcut for setHint(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  367. def hint_=(p: Int): SEditText

    Shortcut for setHint(int)

    Shortcut for setHint(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  368. def horizontalFadingEdgeEnabled(p: Boolean): SEditText

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  370. def horizontalFadingEdgeEnabled_=(p: Boolean): SEditText

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  372. def horizontalScrollBarEnabled(p: Boolean): SEditText

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  374. def horizontalScrollBarEnabled_=(p: Boolean): SEditText

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  375. def horizontallyScrolling(p: Boolean): SEditText

    Shortcut for setHorizontallyScrolling(boolean)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  377. def horizontallyScrolling_=(p: Boolean): SEditText

    Shortcut for setHorizontallyScrolling(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  378. def id(p: Int): SEditText

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  380. def id_=(p: Int): SEditText

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getImeActionId()

    Shortcut for getImeActionId()

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

    Shortcut for getImeActionLabel()

    Shortcut for getImeActionLabel()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  383. def imeOptions(p: Int): SEditText

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

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

    Shortcut for getImeOptions()

    Shortcut for getImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  385. def imeOptions_=(p: Int): SEditText

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  386. def includeFontPadding(p: Boolean): SEditText

    Shortcut for setIncludeFontPadding(boolean)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  388. def includeFontPadding_=(p: Boolean): SEditText

    Shortcut for setIncludeFontPadding(boolean)

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

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

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

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  393. def inputExtras_=(p: Int): SEditText

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  394. def inputType(p: Int): SEditText

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

    Shortcut for getInputType()

    Shortcut for getInputType()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  396. def inputType_=(p: Int): SEditText

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

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

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

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

    Definition Classes
    TextView → View → Callback
  401. def isClickable(): Boolean

    Definition Classes
    View
  402. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  403. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  404. def isEnabled(): Boolean

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

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

    Definition Classes
    View
  407. def isFocused(): Boolean

    Definition Classes
    View
  408. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  409. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  410. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  411. def isInEditMode(): Boolean

    Definition Classes
    View
  412. def isInTouchMode(): Boolean

    Definition Classes
    View
  413. def isInputMethodTarget(): Boolean

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

    Definition Classes
    Any
  415. def isLayoutRequested(): Boolean

    Definition Classes
    View
  416. def isLongClickable(): Boolean

    Definition Classes
    View
  417. def isOpaque(): Boolean

    Definition Classes
    View
  418. def isPaddingOffsetRequired(): Boolean

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

    Definition Classes
    View
  420. def isSaveEnabled(): Boolean

    Definition Classes
    View
  421. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  422. def isSelected(): Boolean

    Definition Classes
    View
  423. def isShown(): Boolean

    Definition Classes
    View
  424. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  425. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  426. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  427. def keepScreenOn(p: Boolean): SEditText

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  429. def keepScreenOn_=(p: Boolean): SEditText

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  431. def keyListener(p: KeyListener): SEditText

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

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

    Shortcut for getKeyListener()

    Shortcut for getKeyListener()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  433. def keyListener_=(p: KeyListener): SEditText

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

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

    Shortcut for getLayout()

    Shortcut for getLayout()

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

    Definition Classes
    View
  436. def layoutParams(p: LayoutParams): SEditText

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  438. def layoutParams_=(p: LayoutParams): SEditText

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

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

    Shortcut for getLeft()

    Shortcut for getLeft()

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

    Definition Classes
    TextView
  441. def lineCount: Int

    Shortcut for getLineCount()

    Shortcut for getLineCount()

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

    Shortcut for getLineHeight()

    Shortcut for getLineHeight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  443. def lines(p: Int): SEditText

    Shortcut for setLines(int)

    Shortcut for setLines(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  445. def lines_=(p: Int): SEditText

    Shortcut for setLines(int)

    Shortcut for setLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  446. def linkTextColor(p: ColorStateList): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  447. def linkTextColor(p: Int): SEditText

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  449. def linkTextColor_=(p: ColorStateList): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  450. def linkTextColor_=(p: Int): SEditText

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Shortcut for getLinkTextColors()

    Shortcut for getLinkTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  452. def linksClickable(p: Boolean): SEditText

    Shortcut for setLinksClickable(boolean)

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

    Shortcut for getLinksClickable()

    Shortcut for getLinksClickable()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  454. def linksClickable_=(p: Boolean): SEditText

    Shortcut for setLinksClickable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  455. def longClickable(p: Boolean): SEditText

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  457. def longClickable_=(p: Boolean): SEditText

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  458. def marqueeRepeatLimit(p: Int): SEditText

    Shortcut for setMarqueeRepeatLimit(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  460. def marqueeRepeatLimit_=(p: Int): SEditText

    Shortcut for setMarqueeRepeatLimit(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  461. def maxEms(p: Int): SEditText

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  463. def maxEms_=(p: Int): SEditText

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  464. def maxHeight(p: Int): SEditText

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  466. def maxHeight_=(p: Int): SEditText

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  467. def maxLines(p: Int): SEditText

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  469. def maxLines_=(p: Int): SEditText

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  470. def maxWidth(p: Int): SEditText

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  472. def maxWidth_=(p: Int): SEditText

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Definition Classes
    View
  474. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  476. def minEms(p: Int): SEditText

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  478. def minEms_=(p: Int): SEditText

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  479. def minHeight(p: Int): SEditText

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  481. def minHeight_=(p: Int): SEditText

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  482. def minLines(p: Int): SEditText

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  484. def minLines_=(p: Int): SEditText

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  485. def minWidth(p: Int): SEditText

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  487. def minWidth_=(p: Int): SEditText

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  488. def minimumHeight(p: Int): SEditText

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  490. def minimumHeight_=(p: Int): SEditText

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  491. def minimumWidth(p: Int): SEditText

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  493. def minimumWidth_=(p: Int): SEditText

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TextView
  495. def movementMethod(p: MovementMethod): SEditText

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

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

    Shortcut for getMovementMethod()

    Shortcut for getMovementMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  497. def movementMethod_=(p: MovementMethod): SEditText

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

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

    Definition Classes
    AnyRef
  499. def nextFocusDownId(p: Int): SEditText

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  501. def nextFocusDownId_=(p: Int): SEditText

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  502. def nextFocusLeftId(p: Int): SEditText

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  504. def nextFocusLeftId_=(p: Int): SEditText

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  505. def nextFocusRightId(p: Int): SEditText

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  507. def nextFocusRightId_=(p: Int): SEditText

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  508. def nextFocusUpId(p: Int): SEditText

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  510. def nextFocusUpId_=(p: Int): SEditText

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

    Definition Classes
    View
  515. def onAnimationEnd(): Unit

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

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

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

    Definition Classes
    TextView
  519. def onCheckIsTextEditor(): Boolean

    Definition Classes
    TextView → View
  520. def onClick(f: ⇒ Unit): SEditText

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  522. def onClickListener(p: OnClickListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  524. def onClickListener_=(p: OnClickListener): SEditText

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  532. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SEditText

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  542. def onEditorActionListener(p: OnEditorActionListener): SEditText

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  544. def onEditorActionListener_=(p: OnEditorActionListener): SEditText

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

  545. def onEndBatchEdit(): Unit

    Definition Classes
    TextView
  546. def onFinishInflate(): Unit

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

    Definition Classes
    TextView → View
  548. def onFocusChange(f: ⇒ Unit): SEditText

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  550. def onFocusChangeListener(p: OnFocusChangeListener): SEditText

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  552. def onFocusChangeListener_=(p: OnFocusChangeListener): SEditText

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

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

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

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

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

    Definition Classes
    TextView → View → Callback
  557. def onKeyListener(p: OnKeyListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  559. def onKeyListener_=(p: OnKeyListener): SEditText

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  568. def onLongClickListener(p: OnLongClickListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  570. def onLongClickListener_=(p: OnLongClickListener): SEditText

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView → View
  581. def onTextChanged(f: ⇒ Unit): SEditText

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

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

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

    Definition Classes
    TextView
  585. def onTouch(f: ⇒ Boolean): SEditText

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

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

    Definition Classes
    TextView → View
  588. def onTouchListener(p: OnTouchListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  590. def onTouchListener_=(p: OnTouchListener): SEditText

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  597. def padding(p: Int): SEditText

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  602. def padding_=(p: Int): SEditText

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

    Shortcut for getPaint()

    Shortcut for getPaint()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  604. def paintFlags(p: Int): SEditText

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Shortcut for getPaintFlags()

    Shortcut for getPaintFlags()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  606. def paintFlags_=(p: Int): SEditText

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Shortcut for getParent()

    Shortcut for getParent()

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

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

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

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

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

    Definition Classes
    View
  613. def performLongClick(): Boolean

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

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

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

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

    Definition Classes
    View
  618. def postInvalidate(): Unit

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

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

    Definition Classes
    View
  621. def pressed(p: Boolean): SEditText

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  623. def pressed_=(p: Boolean): SEditText

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  624. def privateImeOptions(p: String): SEditText

    Shortcut for setPrivateImeOptions(java.lang.String)

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

    Shortcut for getPrivateImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  626. def privateImeOptions_=(p: String): SEditText

    Shortcut for setPrivateImeOptions(java.lang.String)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  627. def rawInputType(p: Int): SEditText

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  629. def rawInputType_=(p: Int): SEditText

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

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

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

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

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

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

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

    Definition Classes
    View
  637. def requestLayout(): Unit

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

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

    Definition Classes
    View
  640. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  642. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  644. def saveEnabled(p: Boolean): SEditText

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  646. def saveEnabled_=(p: Boolean): SEditText

    Shortcut for setSaveEnabled(boolean)

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

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

    Definition Classes
    View → Callback
  649. def scrollBarStyle(p: Int): SEditText

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  651. def scrollBarStyle_=(p: Int): SEditText

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  653. def scrollContainer(p: Boolean): SEditText

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  655. def scrollContainer_=(p: Boolean): SEditText

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  657. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  659. def scrollbarFadingEnabled(p: Boolean): SEditText

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  661. def scrollbarFadingEnabled_=(p: Boolean): SEditText

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  662. def scroller(p: Scroller): SEditText

    Shortcut for setScroller(android.widget.Scroller)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  664. def scroller_=(p: Scroller): SEditText

    Shortcut for setScroller(android.widget.Scroller)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  665. def selectAll(): Unit

    Definition Classes
    EditText
  666. def selectAllOnFocus(p: Boolean): SEditText

    Shortcut for setSelectAllOnFocus(boolean)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  668. def selectAllOnFocus_=(p: Boolean): SEditText

    Shortcut for setSelectAllOnFocus(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  669. def selected(p: Boolean): SEditText

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  671. def selected_=(p: Boolean): SEditText

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  672. def selection(p: Int): SEditText

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitEditText
    Annotations
    @inline()
  673. def selection(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitEditText
    Annotations
    @inline()
  674. def selectionEnd: Int

    Shortcut for getSelectionEnd()

    Shortcut for getSelectionEnd()

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

    Shortcut for getSelectionStart()

    Shortcut for getSelectionStart()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  676. def selection_=(p: Int): SEditText

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitEditText
    Annotations
    @inline()
  677. def sendAccessibilityEvent(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    EditText → TextView
  697. def setEms(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView → View
  770. def setSelection(arg0: Int): Unit

    Definition Classes
    EditText
  771. def setSelection(arg0: Int, arg1: Int): Unit

    Definition Classes
    EditText
  772. def setShadowLayer(arg0: Float, arg1: Float, arg2: Float, arg3: Int): Unit

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

    Definition Classes
    TextView
  774. def setSingleLine(): Unit

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

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

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

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

    Definition Classes
    View
  779. def setText(arg0: CharSequence, arg1: BufferType): Unit

    Definition Classes
    EditText → TextView
  780. final def setText(arg0: Int, arg1: BufferType): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  789. def setTextScaleX(arg0: Float): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  802. def showContextMenu(): Boolean

    Definition Classes
    View
  803. def singleLine(p: Boolean): SEditText

    Shortcut for setSingleLine(boolean)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  805. def singleLine_=(p: Boolean): SEditText

    Shortcut for setSingleLine(boolean)

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

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  807. def soundEffectsEnabled(p: Boolean): SEditText

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  809. def soundEffectsEnabled_=(p: Boolean): SEditText

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  810. def spannableFactory(p: Factory): SEditText

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  812. def spannableFactory_=(p: Factory): SEditText

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

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

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

    Definition Classes
    AnyRef
  815. def tag(p: Any): SEditText

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  817. def tag_=(p: Any): SEditText

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  818. def text: Editable

    Shortcut for getText()

    Shortcut for getText()

    Definition Classes
    TraitEditTextTraitTextView
    Annotations
    @inline()
  819. def text(p: CharSequence): SEditText

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  820. def text(p: Int): SEditText

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  821. def textColor(p: ColorStateList): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  822. def textColor(p: Int): SEditText

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  824. def textColor_=(p: ColorStateList): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  825. def textColor_=(p: Int): SEditText

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

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

    Shortcut for getTextColors()

    Shortcut for getTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  827. def textKeepState(p: CharSequence): SEditText

    Shortcut for setTextKeepState(java.lang.CharSequence)

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  829. def textKeepState_=(p: CharSequence): SEditText

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  830. def textScaleX(p: Float): SEditText

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

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

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  832. def textScaleX_=(p: Float): SEditText

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  833. def textSize(p: Float): SEditText

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

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

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  835. def textSize(p: Int): SEditText

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  836. def textSize_=(p: Float): SEditText

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  837. def textSize_=(p: Int): SEditText

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  838. def text_=(p: CharSequence): SEditText

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  839. def text_=(p: Int): SEditText

    Shortcut for setText(int)

    Shortcut for setText(int)

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

    Definition Classes
    AnyRef → Any
  841. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

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

    Shortcut for getTotalPaddingBottom()

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

    Shortcut for getTotalPaddingLeft()

    Shortcut for getTotalPaddingLeft()

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

    Shortcut for getTotalPaddingRight()

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

    Shortcut for getTotalPaddingTop()

    Shortcut for getTotalPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  846. def touchDelegate(p: TouchDelegate): SEditText

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  848. def touchDelegate_=(p: TouchDelegate): SEditText

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  850. def transformationMethod(p: TransformationMethod): SEditText

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

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

    Shortcut for getTransformationMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  852. def transformationMethod_=(p: TransformationMethod): SEditText

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  853. def typeface(p: Typeface): SEditText

    Shortcut for setTypeface(android.graphics.Typeface)

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

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  855. def typeface_=(p: Typeface): SEditText

    Shortcut for setTypeface(android.graphics.Typeface)

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

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

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

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

    Shortcut for getUrls()

    Shortcut for getUrls()

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  861. def verticalFadingEdgeEnabled(p: Boolean): SEditText

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  863. def verticalFadingEdgeEnabled_=(p: Boolean): SEditText

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  865. def verticalScrollBarEnabled(p: Boolean): SEditText

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  867. def verticalScrollBarEnabled_=(p: Boolean): SEditText

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  870. def visibility(p: Int): SEditText

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  872. def visibility_=(p: Int): SEditText

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  876. def width(p: Int): SEditText

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  877. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  878. def width_=(p: Int): SEditText

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  879. def willNotCacheDrawing(p: Boolean): SEditText

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
  881. def willNotCacheDrawing_=(p: Boolean): SEditText

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  882. def willNotDraw(p: Boolean): SEditText

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
  884. def willNotDraw_=(p: Boolean): SEditText

    Shortcut for setWillNotDraw(boolean)

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from TraitEditText[SEditText]

Inherited from TraitTextView[SEditText]

Inherited from TraitView[SEditText]

Inherited from ConstantsSupport

Inherited from EditText

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