org.scaloid.common

SEditText

Related Docs: object SEditText | package common

class SEditText extends EditText with TraitEditText[SEditText]

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

Linear Supertypes
TraitEditText[SEditText], TraitTextView[SEditText], TraitView[SEditText], PressAndHoldable[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. PressAndHoldable
  6. ConstantsSupport
  7. EditText
  8. TextView
  9. OnPreDrawListener
  10. View
  11. AccessibilityEventSource
  12. Callback
  13. Callback
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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)

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  6. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  7. val NONE: Int

    Definition Classes
    ConstantsSupport
  8. val TEXT: Int

    Definition Classes
    ConstantsSupport
  9. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  25. val WRAP_CONTENT: Int

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

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

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

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

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

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

    Shortcut for getAccessibilityNodeProvider()

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

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Shortcut for isActivated()

    Shortcut for isActivated()

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

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

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

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

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

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

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

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

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

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

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

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

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

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

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

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

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Shortcut for getAlpha()

    Shortcut for getAlpha()

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

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

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

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

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

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

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

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

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

    Definition Classes
    TextView
  55. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

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

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

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

    Shortcut for getAutoLinkMask()

    Shortcut for getAutoLinkMask()

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

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

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

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

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

    Shortcut for setBackgroundColor(int)

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

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

    Shortcut for setBackgroundColor(int)

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

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

    Shortcut for setBackgroundResource(int)

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

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

    Shortcut for setBackgroundResource(int)

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

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

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

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

    Definition Classes
    SEditTextTraitViewPressAndHoldable
  75. def beforeTextChanged[U](f: ⇒ U): SEditText

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

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

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

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Shortcut for getBottom()

    Shortcut for getBottom()

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

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Definition Classes
    TextView
  82. def bringToFront(): Unit

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

    Definition Classes
    View
  84. def buildDrawingCache(): Unit

    Definition Classes
    View
  85. def buildLayer(): Unit

    Definition Classes
    View
  86. def callOnClick(): Boolean

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

    Shortcut for setCameraDistance(float)

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

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

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

    Shortcut for setCameraDistance(float)

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

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

    Definition Classes
    View
  92. def cancelLongPress(): Unit

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

    Definition Classes
    View
  94. def clearAnimation(): Unit

    Definition Classes
    View
  95. def clearComposingText(): Unit

    Definition Classes
    TextView
  96. def clearFocus(): Unit

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

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

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

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

    Shortcut for setCompoundDrawablePadding(int)

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

    Shortcut for getCompoundDrawablePadding()

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

    Shortcut for setCompoundDrawablePadding(int)

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

    Shortcut for getCompoundDrawables()

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

    Shortcut for getCompoundPaddingBottom()

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

    Shortcut for getCompoundPaddingLeft()

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

    Shortcut for getCompoundPaddingRight()

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

    Shortcut for getCompoundPaddingTop()

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

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

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

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

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

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

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

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContext()

    Shortcut for getContext()

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

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

    Definition Classes
    View
  122. def currentHintTextColor: Int

    Shortcut for getCurrentHintTextColor()

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

    Shortcut for getCurrentTextColor()

    Shortcut for getCurrentTextColor()

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

    Shortcut for setCursorVisible(boolean)

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

    Shortcut for isCursorVisible()

    Shortcut for isCursorVisible()

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

    Shortcut for setCursorVisible(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  127. def customSelectionActionModeCallback(p: Callback): SEditText

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

  128. def customSelectionActionModeCallback: Callback

    Shortcut for getCustomSelectionActionModeCallback()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  129. def customSelectionActionModeCallback_=(p: Callback): SEditText

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

  130. def debug(arg0: Int): Unit

    Definition Classes
    TextView
  131. def destroyDrawingCache(): Unit

    Definition Classes
    View
  132. def didTouchFocusSelect(): Boolean

    Definition Classes
    TextView
  133. def disable(): SEditText

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def disableSaveFromParent(): SEditText

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

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

    Definition Classes
    TraitTextView
  177. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

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

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

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

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

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

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

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

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

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

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

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

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

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

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

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

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

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

    Shortcut for getEditableText()

    Shortcut for getEditableText()

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

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

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

    Shortcut for getEllipsize()

    Shortcut for getEllipsize()

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

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

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

    Shortcut for setEms(int)

    Shortcut for setEms(int)

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

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

    Shortcut for setEms(int)

    Shortcut for setEms(int)

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  208. def enableSaveFromParent(): SEditText

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

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

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

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

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

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

    Shortcut for setError(java.lang.CharSequence)

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

    Shortcut for getError()

    Shortcut for getError()

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

    Shortcut for setError(java.lang.CharSequence)

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

    Definition Classes
    EditText
  223. def extendedPaddingBottom: Int

    Shortcut for getExtendedPaddingBottom()

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

    Shortcut for getExtendedPaddingTop()

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

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

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

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

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

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

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

    Shortcut for setFadingEdgeLength(int)

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

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

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  233. def filterTouchesWhenObscured(p: Boolean): SEditText

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  235. def filterTouchesWhenObscured_=(p: Boolean): SEditText

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

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

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

    Shortcut for getFilters()

    Shortcut for getFilters()

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

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

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

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

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

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

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

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

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

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

    Shortcut for setFitsSystemWindows(boolean)

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

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  248. def fitsSystemWindows_=(p: Boolean): SEditText

    Shortcut for setFitsSystemWindows(boolean)

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

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

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

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

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

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

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

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

    Shortcut for setFreezesText(boolean)

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

    Shortcut for getFreezesText()

    Shortcut for getFreezesText()

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

    Shortcut for setFreezesText(boolean)

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

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

    Definition Classes
    View
  262. def getAlpha(): Float

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

    Definition Classes
    View
  264. def getApplicationWindowToken(): IBinder

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

    Definition Classes
    TextView
  266. def getBackground(): Drawable

    Definition Classes
    View
  267. def getBaseline(): Int

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

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

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

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

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

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

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

    Definition Classes
    TextView
  275. def getCompoundPaddingBottom(): Int

    Definition Classes
    TextView
  276. def getCompoundPaddingLeft(): Int

    Definition Classes
    TextView
  277. def getCompoundPaddingRight(): Int

    Definition Classes
    TextView
  278. def getCompoundPaddingTop(): Int

    Definition Classes
    TextView
  279. def getContentDescription(): CharSequence

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

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

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

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

    Definition Classes
    TextView
  284. def getCustomSelectionActionModeCallback(): Callback

    Definition Classes
    TextView
  285. def getDefaultEditable(): Boolean

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

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

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

    Definition Classes
    View
  289. def getDrawingCache(): Bitmap

    Definition Classes
    View
  290. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  291. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  293. def getDrawingTime(): Long

    Definition Classes
    View
  294. def getEditableText(): Editable

    Definition Classes
    TextView
  295. def getEllipsize(): TruncateAt

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

    Definition Classes
    TextView
  297. def getExtendedPaddingBottom(): Int

    Definition Classes
    TextView
  298. def getExtendedPaddingTop(): Int

    Definition Classes
    TextView
  299. def getFilterTouchesWhenObscured(): Boolean

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

    Definition Classes
    TextView
  301. def getFitsSystemWindows(): Boolean

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

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

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

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

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

    Definition Classes
    View
  307. def getGravity(): Int

    Definition Classes
    TextView
  308. def getHandler(): Handler

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

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

    Definition Classes
    TextView
  311. def getHint(): CharSequence

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

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

    Definition Classes
    View
  314. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  315. def getHorizontalScrollbarHeight(): Int

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

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

    Definition Classes
    TextView
  318. def getImeActionLabel(): CharSequence

    Definition Classes
    TextView
  319. def getImeOptions(): Int

    Definition Classes
    TextView
  320. def getImportantForAccessibility(): Int

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

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

    Definition Classes
    TextView
  323. def getInputType(): Int

    Definition Classes
    TextView
  324. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  325. def getKeyDispatcherState(): DispatcherState

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

    Definition Classes
    TextView
  327. def getLayerType(): Int

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

    Definition Classes
    TextView
  329. def getLayoutParams(): LayoutParams

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

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

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

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

    Definition Classes
    TextView
  334. def getLineCount(): Int

    Definition Classes
    TextView
  335. def getLineHeight(): Int

    Definition Classes
    TextView
  336. def getLineSpacingExtra(): Float

    Definition Classes
    TextView
  337. def getLineSpacingMultiplier(): Float

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

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

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

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

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

    Definition Classes
    View
  343. def getMarqueeRepeatLimit(): Int

    Definition Classes
    TextView
  344. def getMatrix(): Matrix

    Definition Classes
    View
  345. def getMaxEms(): Int

    Definition Classes
    TextView
  346. def getMaxHeight(): Int

    Definition Classes
    TextView
  347. def getMaxLines(): Int

    Definition Classes
    TextView
  348. def getMaxWidth(): Int

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

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

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

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

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

    Definition Classes
    View
  354. def getMinEms(): Int

    Definition Classes
    TextView
  355. def getMinHeight(): Int

    Definition Classes
    TextView
  356. def getMinLines(): Int

    Definition Classes
    TextView
  357. def getMinWidth(): Int

    Definition Classes
    TextView
  358. def getMinimumHeight(): Int

    Definition Classes
    View
  359. def getMinimumWidth(): Int

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

    Definition Classes
    TextView
  361. def getNextFocusDownId(): Int

    Definition Classes
    View
  362. def getNextFocusForwardId(): Int

    Definition Classes
    View
  363. def getNextFocusLeftId(): Int

    Definition Classes
    View
  364. def getNextFocusRightId(): Int

    Definition Classes
    View
  365. def getNextFocusUpId(): Int

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

    Definition Classes
    TextView
  367. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  368. def getOverScrollMode(): Int

    Definition Classes
    View
  369. def getPaddingBottom(): Int

    Definition Classes
    View
  370. def getPaddingLeft(): Int

    Definition Classes
    View
  371. def getPaddingRight(): Int

    Definition Classes
    View
  372. def getPaddingTop(): Int

    Definition Classes
    View
  373. def getPaint(): TextPaint

    Definition Classes
    TextView
  374. def getPaintFlags(): Int

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

    Definition Classes
    View
  376. def getParentForAccessibility(): ViewParent

    Definition Classes
    View
  377. def getPivotX(): Float

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

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

    Definition Classes
    TextView
  380. def getResources(): Resources

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

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

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

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

    Definition Classes
    View
  385. def getRotation(): Float

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

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

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

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

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

    Definition Classes
    View
  391. def getScrollBarFadeDuration(): Int

    Definition Classes
    View
  392. def getScrollBarSize(): Int

    Definition Classes
    View
  393. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  396. def getSelectionEnd(): Int

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

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

    Definition Classes
    TextView
  399. def getShadowDx(): Float

    Definition Classes
    TextView
  400. def getShadowDy(): Float

    Definition Classes
    TextView
  401. def getShadowRadius(): Float

    Definition Classes
    TextView
  402. def getSolidColor(): Int

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

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

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

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

    Definition Classes
    View
  407. def getTag(): AnyRef

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  408. def getText(): Editable

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

    Definition Classes
    TextView
  410. def getTextScaleX(): Float

    Definition Classes
    TextView
  411. def getTextSize(): Float

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

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

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

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

    Definition Classes
    TextView
  416. def getTotalPaddingLeft(): Int

    Definition Classes
    TextView
  417. def getTotalPaddingRight(): Int

    Definition Classes
    TextView
  418. def getTotalPaddingTop(): Int

    Definition Classes
    TextView
  419. def getTouchDelegate(): TouchDelegate

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

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

    Definition Classes
    TextView
  422. def getTranslationX(): Float

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

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

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

    Definition Classes
    TextView
  426. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  427. def getVerticalScrollbarPosition(): Int

    Definition Classes
    View
  428. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  429. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  430. def getVisibility(): Int

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

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

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

    Definition Classes
    View
  434. def getWindowToken(): IBinder

    Definition Classes
    View
  435. def getWindowVisibility(): Int

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

    Definition Classes
    View
  437. def getX(): Float

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  439. def gravity(p: Int): SEditText

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Shortcut for getGravity()

    Shortcut for getGravity()

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

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Shortcut for getHandler()

    Shortcut for getHandler()

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

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

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

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

    Definition Classes
    View
  448. def hasOnClickListeners(): Boolean

    Definition Classes
    View
  449. def hasOverlappingRendering(): Boolean

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

    Definition Classes
    TextView
  451. def hasTransientState(p: Boolean): SEditText

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  453. def hasTransientState_=(p: Boolean): SEditText

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
  455. def hashCode(): Int

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

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

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

    Shortcut for getHeight()

    Shortcut for getHeight()

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

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

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

    Shortcut for setHighlightColor(int)

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

    Shortcut for getHighlightColor()

    Shortcut for getHighlightColor()

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

    Shortcut for setHighlightColor(int)

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

    Shortcut for setHint(java.lang.CharSequence)

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

    Shortcut for setHint(int)

    Shortcut for setHint(int)

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

    Shortcut for getHint()

    Shortcut for getHint()

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

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

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

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

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

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

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

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Shortcut for getHintTextColors()

    Shortcut for getHintTextColors()

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

    Shortcut for setHint(java.lang.CharSequence)

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

    Shortcut for setHint(int)

    Shortcut for setHint(int)

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

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

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

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

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

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

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

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for setHorizontallyScrolling(boolean)

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

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

    Shortcut for setHorizontallyScrolling(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  483. def hovered(p: Boolean): SEditText

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  485. def hovered_=(p: Boolean): SEditText

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  486. def id(p: Int): SEditText

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

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

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getImeActionId()

    Shortcut for getImeActionId()

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

    Shortcut for getImeActionLabel()

    Shortcut for getImeActionLabel()

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

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

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

    Shortcut for getImeOptions()

    Shortcut for getImeOptions()

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

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  494. def importantForAccessibility(p: Int): SEditText

    Shortcut for setImportantForAccessibility(int)

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

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  496. def importantForAccessibility_=(p: Int): SEditText

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  497. def includeFontPadding(p: Boolean): SEditText

    Shortcut for setIncludeFontPadding(boolean)

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

    Shortcut for getIncludeFontPadding()

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

    Shortcut for setIncludeFontPadding(boolean)

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

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

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

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

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

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

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

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

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

    Shortcut for getInputType()

    Shortcut for getInputType()

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

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

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

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

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

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

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

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

    Definition Classes
    TextView
  515. def isDirty(): Boolean

    Definition Classes
    View
  516. def isDrawingCacheEnabled(): Boolean

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

    Definition Classes
    View
  518. def isEnabled(): Boolean

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

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

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

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

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

    Definition Classes
    View
  524. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  525. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  526. def isHovered(): Boolean

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

    Definition Classes
    View
  528. def isInTouchMode(): Boolean

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

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

    Definition Classes
    Any
  531. def isLayoutRequested(): Boolean

    Definition Classes
    View
  532. def isLongClickable(): Boolean

    Definition Classes
    View
  533. def isOpaque(): Boolean

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

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

    Definition Classes
    View
  536. def isSaveEnabled(): Boolean

    Definition Classes
    View
  537. def isSaveFromParentEnabled(): Boolean

    Definition Classes
    View
  538. def isScrollContainer(): Boolean

    Definition Classes
    View
  539. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  540. def isSelected(): Boolean

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

    Definition Classes
    View
  542. def isSoundEffectsEnabled(): Boolean

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

    Definition Classes
    TextView
  544. def isTextSelectable(): Boolean

    Definition Classes
    TextView
  545. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  546. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  547. def jumpDrawablesToCurrentState(): Unit

    Definition Classes
    TextView → View
  548. def keepScreenOn(p: Boolean): SEditText

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

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

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

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

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

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

    Shortcut for getKeyListener()

    Shortcut for getKeyListener()

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

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

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

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Shortcut for getLayout()

    Shortcut for getLayout()

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

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

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  561. def left(p: Int): SEditText

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  563. def left_=(p: Int): SEditText

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Definition Classes
    TextView
  565. def lineCount: Int

    Shortcut for getLineCount()

    Shortcut for getLineCount()

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

    Shortcut for getLineHeight()

    Shortcut for getLineHeight()

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

    Shortcut for getLineSpacingExtra()

    Shortcut for getLineSpacingExtra()

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

    Shortcut for getLineSpacingMultiplier()

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

    Shortcut for setLines(int)

    Shortcut for setLines(int)

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

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

    Shortcut for setLines(int)

    Shortcut for setLines(int)

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

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

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

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

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

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

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

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Shortcut for getLinkTextColors()

    Shortcut for getLinkTextColors()

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

    Shortcut for setLinksClickable(boolean)

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

    Shortcut for getLinksClickable()

    Shortcut for getLinksClickable()

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

    Shortcut for setLinksClickable(boolean)

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

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

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

    Shortcut for setLongClickable(boolean)

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

    Shortcut for setMarqueeRepeatLimit(int)

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

    Shortcut for getMarqueeRepeatLimit()

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

    Shortcut for setMarqueeRepeatLimit(int)

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

    Shortcut for getMatrix()

    Shortcut for getMatrix()

    Definition Classes
    TraitView
    Annotations
    @inline()
  588. def maxEms(p: Int): SEditText

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

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

    Shortcut for getMaxEms()

    Shortcut for getMaxEms()

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

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

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

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

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

    Shortcut for getMaxHeight()

    Shortcut for getMaxHeight()

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

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

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

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

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

    Shortcut for getMaxLines()

    Shortcut for getMaxLines()

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

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

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

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Shortcut for getMaxWidth()

    Shortcut for getMaxWidth()

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

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Definition Classes
    View
  601. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredHeightAndState()

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

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Shortcut for getMeasuredWidthAndState()

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

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

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

    Shortcut for getMinEms()

    Shortcut for getMinEms()

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

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

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

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

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

    Shortcut for getMinHeight()

    Shortcut for getMinHeight()

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

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

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

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

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

    Shortcut for getMinLines()

    Shortcut for getMinLines()

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

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

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

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

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

    Shortcut for getMinWidth()

    Shortcut for getMinWidth()

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

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

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

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

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

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

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

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

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

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

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

    Shortcut for getMovementMethod()

    Shortcut for getMovementMethod()

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

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

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

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

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

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

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  632. def nextFocusForwardId(p: Int): SEditText

    Shortcut for setNextFocusForwardId(int)

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

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  634. def nextFocusForwardId_=(p: Int): SEditText

    Shortcut for setNextFocusForwardId(int)

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

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

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

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

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

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

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

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

    Definition Classes
    View
  648. def onAnimationEnd(): Unit

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

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

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

    Definition Classes
    TextView
  652. def onCheckIsTextEditor(): Boolean

    Definition Classes
    TextView → View
  653. def onClick[U](f: ⇒ U): SEditText

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView → View
  674. def onDragListener(p: OnDragListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  676. def onDragListener_=(p: OnDragListener): SEditText

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

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

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

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

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

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

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

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

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

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

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

  685. def onEndBatchEdit(): Unit

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

    Definition Classes
    View
  687. def onFinishInflate(): Unit

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

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

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

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

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

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

    Shortcut for getOnFocusChangeListener()

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

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

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

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

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

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

    Definition Classes
    TextView → View
  698. def onGenericMotionListener(p: OnGenericMotionListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  700. def onGenericMotionListener_=(p: OnGenericMotionListener): SEditText

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  701. def onHover(f: ⇒ Boolean): SEditText

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

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

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

    Definition Classes
    View
  705. def onHoverListener(p: OnHoverListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  707. def onHoverListener_=(p: OnHoverListener): SEditText

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

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

    Definition Classes
    EditText → TextView → View
  709. def onInitializeAccessibilityNodeInfo(arg0: AccessibilityNodeInfo): Unit

    Definition Classes
    EditText → TextView → View
  710. def onKey(f: ⇒ Boolean): SEditText

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  745. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SEditText

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  747. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): SEditText

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

  748. def onTextChanged[U](f: ⇒ U): SEditText

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Shortcut for setOverScrollMode(int)

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

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  770. def overScrollMode_=(p: Int): SEditText

    Shortcut for setOverScrollMode(int)

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

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

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

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

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

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

    Shortcut for getPaint()

    Shortcut for getPaint()

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

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Shortcut for getPaintFlags()

    Shortcut for getPaintFlags()

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

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Shortcut for getParent()

    Shortcut for getParent()

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

    Shortcut for getParentForAccessibility()

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

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

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

    Definition Classes
    View
  788. def performClick(): Boolean

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

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

    Definition Classes
    View
  791. def performLongClick(): Boolean

    Definition Classes
    TextView → View
  792. def pivotX(p: Float): SEditText

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  794. def pivotX_=(p: Float): SEditText

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  795. def pivotY(p: Float): SEditText

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  797. def pivotY_=(p: Float): SEditText

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

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

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

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

    Definition Classes
    View
  802. def postInvalidate(): Unit

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

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

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

    Definition Classes
    View
  806. def postInvalidateOnAnimation(): Unit

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

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

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

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

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

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for setPrivateImeOptions(java.lang.String)

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

    Shortcut for getPrivateImeOptions()

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

    Shortcut for setPrivateImeOptions(java.lang.String)

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

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

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

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

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

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

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

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

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

    Definition Classes
    TextView
  823. def requestFitSystemWindows(): Unit

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

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

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

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

    Definition Classes
    View
  828. def requestLayout(): Unit

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

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

    Definition Classes
    View
  831. def resetResolvedDrawables(): Unit

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

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

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  835. def right(p: Int): SEditText

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  837. def right_=(p: Int): SEditText

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  839. def rotation(p: Float): SEditText

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  841. def rotationX(p: Float): SEditText

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  843. def rotationX_=(p: Float): SEditText

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  844. def rotationY(p: Float): SEditText

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  846. def rotationY_=(p: Float): SEditText

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  847. def rotation_=(p: Float): SEditText

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

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

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  851. def saveFromParentEnabled(p: Boolean): SEditText

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  853. def saveFromParentEnabled_=(p: Boolean): SEditText

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Definition Classes
    View
  855. def scaleX(p: Float): SEditText

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  857. def scaleX_=(p: Float): SEditText

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  858. def scaleY(p: Float): SEditText

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  860. def scaleY_=(p: Float): SEditText

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Definition Classes
    View → Callback
  862. def scrollBarDefaultDelayBeforeFade(p: Int): SEditText

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  864. def scrollBarDefaultDelayBeforeFade_=(p: Int): SEditText

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  865. def scrollBarFadeDuration(p: Int): SEditText

    Shortcut for setScrollBarFadeDuration(int)

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

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  867. def scrollBarFadeDuration_=(p: Int): SEditText

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  868. def scrollBarSize(p: Int): SEditText

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

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

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  871. def scrollBarStyle(p: Int): SEditText

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

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

    Shortcut for setScrollBarStyle(int)

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

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

    Shortcut for setScrollContainer(boolean)

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

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

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

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  879. def scrollX(p: Int): SEditText

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  881. def scrollX_=(p: Int): SEditText

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  882. def scrollY(p: Int): SEditText

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  884. def scrollY_=(p: Int): SEditText

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

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

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for setScroller(android.widget.Scroller)

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

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

    Shortcut for setScroller(android.widget.Scroller)

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

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

    Shortcut for setSelectAllOnFocus(boolean)

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

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

    Shortcut for setSelectAllOnFocus(boolean)

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

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

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

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

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

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

    Shortcut for getSelectionEnd()

    Shortcut for getSelectionEnd()

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

    Shortcut for getSelectionStart()

    Shortcut for getSelectionStart()

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

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

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

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

    Definition Classes
    View → AccessibilityEventSource
  905. def setAccessibilityDelegate(arg0: AccessibilityDelegate): Unit

    Definition Classes
    View
  906. def setActivated(arg0: Boolean): Unit

    Definition Classes
    View
  907. def setAllCaps(arg0: Boolean): Unit

    Definition Classes
    TextView
  908. def setAlpha(arg0: Float): Unit

    Definition Classes
    View
  909. def setAnimation(arg0: Animation): Unit

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

    Definition Classes
    TextView
  911. def setBackground(arg0: Drawable): Unit

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

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

    Definition Classes
    View
  914. final def setBottom(arg0: Int): Unit

    Definition Classes
    View
  915. def setCameraDistance(arg0: Float): Unit

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

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

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

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

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

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

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

    Definition Classes
    TextView
  923. def setCustomSelectionActionModeCallback(arg0: Callback): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    TextView → View
  932. def setError(arg0: CharSequence, arg1: Drawable): Unit

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

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

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

    Definition Classes
    View
  936. def setFilterTouchesWhenObscured(arg0: Boolean): Unit

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

    Definition Classes
    TextView
  938. def setFitsSystemWindows(arg0: Boolean): Unit

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

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

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

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

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

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

    Definition Classes
    View
  945. def setHasTransientState(arg0: Boolean): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  955. def setHovered(arg0: Boolean): Unit

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

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

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

    Definition Classes
    TextView
  959. def setImportantForAccessibility(arg0: Int): Unit

    Definition Classes
    View
  960. def setIncludeFontPadding(arg0: Boolean): Unit

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

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

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

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

    Definition Classes
    TextView
  965. def setLayerType(arg0: Int, arg1: Paint): Unit

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

    Definition Classes
    View
  967. final def setLeft(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  988. def setNextFocusForwardId(arg0: Int): Unit

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

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

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

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

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

    Definition Classes
    View
  994. def setOnDragListener(arg0: OnDragListener): Unit

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

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

    Definition Classes
    View
  997. def setOnGenericMotionListener(arg0: OnGenericMotionListener): Unit

    Definition Classes
    View
  998. def setOnHoverListener(arg0: OnHoverListener): Unit

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

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

    Definition Classes
    View
  1001. def setOnSystemUiVisibilityChangeListener(arg0: OnSystemUiVisibilityChangeListener): Unit

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

    Definition Classes
    View
  1003. def setOverScrollMode(arg0: Int): Unit

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

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

    Definition Classes
    TextView
  1006. def setPaintFlags(arg0: Int): Unit

    Definition Classes
    TextView
  1007. def setPivotX(arg0: Float): Unit

    Definition Classes
    View
  1008. def setPivotY(arg0: Float): Unit

    Definition Classes
    View
  1009. def setPressed(arg0: Boolean): Unit

    Definition Classes
    View
  1010. def setPrivateImeOptions(arg0: String): Unit

    Definition Classes
    TextView
  1011. def setRawInputType(arg0: Int): Unit

    Definition Classes
    TextView
  1012. final def setRight(arg0: Int): Unit

    Definition Classes
    View
  1013. def setRotation(arg0: Float): Unit

    Definition Classes
    View
  1014. def setRotationX(arg0: Float): Unit

    Definition Classes
    View
  1015. def setRotationY(arg0: Float): Unit

    Definition Classes
    View
  1016. def setSaveEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1017. def setSaveFromParentEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1018. def setScaleX(arg0: Float): Unit

    Definition Classes
    View
  1019. def setScaleY(arg0: Float): Unit

    Definition Classes
    View
  1020. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Definition Classes
    View
  1021. def setScrollBarFadeDuration(arg0: Int): Unit

    Definition Classes
    View
  1022. def setScrollBarSize(arg0: Int): Unit

    Definition Classes
    View
  1023. def setScrollBarStyle(arg0: Int): Unit

    Definition Classes
    View
  1024. def setScrollContainer(arg0: Boolean): Unit

    Definition Classes
    View
  1025. def setScrollX(arg0: Int): Unit

    Definition Classes
    View
  1026. def setScrollY(arg0: Int): Unit

    Definition Classes
    View
  1027. def setScrollbarFadingEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1028. def setScroller(arg0: Scroller): Unit

    Definition Classes
    TextView
  1029. def setSelectAllOnFocus(arg0: Boolean): Unit

    Definition Classes
    TextView
  1030. def setSelected(arg0: Boolean): Unit

    Definition Classes
    TextView → View
  1031. def setSelection(arg0: Int): Unit

    Definition Classes
    EditText
  1032. def setSelection(arg0: Int, arg1: Int): Unit

    Definition Classes
    EditText
  1033. def setShadowLayer(arg0: Float, arg1: Float, arg2: Float, arg3: Int): Unit

    Definition Classes
    TextView
  1034. def setSingleLine(arg0: Boolean): Unit

    Definition Classes
    TextView
  1035. def setSingleLine(): Unit

    Definition Classes
    TextView
  1036. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1037. final def setSpannableFactory(arg0: Factory): Unit

    Definition Classes
    TextView
  1038. def setSystemUiVisibility(arg0: Int): Unit

    Definition Classes
    View
  1039. def setTag(arg0: Int, arg1: Any): Unit

    Definition Classes
    View
  1040. def setTag(arg0: Any): Unit

    Definition Classes
    View
  1041. def setText(arg0: CharSequence, arg1: BufferType): Unit

    Definition Classes
    EditText → TextView
  1042. final def setText(arg0: Int, arg1: BufferType): Unit

    Definition Classes
    TextView
  1043. final def setText(arg0: Int): Unit

    Definition Classes
    TextView
  1044. final def setText(arg0: Array[Char], arg1: Int, arg2: Int): Unit

    Definition Classes
    TextView
  1045. final def setText(arg0: CharSequence): Unit

    Definition Classes
    TextView
  1046. def setTextAppearance(arg0: Context, arg1: Int): Unit

    Definition Classes
    TextView
  1047. def setTextColor(arg0: ColorStateList): Unit

    Definition Classes
    TextView
  1048. def setTextColor(arg0: Int): Unit

    Definition Classes
    TextView
  1049. def setTextIsSelectable(arg0: Boolean): Unit

    Definition Classes
    TextView
  1050. final def setTextKeepState(arg0: CharSequence, arg1: BufferType): Unit

    Definition Classes
    TextView
  1051. final def setTextKeepState(arg0: CharSequence): Unit

    Definition Classes
    TextView
  1052. def setTextScaleX(arg0: Float): Unit

    Definition Classes
    TextView
  1053. def setTextSize(arg0: Int, arg1: Float): Unit

    Definition Classes
    TextView
  1054. def setTextSize(arg0: Float): Unit

    Definition Classes
    TextView
  1055. final def setTop(arg0: Int): Unit

    Definition Classes
    View
  1056. def setTouchDelegate(arg0: TouchDelegate): Unit

    Definition Classes
    View
  1057. final def setTransformationMethod(arg0: TransformationMethod): Unit

    Definition Classes
    TextView
  1058. def setTranslationX(arg0: Float): Unit

    Definition Classes
    View
  1059. def setTranslationY(arg0: Float): Unit

    Definition Classes
    View
  1060. def setTypeface(arg0: Typeface): Unit

    Definition Classes
    TextView
  1061. def setTypeface(arg0: Typeface, arg1: Int): Unit

    Definition Classes
    TextView
  1062. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1063. def setVerticalScrollBarEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1064. def setVerticalScrollbarPosition(arg0: Int): Unit

    Definition Classes
    View
  1065. def setVisibility(arg0: Int): Unit

    Definition Classes
    View
  1066. def setWidth(arg0: Int): Unit

    Definition Classes
    TextView
  1067. def setWillNotCacheDrawing(arg0: Boolean): Unit

    Definition Classes
    View
  1068. def setWillNotDraw(arg0: Boolean): Unit

    Definition Classes
    View
  1069. def setX(arg0: Float): Unit

    Definition Classes
    View
  1070. def setY(arg0: Float): Unit

    Definition Classes
    View
  1071. def shadowColor: Int

    Shortcut for getShadowColor()

    Shortcut for getShadowColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1072. def shadowDx: Float

    Shortcut for getShadowDx()

    Shortcut for getShadowDx()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1073. def shadowDy: Float

    Shortcut for getShadowDy()

    Shortcut for getShadowDy()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1074. def shadowRadius: Float

    Shortcut for getShadowRadius()

    Shortcut for getShadowRadius()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1075. def showContextMenu(): Boolean

    Definition Classes
    View
  1076. def singleLine(p: Boolean): SEditText

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1077. def singleLine(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1078. def singleLine_=(p: Boolean): SEditText

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1079. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1080. def soundEffectsEnabled(p: Boolean): SEditText

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1081. def soundEffectsEnabled: Boolean

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1082. def soundEffectsEnabled_=(p: Boolean): SEditText

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1083. def spannableFactory(p: Factory): SEditText

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1084. def spannableFactory(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1085. def spannableFactory_=(p: Factory): SEditText

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1086. def startActionMode(arg0: Callback): ActionMode

    Definition Classes
    View
  1087. def startAnimation(arg0: Animation): Unit

    Definition Classes
    View
  1088. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

    Definition Classes
    View
  1089. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  1090. def systemUiVisibility(p: Int): SEditText

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1091. def systemUiVisibility: Int

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1092. def systemUiVisibility_=(p: Int): SEditText

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1093. def tag(p: Any): SEditText

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1094. def tag: AnyRef

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1095. def tag_=(p: Any): SEditText

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1096. def text: Editable

    Shortcut for getText()

    Shortcut for getText()

    Definition Classes
    TraitEditTextTraitTextView
    Annotations
    @inline()
  1097. def text(p: CharSequence): SEditText

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1098. def text(p: Int): SEditText

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1099. def textColor(p: ColorStateList): SEditText

    Shortcut for setTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1100. def textColor(p: Int): SEditText

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1101. def textColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1102. def textColor_=(p: ColorStateList): SEditText

    Shortcut for setTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1103. def textColor_=(p: Int): SEditText

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1104. def textColors: ColorStateList

    Shortcut for getTextColors()

    Shortcut for getTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1105. def textIsSelectable(p: Boolean): SEditText

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1106. def textIsSelectable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1107. def textIsSelectable_=(p: Boolean): SEditText

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1108. def textKeepState(p: CharSequence): SEditText

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1109. def textKeepState(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1110. def textKeepState_=(p: CharSequence): SEditText

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1111. def textScaleX(p: Float): SEditText

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1112. def textScaleX: Float

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1113. def textScaleX_=(p: Float): SEditText

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1114. def textSize(p: Float): SEditText

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1115. def textSize: Float

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1116. def textSize(p: Int): SEditText

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1117. def textSize_=(p: Float): SEditText

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1118. def textSize_=(p: Int): SEditText

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1119. def text_=(p: CharSequence): SEditText

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1120. def text_=(p: Int): SEditText

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1121. def toString(): String

    Definition Classes
    AnyRef → Any
  1122. def top(p: Int): SEditText

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1123. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1124. def top_=(p: Int): SEditText

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1125. def totalPaddingBottom: Int

    Shortcut for getTotalPaddingBottom()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1126. def totalPaddingLeft: Int

    Shortcut for getTotalPaddingLeft()

    Shortcut for getTotalPaddingLeft()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1127. def totalPaddingRight: Int

    Shortcut for getTotalPaddingRight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1128. def totalPaddingTop: Int

    Shortcut for getTotalPaddingTop()

    Shortcut for getTotalPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1129. def touchDelegate(p: TouchDelegate): SEditText

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1130. def touchDelegate: TouchDelegate

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1131. def touchDelegate_=(p: TouchDelegate): SEditText

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1132. def touchables: ArrayList[View]

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1133. def transformationMethod(p: TransformationMethod): SEditText

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1134. def transformationMethod: TransformationMethod

    Shortcut for getTransformationMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1135. def transformationMethod_=(p: TransformationMethod): SEditText

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1136. def translationX(p: Float): SEditText

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1137. def translationX: Float

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1138. def translationX_=(p: Float): SEditText

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1139. def translationY(p: Float): SEditText

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1140. def translationY: Float

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1141. def translationY_=(p: Float): SEditText

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1142. def typeface(p: Typeface): SEditText

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1143. def typeface: Typeface

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1144. def typeface_=(p: Typeface): SEditText

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1145. def uniqueId(implicit activity: Activity): Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  1146. def unscheduleDrawable(arg0: Drawable): Unit

    Definition Classes
    View
  1147. def unscheduleDrawable(arg0: Drawable, arg1: Runnable): Unit

    Definition Classes
    View → Callback
  1148. def urls: Array[URLSpan]

    Shortcut for getUrls()

    Shortcut for getUrls()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1149. def verifyDrawable(arg0: Drawable): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  1150. def verticalFadingEdgeEnabled(p: Boolean): SEditText

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1151. def verticalFadingEdgeEnabled: Boolean

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1152. def verticalFadingEdgeEnabled_=(p: Boolean): SEditText

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1153. def verticalFadingEdgeLength: Int

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1154. def verticalScrollBarEnabled(p: Boolean): SEditText

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1155. def verticalScrollBarEnabled: Boolean

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1156. def verticalScrollBarEnabled_=(p: Boolean): SEditText

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1157. def verticalScrollbarPosition(p: Int): SEditText

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1158. def verticalScrollbarPosition: Int

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1159. def verticalScrollbarPosition_=(p: Int): SEditText

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1160. def verticalScrollbarWidth: Int

    Shortcut for getVerticalScrollbarWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1161. def viewTreeObserver: ViewTreeObserver

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1162. def visibility(p: Int): SEditText

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1163. def visibility: Int

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1164. def visibility_=(p: Int): SEditText

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1165. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1166. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1167. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1168. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SEditText) ⇒ LP): SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  1169. def width(p: Int): SEditText

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1170. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1171. def width_=(p: Int): SEditText

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1172. def willNotCacheDrawing(p: Boolean): SEditText

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1173. def willNotCacheDrawing(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1174. def willNotCacheDrawing_=(p: Boolean): SEditText

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1175. def willNotDraw(p: Boolean): SEditText

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1176. def willNotDraw(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1177. def willNotDraw_=(p: Boolean): SEditText

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1178. def windowSystemUiVisibility: Int

    Shortcut for getWindowSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1179. def windowToken: IBinder

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1180. def windowVisibility: Int

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1181. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SEditText) ⇒ LP): SEditText

    Definition Classes
    TraitView
    Annotations
    @inline()
  1182. def x(p: Float): SEditText

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1183. def x: Float

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1184. def x_=(p: Float): SEditText

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1185. def y(p: Float): SEditText

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1186. def y: Float

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1187. def y_=(p: Float): SEditText

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SEditText

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SEditText

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def setBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitEditText[SEditText]

Inherited from TraitTextView[SEditText]

Inherited from TraitView[SEditText]

Inherited from PressAndHoldable[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