org.scaloid.common

SAutoCompleteTextView

class SAutoCompleteTextView extends AutoCompleteTextView with TraitAutoCompleteTextView[SAutoCompleteTextView]

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

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

Instance Constructors

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

Value Members

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

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

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

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

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

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

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

    Definition Classes
    Any
  8. val FILL_PARENT: Int

    Definition Classes
    TraitView
  9. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  10. val NONE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  28. val WRAP_CONTENT: Int

    Definition Classes
    TraitView
  29. def adapter[T <: ListAdapter with Filterable](p: T): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  30. def adapter: ListAdapter

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  31. def adapter_=[T <: ListAdapter with Filterable](p: T): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  32. def addFocusables(arg0: ArrayList[View], arg1: Int, arg2: Int): Unit

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

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

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

    Definition Classes
    View
  36. def afterTextChanged(f: ⇒ Unit): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  38. def animation(p: Animation): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  40. def animation_=(p: Animation): SAutoCompleteTextView

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

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

    Definition Classes
    TextView
  43. def applicationWindowToken: IBinder

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

    Definition Classes
    Any
  45. def autoLinkMask(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  47. def autoLinkMask_=(p: Int): SAutoCompleteTextView

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  52. def backgroundColor(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  54. def backgroundColor_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  55. def backgroundDrawable(p: Drawable): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  57. def backgroundDrawable_=(p: Drawable): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  58. def backgroundResource(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  60. def backgroundResource_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  62. def basis: SAutoCompleteTextView

    Definition Classes
    SAutoCompleteTextViewTraitView
  63. def beforeTextChanged(f: ⇒ Unit): SAutoCompleteTextView

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

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

    Definition Classes
    TextView
  66. def bottom: Int

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

    Definition Classes
    TextView
  68. def bringToFront(): Unit

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

    Definition Classes
    View
  70. def buildDrawingCache(): Unit

    Definition Classes
    View
  71. def cancelLongPress(): Unit

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

    Definition Classes
    View
  73. def clearAnimation(): Unit

    Definition Classes
    View
  74. def clearComposingText(): Unit

    Definition Classes
    TextView
  75. def clearFocus(): Unit

    Definition Classes
    View
  76. def clearListSelection(): Unit

    Definition Classes
    AutoCompleteTextView
  77. def clickable(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  79. def clickable_=(p: Boolean): SAutoCompleteTextView

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def completionHint(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  82. def completionHint(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  83. def completionHint_=(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  84. def compoundDrawablePadding(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  86. def compoundDrawablePadding_=(p: Int): SAutoCompleteTextView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  101. def contentDescription_=(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  102. def convertSelectionToString(arg0: Any): CharSequence

    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView
  103. def createContextMenu(arg0: ContextMenu): Unit

    Definition Classes
    View
  104. def currentHintTextColor: Int

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

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

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

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

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

    Definition Classes
    TextView
  110. def destroyDrawingCache(): Unit

    Definition Classes
    View
  111. def didTouchFocusSelect(): Boolean

    Definition Classes
    TextView
  112. def disableDrawingCache: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  113. def disableDuplicateParentState: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  114. def disableHapticFeedback: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  115. def disableHorizontalFadingEdge: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  116. def disableHorizontalScrollBar: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  117. def disableSave: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  118. def disableScrollbarFading: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  119. def disableSoundEffects: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  120. def disableVerticalFadingEdge: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def disableVerticalScrollBar: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  122. def dismissDropDown(): Unit

    Definition Classes
    AutoCompleteTextView
  123. def dispatchConfigurationChanged(arg0: Configuration): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  141. def drawableState: Array[Int]

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  143. def drawingCache: Bitmap

    Definition Classes
    TraitView
    Annotations
    @inline()
  144. def drawingCacheBackgroundColor(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  146. def drawingCacheBackgroundColor_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def drawingCacheEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  149. def drawingCacheEnabled_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def drawingCacheQuality(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def drawingCacheQuality_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  154. def dropDownAnchor(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  155. def dropDownAnchor: Int

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  156. def dropDownAnchor_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  157. def dropDownBackground: Drawable

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  158. def dropDownBackgroundDrawable(p: Drawable): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  159. def dropDownBackgroundDrawable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  160. def dropDownBackgroundDrawable_=(p: Drawable): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  161. def dropDownBackgroundResource(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  162. def dropDownBackgroundResource(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  163. def dropDownBackgroundResource_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  164. def dropDownHeight(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  165. def dropDownHeight: Int

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  166. def dropDownHeight_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  167. def dropDownHorizontalOffset(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  168. def dropDownHorizontalOffset: Int

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  169. def dropDownHorizontalOffset_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  170. def dropDownVerticalOffset(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  171. def dropDownVerticalOffset: Int

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  172. def dropDownVerticalOffset_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  173. def dropDownWidth(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  174. def dropDownWidth: Int

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  175. def dropDownWidth_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  176. def duplicateParentStateEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def duplicateParentStateEnabled_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  179. def editableFactory(p: Factory): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  181. def editableFactory_=(p: Factory): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  183. def ellipsize(p: TruncateAt): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  185. def ellipsize_=(p: TruncateAt): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  186. def ems(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  188. def ems_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  189. def enableDrawingCache: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  190. def enableDuplicateParentState: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  191. def enableHapticFeedback: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def enableHorizontalFadingEdge: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def enableHorizontalScrollBar: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. def enableSave: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  195. def enableScrollbarFading: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def enableSoundEffects: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  197. def enableVerticalFadingEdge: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  198. def enableVerticalScrollBar: SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  199. def enabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  201. def enabled_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TextView
  203. def enoughToFilter(): Boolean

    Definition Classes
    AutoCompleteTextView
  204. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  206. def error(p: CharSequence): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  208. def error_=(p: CharSequence): SAutoCompleteTextView

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

    Definition Classes
    EditText
  210. def extendedPaddingBottom: Int

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

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

    Definition Classes
    TextView
  213. def extractedText(p: ExtractedText): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  215. def extractedText_=(p: ExtractedText): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  216. def fadingEdgeLength(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  218. def fadingEdgeLength_=(p: Int): SAutoCompleteTextView

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

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

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

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

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

    Definition Classes
    TraitView
  224. def findFocus(): View

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

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

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

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

    Definition Classes
    View
  229. def focusable(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  231. def focusableInTouchMode(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  233. def focusableInTouchMode_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  234. def focusable_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    View
  236. def freezesText(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  238. def freezesText_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  239. def getAdapter(): ListAdapter

    Definition Classes
    AutoCompleteTextView
  240. def getAnimation(): Animation

    Definition Classes
    View
  241. def getApplicationWindowToken(): IBinder

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

    Definition Classes
    TextView
  243. def getBackground(): Drawable

    Definition Classes
    View
  244. def getBaseline(): Int

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

    Definition Classes
    View
  246. def getBottomFadingEdgeStrength(): Float

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

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

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

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

    Definition Classes
    TextView
  251. def getCompoundPaddingBottom(): Int

    Definition Classes
    TextView
  252. def getCompoundPaddingLeft(): Int

    Definition Classes
    TextView
  253. def getCompoundPaddingRight(): Int

    Definition Classes
    TextView
  254. def getCompoundPaddingTop(): Int

    Definition Classes
    TextView
  255. def getContentDescription(): CharSequence

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

    Definition Classes
    View
  257. def getContextMenuInfo(): ContextMenuInfo

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

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

    Definition Classes
    TextView
  260. def getDefaultEditable(): Boolean

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

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

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

    Definition Classes
    View
  264. def getDrawingCache(): Bitmap

    Definition Classes
    View
  265. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  266. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  268. def getDrawingTime(): Long

    Definition Classes
    View
  269. def getDropDownAnchor(): Int

    Definition Classes
    AutoCompleteTextView
  270. def getDropDownBackground(): Drawable

    Definition Classes
    AutoCompleteTextView
  271. def getDropDownHeight(): Int

    Definition Classes
    AutoCompleteTextView
  272. def getDropDownHorizontalOffset(): Int

    Definition Classes
    AutoCompleteTextView
  273. def getDropDownVerticalOffset(): Int

    Definition Classes
    AutoCompleteTextView
  274. def getDropDownWidth(): Int

    Definition Classes
    AutoCompleteTextView
  275. def getEditableText(): Editable

    Definition Classes
    TextView
  276. def getEllipsize(): TruncateAt

    Definition Classes
    TextView
  277. def getError(): CharSequence

    Definition Classes
    TextView
  278. def getExtendedPaddingBottom(): Int

    Definition Classes
    TextView
  279. def getExtendedPaddingTop(): Int

    Definition Classes
    TextView
  280. def getFilter(): Filter

    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView
  281. def getFilters(): Array[InputFilter]

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

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

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

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

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

    Definition Classes
    View
  287. def getGravity(): Int

    Definition Classes
    TextView
  288. def getHandler(): Handler

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

    Definition Classes
    View
  290. def getHint(): CharSequence

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

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

    Definition Classes
    View
  293. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  294. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
  296. def getImeActionId(): Int

    Definition Classes
    TextView
  297. def getImeActionLabel(): CharSequence

    Definition Classes
    TextView
  298. def getImeOptions(): Int

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

    Definition Classes
    TextView
  300. def getInputType(): Int

    Definition Classes
    TextView
  301. def getItemClickListener(): OnItemClickListener

    Definition Classes
    AutoCompleteTextView
  302. def getItemSelectedListener(): OnItemSelectedListener

    Definition Classes
    AutoCompleteTextView
  303. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  304. def getKeyDispatcherState(): DispatcherState

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

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

    Definition Classes
    TextView
  307. def getLayoutParams(): LayoutParams

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

    Definition Classes
    View
  309. def getLeftFadingEdgeStrength(): Float

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

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

    Definition Classes
    TextView
  312. def getLineCount(): Int

    Definition Classes
    TextView
  313. def getLineHeight(): Int

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

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

    Definition Classes
    TextView
  316. def getListSelection(): Int

    Definition Classes
    AutoCompleteTextView
  317. final def getLocalVisibleRect(arg0: Rect): Boolean

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

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

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

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

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

    Definition Classes
    TextView
  323. def getNextFocusDownId(): Int

    Definition Classes
    View
  324. def getNextFocusLeftId(): Int

    Definition Classes
    View
  325. def getNextFocusRightId(): Int

    Definition Classes
    View
  326. def getNextFocusUpId(): Int

    Definition Classes
    View
  327. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  328. def getOnItemClickListener(): OnItemClickListener

    Definition Classes
    AutoCompleteTextView
  329. def getOnItemSelectedListener(): OnItemSelectedListener

    Definition Classes
    AutoCompleteTextView
  330. def getPaddingBottom(): Int

    Definition Classes
    View
  331. def getPaddingLeft(): Int

    Definition Classes
    View
  332. def getPaddingRight(): Int

    Definition Classes
    View
  333. def getPaddingTop(): Int

    Definition Classes
    View
  334. def getPaint(): TextPaint

    Definition Classes
    TextView
  335. def getPaintFlags(): Int

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

    Definition Classes
    View
  337. def getPrivateImeOptions(): String

    Definition Classes
    TextView
  338. def getResources(): Resources

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

    Definition Classes
    View
  340. def getRightFadingEdgeStrength(): Float

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

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

    Definition Classes
    View
  343. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  346. def getSelectionEnd(): Int

    Definition Classes
    TextView
  347. def getSelectionStart(): Int

    Definition Classes
    TextView
  348. def getSolidColor(): Int

    Definition Classes
    View
  349. def getSuggestedMinimumHeight(): Int

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

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

    Definition Classes
    View
  352. def getTag(): AnyRef

    Definition Classes
    View
  353. def getText(): Editable

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

    Definition Classes
    TextView
  355. def getTextScaleX(): Float

    Definition Classes
    TextView
  356. def getTextSize(): Float

    Definition Classes
    TextView
  357. def getThreshold(): Int

    Definition Classes
    AutoCompleteTextView
  358. final def getTop(): Int

    Definition Classes
    View
  359. def getTopFadingEdgeStrength(): Float

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

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

    Definition Classes
    TextView
  362. def getTotalPaddingLeft(): Int

    Definition Classes
    TextView
  363. def getTotalPaddingRight(): Int

    Definition Classes
    TextView
  364. def getTotalPaddingTop(): Int

    Definition Classes
    TextView
  365. def getTouchDelegate(): TouchDelegate

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

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

    Definition Classes
    TextView
  368. def getTypeface(): Typeface

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

    Definition Classes
    TextView
  370. def getValidator(): Validator

    Definition Classes
    AutoCompleteTextView
  371. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  372. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  373. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  374. def getVisibility(): Int

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

    Definition Classes
    View
  376. def getWindowAttachCount(): Int

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

    Definition Classes
    View
  378. def getWindowVisibility(): Int

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

    Definition Classes
    View
  380. def gravity(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  382. def gravity_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  384. def hapticFeedbackEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  386. def hapticFeedbackEnabled_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    View
  388. def hasFocusable(): Boolean

    Definition Classes
    View
  389. def hasSelection(): Boolean

    Definition Classes
    TextView
  390. def hasWindowFocus(): Boolean

    Definition Classes
    View
  391. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  392. def height(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  394. def height_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  395. def highlightColor(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  397. def highlightColor_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  398. def hint(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  399. def hint(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  401. def hintTextColor(p: ColorStateList): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  402. def hintTextColor(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  404. def hintTextColor_=(p: ColorStateList): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  405. def hintTextColor_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  407. def hint_=(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  408. def hint_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  409. def horizontalFadingEdgeEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  411. def horizontalFadingEdgeEnabled_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  413. def horizontalScrollBarEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  415. def horizontalScrollBarEnabled_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  416. def horizontallyScrolling(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  418. def horizontallyScrolling_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  419. def id(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  421. def id_=(p: Int): SAutoCompleteTextView

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  424. def imeOptions(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  426. def imeOptions_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  427. def includeFontPadding(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  429. def includeFontPadding_=(p: Boolean): SAutoCompleteTextView

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

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

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  434. def inputExtras_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  435. def inputType(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  437. def inputType_=(p: Int): SAutoCompleteTextView

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

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

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

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

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

    Definition Classes
    View
  443. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  444. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  445. def isEnabled(): Boolean

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

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

    Definition Classes
    View
  448. def isFocused(): Boolean

    Definition Classes
    View
  449. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  450. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  451. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  452. def isInEditMode(): Boolean

    Definition Classes
    View
  453. def isInTouchMode(): Boolean

    Definition Classes
    View
  454. def isInputMethodTarget(): Boolean

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

    Definition Classes
    Any
  456. def isLayoutRequested(): Boolean

    Definition Classes
    View
  457. def isLongClickable(): Boolean

    Definition Classes
    View
  458. def isOpaque(): Boolean

    Definition Classes
    View
  459. def isPaddingOffsetRequired(): Boolean

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

    Definition Classes
    AutoCompleteTextView
  461. def isPopupShowing(): Boolean

    Definition Classes
    AutoCompleteTextView
  462. def isPressed(): Boolean

    Definition Classes
    View
  463. def isSaveEnabled(): Boolean

    Definition Classes
    View
  464. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  465. def isSelected(): Boolean

    Definition Classes
    View
  466. def isShown(): Boolean

    Definition Classes
    View
  467. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  468. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  469. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  470. def itemClickListener: OnItemClickListener

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  471. def itemSelectedListener: OnItemSelectedListener

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  472. def keepScreenOn(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  474. def keepScreenOn_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  476. def keyListener(p: KeyListener): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  478. def keyListener_=(p: KeyListener): SAutoCompleteTextView

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

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

    Definition Classes
    View
  481. def layoutParams(p: LayoutParams): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  483. def layoutParams_=(p: LayoutParams): SAutoCompleteTextView

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

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

    Definition Classes
    TextView
  486. def lineCount: Int

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  488. def lines(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  490. def lines_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  491. def linkTextColor(p: ColorStateList): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  492. def linkTextColor(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  494. def linkTextColor_=(p: ColorStateList): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  495. def linkTextColor_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  497. def linksClickable(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  499. def linksClickable_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  500. def listSelection(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  501. def listSelection: Int

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  502. def listSelection_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  503. def longClickable(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  505. def longClickable_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  506. def marqueeRepeatLimit(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  508. def marqueeRepeatLimit_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  509. def maxEms(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  511. def maxEms_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  512. def maxHeight(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  514. def maxHeight_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  515. def maxLines(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  517. def maxLines_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  518. def maxWidth(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  520. def maxWidth_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    View
  522. def measuredHeight: Int

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  524. def minEms(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  526. def minEms_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  527. def minHeight(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  529. def minHeight_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  530. def minLines(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  532. def minLines_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  533. def minWidth(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  535. def minWidth_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  536. def minimumHeight(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  538. def minimumHeight_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  539. def minimumWidth(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  541. def minimumWidth_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TextView
  543. def movementMethod(p: MovementMethod): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  545. def movementMethod_=(p: MovementMethod): SAutoCompleteTextView

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

    Definition Classes
    AnyRef
  547. def nextFocusDownId(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  549. def nextFocusDownId_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  550. def nextFocusLeftId(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  552. def nextFocusLeftId_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  553. def nextFocusRightId(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  555. def nextFocusRightId_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  556. def nextFocusUpId(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  558. def nextFocusUpId_=(p: Int): SAutoCompleteTextView

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

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

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

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

    Definition Classes
    View
  563. def onAnimationEnd(): Unit

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

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

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

    Definition Classes
    TextView
  567. def onCheckIsTextEditor(): Boolean

    Definition Classes
    TextView → View
  568. def onClick(f: ⇒ Unit): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  570. def onClickListener(p: OnClickListener): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  572. def onClickListener_=(p: OnClickListener): SAutoCompleteTextView

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

    Definition Classes
    AutoCompleteTextView → TextView
  574. def onConfigurationChanged(arg0: Configuration): Unit

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  579. def onCreateContextMenuListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  580. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  581. def onCreateDrawableState(arg0: Int): Array[Int]

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView → View
  585. def onDraw(arg0: Canvas): Unit

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

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

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

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

    Definition Classes
    TextView
  590. def onEditorActionListener(p: OnEditorActionListener): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  591. def onEditorActionListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  592. def onEditorActionListener_=(p: OnEditorActionListener): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  593. def onEndBatchEdit(): Unit

    Definition Classes
    TextView
  594. def onFilterComplete(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView → FilterListener
  595. def onFinishInflate(): Unit

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

    Definition Classes
    TextView → View
  597. def onFocusChange(f: ⇒ Unit): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  599. def onFocusChangeListener(p: OnFocusChangeListener): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  601. def onFocusChangeListener_=(p: OnFocusChangeListener): SAutoCompleteTextView

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

    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView → TextView → View
  603. def onItemClick(f: ⇒ Unit): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  604. def onItemClick(f: (AdapterView[_], View, Int, Long) ⇒ Unit): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  605. def onItemClickListener(p: OnItemClickListener): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  606. def onItemClickListener: OnItemClickListener

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  607. def onItemClickListener_=(p: OnItemClickListener): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  608. def onItemSelected(f: ⇒ Unit): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  609. def onItemSelected(f: (AdapterView[_], View, Int, Long) ⇒ Unit): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  610. def onItemSelectedListener(p: OnItemSelectedListener): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  611. def onItemSelectedListener: OnItemSelectedListener

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  612. def onItemSelectedListener_=(p: OnItemSelectedListener): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  613. def onKey(f: ⇒ Boolean): SAutoCompleteTextView

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

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

    Definition Classes
    AutoCompleteTextView → TextView → View → Callback
  616. def onKeyListener(p: OnKeyListener): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  618. def onKeyListener_=(p: OnKeyListener): SAutoCompleteTextView

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  627. def onLongClickListener(p: OnLongClickListener): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  629. def onLongClickListener_=(p: OnLongClickListener): SAutoCompleteTextView

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

    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  631. def onNothingSelected(f: ⇒ Unit): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  632. def onNothingSelected(f: (AdapterView[_]) ⇒ Unit): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  633. def onPreDraw(): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    TextView → View
  642. def onTextChanged(f: ⇒ Unit): SAutoCompleteTextView

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

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

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

    Definition Classes
    TextView
  646. def onTouch(f: ⇒ Boolean): SAutoCompleteTextView

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

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

    Definition Classes
    TextView → View
  649. def onTouchListener(p: OnTouchListener): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  651. def onTouchListener_=(p: OnTouchListener): SAutoCompleteTextView

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  656. def padding: Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  657. def padding(p: Int): SAutoCompleteTextView

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  662. def padding_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  664. def paintFlags(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  666. def paintFlags_=(p: Int): SAutoCompleteTextView

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

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

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

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

    Definition Classes
    View
  671. def performCompletion(): Unit

    Definition Classes
    AutoCompleteTextView
  672. def performFiltering(arg0: CharSequence, arg1: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView
  673. def performHapticFeedback(arg0: Int, arg1: Int): Boolean

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

    Definition Classes
    View
  675. def performLongClick(): Boolean

    Definition Classes
    TextView → View
  676. def performValidation(): Unit

    Definition Classes
    AutoCompleteTextView
  677. def playSoundEffect(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  681. def postInvalidate(): Unit

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

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

    Definition Classes
    View
  684. def pressed(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  686. def pressed_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  687. def privateImeOptions(p: String): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  689. def privateImeOptions_=(p: String): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  690. def rawInputType(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  692. def rawInputType_=(p: Int): SAutoCompleteTextView

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

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

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

    Definition Classes
    TextView
  696. def replaceText(arg0: CharSequence): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView
  697. def requestFocus(arg0: Int, arg1: Rect): Boolean

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

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

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

    Definition Classes
    View
  701. def requestLayout(): Unit

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

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

    Definition Classes
    View
  704. def resources: Resources

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

    Definition Classes
    View
  706. def right: Int

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  708. def saveEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  710. def saveEnabled_=(p: Boolean): SAutoCompleteTextView

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

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

    Definition Classes
    View → Callback
  713. def scrollBarStyle(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  715. def scrollBarStyle_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    View
  717. def scrollContainer(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  719. def scrollContainer_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    View
  721. def scrollX: Int

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  723. def scrollbarFadingEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  725. def scrollbarFadingEnabled_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  726. def scroller(p: Scroller): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  728. def scroller_=(p: Scroller): SAutoCompleteTextView

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

    Definition Classes
    EditText
  730. def selectAllOnFocus(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  732. def selectAllOnFocus_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  733. def selected(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  735. def selected_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  736. def selection(p: Int): SAutoCompleteTextView

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

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  740. def selection_=(p: Int): SAutoCompleteTextView

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

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

    Definition Classes
    View → AccessibilityEventSource
  743. def setAdapter[T <: ListAdapter with Filterable](arg0: T): Unit

    Definition Classes
    AutoCompleteTextView
  744. def setAnimation(arg0: Animation): Unit

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

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

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

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

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

    Definition Classes
    View
  750. def setCompletionHint(arg0: CharSequence): Unit

    Definition Classes
    AutoCompleteTextView
  751. def setCompoundDrawablePadding(arg0: Int): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    View
  760. def setDropDownAnchor(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  761. def setDropDownBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    AutoCompleteTextView
  762. def setDropDownBackgroundResource(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  763. def setDropDownHeight(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  764. def setDropDownHorizontalOffset(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  765. def setDropDownVerticalOffset(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  766. def setDropDownWidth(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  767. def setDuplicateParentStateEnabled(arg0: Boolean): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  806. def setListSelection(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  807. def setLongClickable(arg0: Boolean): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AutoCompleteTextView → View
  826. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

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

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

    Definition Classes
    View
  829. def setOnItemClickListener(arg0: OnItemClickListener): Unit

    Definition Classes
    AutoCompleteTextView
  830. def setOnItemSelectedListener(arg0: OnItemSelectedListener): Unit

    Definition Classes
    AutoCompleteTextView
  831. def setOnKeyListener(arg0: OnKeyListener): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  850. def setSingleLine(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextView
  868. def setThreshold(arg0: Int): Unit

    Definition Classes
    AutoCompleteTextView
  869. def setTouchDelegate(arg0: TouchDelegate): Unit

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

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

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

    Definition Classes
    TextView
  873. def setValidator(arg0: Validator): Unit

    Definition Classes
    AutoCompleteTextView
  874. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

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

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

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

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

    Definition Classes
    View
  880. def showContextMenu(): Boolean

    Definition Classes
    View
  881. def showDropDown(): Unit

    Definition Classes
    AutoCompleteTextView
  882. def singleLine(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  884. def singleLine_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  886. def soundEffectsEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  888. def soundEffectsEnabled_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  889. def spannableFactory(p: Factory): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  891. def spannableFactory_=(p: Factory): SAutoCompleteTextView

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

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

    Definition Classes
    AnyRef
  894. def tag(p: Any): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  896. def tag_=(p: Any): SAutoCompleteTextView

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

    Definition Classes
    TraitEditTextTraitTextView
    Annotations
    @inline()
  898. def text(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  899. def text(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  900. def textColor(p: ColorStateList): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  901. def textColor(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  903. def textColor_=(p: ColorStateList): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  904. def textColor_=(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  906. def textKeepState(p: CharSequence): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  908. def textKeepState_=(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  909. def textScaleX(p: Float): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  911. def textScaleX_=(p: Float): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  912. def textSize(p: Float): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  914. def textSize_=(p: Float): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  915. def text_=(p: CharSequence): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  916. def text_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  917. def threshold(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  918. def threshold: Int

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  919. def threshold_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  920. def toString(): String

    Definition Classes
    AnyRef → Any
  921. def top: Int

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

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

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  926. def touchDelegate(p: TouchDelegate): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  928. def touchDelegate_=(p: TouchDelegate): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  930. def transformationMethod(p: TransformationMethod): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  932. def transformationMethod_=(p: TransformationMethod): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  933. def typeface(p: Typeface): SAutoCompleteTextView

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  935. def typeface_=(p: Typeface): SAutoCompleteTextView

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

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

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

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

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  940. def validator(p: Validator): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  941. def validator: Validator

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  942. def validator_=(p: Validator): SAutoCompleteTextView

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  943. def verifyDrawable(arg0: Drawable): Boolean

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  946. def verticalFadingEdgeEnabled_=(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  948. def verticalScrollBarEnabled(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  950. def verticalScrollBarEnabled_=(p: Boolean): SAutoCompleteTextView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  953. def visibility(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  955. def visibility_=(p: Int): SAutoCompleteTextView

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  959. def width(p: Int): SAutoCompleteTextView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  961. def width_=(p: Int): SAutoCompleteTextView

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  962. def willNotCacheDrawing(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    View
  964. def willNotCacheDrawing_=(p: Boolean): SAutoCompleteTextView

    Definition Classes
    TraitView
    Annotations
    @inline()
  965. def willNotDraw(p: Boolean): SAutoCompleteTextView

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

    Definition Classes
    View
  967. def willNotDraw_=(p: Boolean): SAutoCompleteTextView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from ConstantsSupport

Inherited from AutoCompleteTextView

Inherited from FilterListener

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