Class/Object

org.scaloid.common

SAutoCompleteTextView

Related Docs: object SAutoCompleteTextView | package common

Permalink

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], PressAndHoldable[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. PressAndHoldable
  7. ConstantsSupport
  8. AutoCompleteTextView
  9. FilterListener
  10. EditText
  11. TextView
  12. OnPreDrawListener
  13. View
  14. AccessibilityEventSource
  15. Callback
  16. Callback
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

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

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

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

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

    Permalink

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Permalink
    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
  7. val NONE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  8. val TEXT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  9. val TEXT_AUTO_COMPLETE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_CORRECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  11. val TEXT_CAP_CHARACTERS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_SENTENCES: Int

    Permalink
    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_WORDS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  14. val TEXT_EMAIL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_SUBJECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  16. val TEXT_IME_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  17. val TEXT_LONG_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  18. val TEXT_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  19. val TEXT_NO_SUGGESTIONS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  20. val TEXT_PASSWORD: Int

    Permalink
    Definition Classes
    ConstantsSupport
  21. val TEXT_PERSON_NAME: Int

    Permalink
    Definition Classes
    ConstantsSupport
  22. val TEXT_POSTAL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  23. val TEXT_SHORT_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  24. val TEXT_URI: Int

    Permalink
    Definition Classes
    ConstantsSupport
  25. val WRAP_CONTENT: Int

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getAccessibilityNodeProvider()

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

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Permalink

    Shortcut for isActivated()

    Shortcut for isActivated()

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

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  33. def adapter[T <: ListAdapter with Filterable](p: T): SAutoCompleteTextView

    Permalink

    Shortcut for setAdapter(T)

    Shortcut for setAdapter(T)

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

    Permalink

    Shortcut for getAdapter()

    Shortcut for getAdapter()

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

    Permalink

    Shortcut for setAdapter(T)

    Shortcut for setAdapter(T)

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  43. def afterTextChanged[U](f: ⇒ U): SAutoCompleteTextView

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

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  45. def allCaps(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

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

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

    Permalink

    Shortcut for setAllCaps(boolean)

    Shortcut for setAllCaps(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  48. def alpha(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  50. def alpha_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink
    Definition Classes
    View
  52. def animation(p: Animation): SAutoCompleteTextView

    Permalink

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

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

    Permalink

    Shortcut for getAnimation()

    Shortcut for getAnimation()

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

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    TextView
  58. def applicationWindowToken: IBinder

    Permalink

    Shortcut for getApplicationWindowToken()

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

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

    Permalink

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

    Permalink

    Shortcut for getAutoLinkMask()

    Shortcut for getAutoLinkMask()

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

    Permalink

    Shortcut for setAutoLinkMask(int)

    Shortcut for setAutoLinkMask(int)

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

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

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

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

    Permalink

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  67. def background(p: Drawable): SAutoCompleteTextView

    Permalink

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  75. def background_=(p: Drawable): SAutoCompleteTextView

    Permalink

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

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

    Permalink

    Shortcut for getBaseline()

    Shortcut for getBaseline()

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

    Permalink
  78. def beforeTextChanged[U](f: ⇒ U): SAutoCompleteTextView

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

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

    Permalink
    Definition Classes
    TextView
  81. def bottom(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Permalink

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def bottom_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  90. def cameraDistance(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setCameraDistance(float)

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

    Permalink

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  92. def cameraDistance_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setCameraDistance(float)

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

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

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

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

    Permalink
    Definition Classes
    View
  97. def clearAnimation(): Unit

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

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

    Permalink
    Definition Classes
    View
  100. def clearListSelection(): Unit

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

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink

    Shortcut for isClickable()

    Shortcut for isClickable()

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

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

    Permalink

    Shortcut for setCompletionHint(java.lang.CharSequence)

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  106. def completionHint: CharSequence

    Permalink

    Shortcut for getCompletionHint()

    Shortcut for getCompletionHint()

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

    Permalink

    Shortcut for setCompletionHint(java.lang.CharSequence)

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

    Permalink

    Shortcut for setCompoundDrawablePadding(int)

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

    Permalink

    Shortcut for getCompoundDrawablePadding()

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

    Permalink

    Shortcut for setCompoundDrawablePadding(int)

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

    Permalink

    Shortcut for getCompoundDrawables()

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

    Permalink

    Shortcut for getCompoundPaddingBottom()

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

    Permalink

    Shortcut for getCompoundPaddingLeft()

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

    Permalink

    Shortcut for getCompoundPaddingRight()

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

    Permalink

    Shortcut for getCompoundPaddingTop()

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContentDescription()

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

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContext()

    Shortcut for getContext()

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView
  128. def createAccessibilityNodeInfo(): AccessibilityNodeInfo

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

    Permalink
    Definition Classes
    View
  130. def currentHintTextColor: Int

    Permalink

    Shortcut for getCurrentHintTextColor()

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

    Permalink

    Shortcut for getCurrentTextColor()

    Shortcut for getCurrentTextColor()

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

    Permalink

    Shortcut for setCursorVisible(boolean)

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

    Permalink

    Shortcut for isCursorVisible()

    Shortcut for isCursorVisible()

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

    Permalink

    Shortcut for setCursorVisible(boolean)

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

    Permalink

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

  136. def customSelectionActionModeCallback: Callback

    Permalink

    Shortcut for getCustomSelectionActionModeCallback()

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

    Permalink

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

  138. def debug(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  180. def drawableBottom(img: Drawable): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitTextView
  181. def drawableLeft(img: Drawable): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitTextView
  182. def drawableRight(img: Drawable): SAutoCompleteTextView

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

    Permalink

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

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

    Permalink
    Definition Classes
    TraitTextView
  186. def drawingCache: Bitmap

    Permalink

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

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

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for getDrawingCacheBackgroundColor()

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

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for isDrawingCacheEnabled()

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

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingCacheQuality()

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

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

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

    Permalink

    Shortcut for setDropDownAnchor(int)

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

    Permalink

    Shortcut for getDropDownAnchor()

    Shortcut for getDropDownAnchor()

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

    Permalink

    Shortcut for setDropDownAnchor(int)

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

    Permalink

    Shortcut for getDropDownBackground()

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

    Permalink

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

  202. def dropDownBackgroundDrawable(implicit no: NoGetterForThisProperty): Nothing

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

    Permalink

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

  204. def dropDownBackgroundResource(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setDropDownBackgroundResource(int)

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

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

    Permalink

    Shortcut for setDropDownBackgroundResource(int)

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

    Permalink

    Shortcut for setDropDownHeight(int)

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

    Permalink

    Shortcut for getDropDownHeight()

    Shortcut for getDropDownHeight()

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

    Permalink

    Shortcut for setDropDownHeight(int)

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

    Permalink

    Shortcut for setDropDownHorizontalOffset(int)

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

    Permalink

    Shortcut for getDropDownHorizontalOffset()

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

    Permalink

    Shortcut for setDropDownHorizontalOffset(int)

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

    Permalink

    Shortcut for setDropDownVerticalOffset(int)

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

    Permalink

    Shortcut for getDropDownVerticalOffset()

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

    Permalink

    Shortcut for setDropDownVerticalOffset(int)

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

    Permalink

    Shortcut for setDropDownWidth(int)

    Shortcut for setDropDownWidth(int)

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

    Permalink

    Shortcut for getDropDownWidth()

    Shortcut for getDropDownWidth()

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

    Permalink

    Shortcut for setDropDownWidth(int)

    Shortcut for setDropDownWidth(int)

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

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

    Shortcut for isDuplicateParentStateEnabled()

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

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getEditableText()

    Shortcut for getEditableText()

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

    Permalink

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

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

    Permalink

    Shortcut for getEllipsize()

    Shortcut for getEllipsize()

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

    Permalink

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

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

    Permalink

    Shortcut for setEms(int)

    Shortcut for setEms(int)

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

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

    Permalink

    Shortcut for setEms(int)

    Shortcut for setEms(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  232. def enable(): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  233. def enableDrawingCache(): SAutoCompleteTextView

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  239. def enableSaveFromParent(): SAutoCompleteTextView

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

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

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

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

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

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink
    Definition Classes
    TextView
  248. def enoughToFilter(): Boolean

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

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

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

    Permalink

    Shortcut for setError(java.lang.CharSequence)

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

    Permalink

    Shortcut for getError()

    Shortcut for getError()

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

    Permalink

    Shortcut for setError(java.lang.CharSequence)

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

    Permalink
    Definition Classes
    EditText
  255. def extendedPaddingBottom: Int

    Permalink

    Shortcut for getExtendedPaddingBottom()

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

    Permalink

    Shortcut for getExtendedPaddingTop()

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

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

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

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  265. def filterTouchesWhenObscured(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  267. def filterTouchesWhenObscured_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

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

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

    Permalink

    Shortcut for getFilters()

    Shortcut for getFilters()

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

    Permalink

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

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  280. def fitsSystemWindows_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

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

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink

    Shortcut for isFocusable()

    Shortcut for isFocusable()

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

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

    Permalink

    Shortcut for isFocusableInTouchMode()

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

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

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

    Permalink

    Shortcut for setFreezesText(boolean)

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

    Permalink

    Shortcut for getFreezesText()

    Shortcut for getFreezesText()

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

    Permalink

    Shortcut for setFreezesText(boolean)

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

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

    Permalink
    Definition Classes
    View
  294. def getAdapter(): ListAdapter

    Permalink
    Definition Classes
    AutoCompleteTextView
  295. def getAlpha(): Float

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  306. def getCompletionHint(): CharSequence

    Permalink
    Definition Classes
    AutoCompleteTextView
  307. def getCompoundDrawablePadding(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  328. def getDropDownAnchor(): Int

    Permalink
    Definition Classes
    AutoCompleteTextView
  329. def getDropDownBackground(): Drawable

    Permalink
    Definition Classes
    AutoCompleteTextView
  330. def getDropDownHeight(): Int

    Permalink
    Definition Classes
    AutoCompleteTextView
  331. def getDropDownHorizontalOffset(): Int

    Permalink
    Definition Classes
    AutoCompleteTextView
  332. def getDropDownVerticalOffset(): Int

    Permalink
    Definition Classes
    AutoCompleteTextView
  333. def getDropDownWidth(): Int

    Permalink
    Definition Classes
    AutoCompleteTextView
  334. def getEditableText(): Editable

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

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

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

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

    Permalink
    Definition Classes
    TextView
  339. def getFilter(): Filter

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView
  340. def getFilterTouchesWhenObscured(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  381. def getListSelection(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  410. def getOnItemClickListener(): OnItemClickListener

    Permalink
    Definition Classes
    AutoCompleteTextView
  411. def getOnItemSelectedListener(): OnItemSelectedListener

    Permalink
    Definition Classes
    AutoCompleteTextView
  412. def getOverScrollMode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
    Annotations
    @ExportedProperty()
  456. def getThreshold(): Int

    Permalink
    Definition Classes
    AutoCompleteTextView
  457. final def getTop(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  471. def getValidator(): Validator

    Permalink
    Definition Classes
    AutoCompleteTextView
  472. def getVerticalFadingEdgeLength(): Int

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  485. def gravity(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Permalink

    Shortcut for getGravity()

    Shortcut for getGravity()

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

    Permalink

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

    Permalink

    Shortcut for getHandler()

    Shortcut for getHandler()

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

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Permalink

    Shortcut for isHapticFeedbackEnabled()

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

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

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

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

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

    Permalink
    Definition Classes
    TextView
  497. def hasTransientState(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

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

    Permalink

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

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

    Permalink

    Shortcut for getHeight()

    Shortcut for getHeight()

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

    Permalink

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

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

    Permalink

    Place the widget into a ViewGroup.

    Place the widget into a ViewGroup.

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

    Permalink

    Place the widget into a ViewGroup, without applying styles.

    Place the widget into a ViewGroup, without applying styles.

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

    Permalink

    Shortcut for setHighlightColor(int)

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

    Permalink

    Shortcut for getHighlightColor()

    Shortcut for getHighlightColor()

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

    Permalink

    Shortcut for setHighlightColor(int)

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

    Permalink

    Shortcut for setHint(java.lang.CharSequence)

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

    Permalink

    Shortcut for setHint(int)

    Shortcut for setHint(int)

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

    Permalink

    Shortcut for getHint()

    Shortcut for getHint()

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

    Permalink

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

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

    Permalink

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

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

    Permalink

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

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

    Permalink

    Shortcut for setHintTextColor(int)

    Shortcut for setHintTextColor(int)

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

    Permalink

    Shortcut for getHintTextColors()

    Shortcut for getHintTextColors()

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

    Permalink

    Shortcut for setHint(java.lang.CharSequence)

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

    Permalink

    Shortcut for setHint(int)

    Shortcut for setHint(int)

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

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalFadingEdgeEnabled()

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

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getHorizontalFadingEdgeLength()

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

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalScrollBarEnabled()

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

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for setHorizontallyScrolling(boolean)

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

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

    Permalink

    Shortcut for setHorizontallyScrolling(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  531. def hovered(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Permalink

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  533. def hovered_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  534. def id(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getId()

    Shortcut for getId()

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

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getImeActionId()

    Shortcut for getImeActionId()

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

    Permalink

    Shortcut for getImeActionLabel()

    Shortcut for getImeActionLabel()

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

    Permalink

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

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

    Permalink

    Shortcut for getImeOptions()

    Shortcut for getImeOptions()

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

    Permalink

    Shortcut for setImeOptions(int)

    Shortcut for setImeOptions(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  542. def importantForAccessibility(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

    Permalink

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  544. def importantForAccessibility_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  545. def includeFontPadding(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setIncludeFontPadding(boolean)

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

    Permalink

    Shortcut for getIncludeFontPadding()

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

    Permalink

    Shortcut for setIncludeFontPadding(boolean)

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

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

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

    Permalink

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

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

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

    Permalink

    Shortcut for setInputExtras(int)

    Shortcut for setInputExtras(int)

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

    Permalink

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

    Permalink

    Shortcut for getInputType()

    Shortcut for getInputType()

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

    Permalink

    Shortcut for setInputType(int)

    Shortcut for setInputType(int)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AutoCompleteTextView
  584. def isPopupShowing(): Boolean

    Permalink
    Definition Classes
    AutoCompleteTextView
  585. def isPressed(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextView → View
  598. def keepScreenOn(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

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

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeyDispatcherState()

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

    Permalink

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

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

    Permalink

    Shortcut for getKeyListener()

    Shortcut for getKeyListener()

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

    Permalink

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

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

    Permalink

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Permalink

    Shortcut for getLayout()

    Shortcut for getLayout()

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

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

    Permalink

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

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

    Permalink

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  611. def left(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  613. def left_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink
    Definition Classes
    TextView
  615. def lineCount: Int

    Permalink

    Shortcut for getLineCount()

    Shortcut for getLineCount()

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

    Permalink

    Shortcut for getLineHeight()

    Shortcut for getLineHeight()

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

    Permalink

    Shortcut for getLineSpacingExtra()

    Shortcut for getLineSpacingExtra()

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

    Permalink

    Shortcut for getLineSpacingMultiplier()

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

    Permalink

    Shortcut for setLines(int)

    Shortcut for setLines(int)

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

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

    Permalink

    Shortcut for setLines(int)

    Shortcut for setLines(int)

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

    Permalink

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

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

    Permalink

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

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

    Permalink

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

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

    Permalink

    Shortcut for setLinkTextColor(int)

    Shortcut for setLinkTextColor(int)

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

    Permalink

    Shortcut for getLinkTextColors()

    Shortcut for getLinkTextColors()

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

    Permalink

    Shortcut for setLinksClickable(boolean)

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

    Permalink

    Shortcut for getLinksClickable()

    Shortcut for getLinksClickable()

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

    Permalink

    Shortcut for setLinksClickable(boolean)

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

    Permalink

    Shortcut for setListSelection(int)

    Shortcut for setListSelection(int)

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

    Permalink

    Shortcut for getListSelection()

    Shortcut for getListSelection()

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

    Permalink

    Shortcut for setListSelection(int)

    Shortcut for setListSelection(int)

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

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

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

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for setMarqueeRepeatLimit(int)

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

    Permalink

    Shortcut for getMarqueeRepeatLimit()

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

    Permalink

    Shortcut for setMarqueeRepeatLimit(int)

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

    Permalink

    Shortcut for getMatrix()

    Shortcut for getMatrix()

    Definition Classes
    TraitView
    Annotations
    @inline()
  641. def maxEms(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

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

    Permalink

    Shortcut for getMaxEms()

    Shortcut for getMaxEms()

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

    Permalink

    Shortcut for setMaxEms(int)

    Shortcut for setMaxEms(int)

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

    Permalink

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

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

    Permalink

    Shortcut for getMaxHeight()

    Shortcut for getMaxHeight()

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

    Permalink

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

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

    Permalink

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

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

    Permalink

    Shortcut for getMaxLines()

    Shortcut for getMaxLines()

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

    Permalink

    Shortcut for setMaxLines(int)

    Shortcut for setMaxLines(int)

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

    Permalink

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Permalink

    Shortcut for getMaxWidth()

    Shortcut for getMaxWidth()

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

    Permalink

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Permalink
    Definition Classes
    View
  654. def measuredHeight: Int

    Permalink

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Permalink

    Shortcut for getMeasuredHeightAndState()

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

    Permalink

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Permalink

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Permalink

    Shortcut for getMeasuredWidthAndState()

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

    Permalink

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

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

    Permalink

    Shortcut for getMinEms()

    Shortcut for getMinEms()

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

    Permalink

    Shortcut for setMinEms(int)

    Shortcut for setMinEms(int)

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

    Permalink

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

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

    Permalink

    Shortcut for getMinHeight()

    Shortcut for getMinHeight()

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

    Permalink

    Shortcut for setMinHeight(int)

    Shortcut for setMinHeight(int)

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

    Permalink

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

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

    Permalink

    Shortcut for getMinLines()

    Shortcut for getMinLines()

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

    Permalink

    Shortcut for setMinLines(int)

    Shortcut for setMinLines(int)

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

    Permalink

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

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

    Permalink

    Shortcut for getMinWidth()

    Shortcut for getMinWidth()

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

    Permalink

    Shortcut for setMinWidth(int)

    Shortcut for setMinWidth(int)

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

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

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

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

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

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

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

    Permalink

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

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

    Permalink

    Shortcut for getMovementMethod()

    Shortcut for getMovementMethod()

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

    Permalink

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

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

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

    Permalink

    Shortcut for setNextFocusDownId(int)

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

    Permalink

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

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

    Permalink

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  685. def nextFocusForwardId(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  687. def nextFocusForwardId_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

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

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

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

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Permalink

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

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

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink
    Definition Classes
    AutoCompleteTextView → TextView
  712. def onCommitCorrection(arg0: CorrectionInfo): Unit

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView → View
  724. def onDrag(f: ⇒ Boolean): SAutoCompleteTextView

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

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

    Permalink
    Definition Classes
    TextView → View
  727. def onDragListener(p: OnDragListener): SAutoCompleteTextView

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

  738. def onEndBatchEdit(): Unit

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

    Permalink
    Definition Classes
    AutoCompleteTextView → FilterListener
  740. def onFilterTouchEventForSecurity(arg0: MotionEvent): Boolean

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

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

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getOnFocusChangeListener()

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

    Permalink

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

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

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

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

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

    Permalink
    Definition Classes
    TextView → View
  752. def onGenericMotionListener(p: OnGenericMotionListener): SAutoCompleteTextView

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  755. def onHover(f: ⇒ Boolean): SAutoCompleteTextView

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

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

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

    Permalink
    Definition Classes
    View
  759. def onHoverListener(p: OnHoverListener): SAutoCompleteTextView

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    EditText → TextView → View
  764. def onItemClick[U](f: ⇒ U): SAutoCompleteTextView

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

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

    Permalink

    Shortcut for setOnItemClickListener(android.widget.AdapterView.OnItemClickListener)

  767. def onItemClickListener: OnItemClickListener

    Permalink

    Shortcut for getOnItemClickListener()

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

    Permalink

    Shortcut for setOnItemClickListener(android.widget.AdapterView.OnItemClickListener)

  769. def onItemSelected[U](f: ⇒ U): SAutoCompleteTextView

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

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

    Permalink

    Shortcut for setOnItemSelectedListener(android.widget.AdapterView.OnItemSelectedListener)

  772. def onItemSelectedListener: OnItemSelectedListener

    Permalink

    Shortcut for getOnItemSelectedListener()

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

    Permalink

    Shortcut for setOnItemSelectedListener(android.widget.AdapterView.OnItemSelectedListener)

  774. def onKey(f: ⇒ Boolean): SAutoCompleteTextView

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  795. def onNothingSelected[U](f: (AdapterView[_]) ⇒ U): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  796. def onOverScrolled(arg0: Int, arg1: Int, arg2: Boolean, arg3: Boolean): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  811. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SAutoCompleteTextView

    Permalink

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

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

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

    Permalink

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

  814. def onTextChanged[U](f: ⇒ U): SAutoCompleteTextView

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

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink
    Definition Classes
    TextView → View
  825. def onViewAttachedToWindow[U](f: ⇒ U): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  826. def onViewAttachedToWindow[U](f: (View) ⇒ U): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  827. def onViewDetachedFromWindow[U](f: ⇒ U): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  828. def onViewDetachedFromWindow[U](f: (View) ⇒ U): SAutoCompleteTextView

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

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

    Permalink
    Definition Classes
    AutoCompleteTextView → TextView → View
  831. def onWindowSystemUiVisibilityChanged(arg0: Int): Unit

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  834. def overScrollMode(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setOverScrollMode(int)

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

    Permalink

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  836. def overScrollMode_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setOverScrollMode(int)

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

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

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

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

    Permalink

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Permalink

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Permalink

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Permalink

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

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

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

    Permalink

    Shortcut for getPaint()

    Shortcut for getPaint()

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

    Permalink

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Permalink

    Shortcut for getPaintFlags()

    Shortcut for getPaintFlags()

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

    Permalink

    Shortcut for setPaintFlags(int)

    Shortcut for setPaintFlags(int)

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

    Permalink

    Shortcut for getParent()

    Shortcut for getParent()

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

    Permalink

    Shortcut for getParentForAccessibility()

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

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

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

    Permalink
    Definition Classes
    View
  854. def performClick(): Boolean

    Permalink
    Definition Classes
    View
  855. def performCompletion(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  859. def performLongClick(): Boolean

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

    Permalink
    Definition Classes
    AutoCompleteTextView
  861. def pivotX(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Permalink

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  863. def pivotX_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  864. def pivotY(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Permalink

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  866. def pivotY_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

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

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

    Permalink
    Definition Classes
    View
  870. def postInvalidate(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    View
  871. def postInvalidate(): Unit

    Permalink
    Definition Classes
    View
  872. def postInvalidateDelayed(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Definition Classes
    View
  873. def postInvalidateDelayed(arg0: Long): Unit

    Permalink
    Definition Classes
    View
  874. def postInvalidateOnAnimation(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    View
  875. def postInvalidateOnAnimation(): Unit

    Permalink
    Definition Classes
    View
  876. def postOnAnimation(arg0: Runnable): Unit

    Permalink
    Definition Classes
    View
  877. def postOnAnimationDelayed(arg0: Runnable, arg1: Long): Unit

    Permalink
    Definition Classes
    View
  878. def pressed(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  879. def pressed: Boolean

    Permalink

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  880. def pressed_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  881. def privateImeOptions(p: String): SAutoCompleteTextView

    Permalink

    Shortcut for setPrivateImeOptions(java.lang.String)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  882. def privateImeOptions: String

    Permalink

    Shortcut for getPrivateImeOptions()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  883. def privateImeOptions_=(p: String): SAutoCompleteTextView

    Permalink

    Shortcut for setPrivateImeOptions(java.lang.String)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  884. def rawInputType(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  885. def rawInputType(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  886. def rawInputType_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setRawInputType(int)

    Shortcut for setRawInputType(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  887. def refreshDrawableState(): Unit

    Permalink
    Definition Classes
    View
  888. def removeCallbacks(arg0: Runnable): Boolean

    Permalink
    Definition Classes
    View
  889. def removeOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

    Permalink
    Definition Classes
    View
  890. def removeOnLayoutChangeListener(arg0: OnLayoutChangeListener): Unit

    Permalink
    Definition Classes
    View
  891. def removeTextChangedListener(arg0: TextWatcher): Unit

    Permalink
    Definition Classes
    TextView
  892. def replaceText(arg0: CharSequence): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView
  893. def requestFitSystemWindows(): Unit

    Permalink
    Definition Classes
    View
  894. def requestFocus(arg0: Int, arg1: Rect): Boolean

    Permalink
    Definition Classes
    View
  895. final def requestFocus(arg0: Int): Boolean

    Permalink
    Definition Classes
    View
  896. final def requestFocus(): Boolean

    Permalink
    Definition Classes
    View
  897. final def requestFocusFromTouch(): Boolean

    Permalink
    Definition Classes
    View
  898. def requestLayout(): Unit

    Permalink
    Definition Classes
    View
  899. def requestRectangleOnScreen(arg0: Rect, arg1: Boolean): Boolean

    Permalink
    Definition Classes
    View
  900. def requestRectangleOnScreen(arg0: Rect): Boolean

    Permalink
    Definition Classes
    View
  901. def resetResolvedDrawables(): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  902. def resolveDrawables(): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    TextView
  903. def resources: Resources

    Permalink

    Shortcut for getResources()

    Shortcut for getResources()

    Definition Classes
    TraitView
    Annotations
    @inline()
  904. def restoreHierarchyState(arg0: SparseArray[Parcelable]): Unit

    Permalink
    Definition Classes
    View
  905. def right(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  906. def right: Int

    Permalink

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  907. def right_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  908. def rootView: View

    Permalink

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  909. def rotation(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  910. def rotation: Float

    Permalink

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  911. def rotationX(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  912. def rotationX: Float

    Permalink

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  913. def rotationX_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  914. def rotationY(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  915. def rotationY: Float

    Permalink

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  916. def rotationY_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  917. def rotation_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  918. def saveEnabled(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  919. def saveEnabled: Boolean

    Permalink

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  920. def saveEnabled_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  921. def saveFromParentEnabled(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  922. def saveFromParentEnabled: Boolean

    Permalink

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  923. def saveFromParentEnabled_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  924. def saveHierarchyState(arg0: SparseArray[Parcelable]): Unit

    Permalink
    Definition Classes
    View
  925. def scaleX(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  926. def scaleX: Float

    Permalink

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  927. def scaleX_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  928. def scaleY(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  929. def scaleY: Float

    Permalink

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  930. def scaleY_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  931. def scheduleDrawable(arg0: Drawable, arg1: Runnable, arg2: Long): Unit

    Permalink
    Definition Classes
    View → Callback
  932. def scrollBarDefaultDelayBeforeFade(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  933. def scrollBarDefaultDelayBeforeFade: Int

    Permalink

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  934. def scrollBarDefaultDelayBeforeFade_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  935. def scrollBarFadeDuration(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  936. def scrollBarFadeDuration: Int

    Permalink

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  937. def scrollBarFadeDuration_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  938. def scrollBarSize(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  939. def scrollBarSize: Int

    Permalink

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  940. def scrollBarSize_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  941. def scrollBarStyle(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarStyle(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  942. def scrollBarStyle: Int

    Permalink

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  943. def scrollBarStyle_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollBarStyle(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  944. def scrollBy(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    View
  945. def scrollContainer(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  946. def scrollContainer: Boolean

    Permalink

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  947. def scrollContainer_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  948. def scrollTo(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    View
  949. def scrollX(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  950. def scrollX: Int

    Permalink

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  951. def scrollX_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  952. def scrollY(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  953. def scrollY: Int

    Permalink

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  954. def scrollY_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  955. def scrollbarFadingEnabled(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  956. def scrollbarFadingEnabled: Boolean

    Permalink

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  957. def scrollbarFadingEnabled_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  958. def scroller(p: Scroller): SAutoCompleteTextView

    Permalink

    Shortcut for setScroller(android.widget.Scroller)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  959. def scroller(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  960. def scroller_=(p: Scroller): SAutoCompleteTextView

    Permalink

    Shortcut for setScroller(android.widget.Scroller)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  961. def selectAll(): Unit

    Permalink
    Definition Classes
    EditText
  962. def selectAllOnFocus(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSelectAllOnFocus(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  963. def selectAllOnFocus(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  964. def selectAllOnFocus_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSelectAllOnFocus(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  965. def selected(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  966. def selected: Boolean

    Permalink

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  967. def selected_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  968. def selection(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitEditText
    Annotations
    @inline()
  969. def selection(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitEditText
    Annotations
    @inline()
  970. def selectionEnd: Int

    Permalink

    Shortcut for getSelectionEnd()

    Shortcut for getSelectionEnd()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  971. def selectionStart: Int

    Permalink

    Shortcut for getSelectionStart()

    Shortcut for getSelectionStart()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  972. def selection_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitEditText
    Annotations
    @inline()
  973. def sendAccessibilityEvent(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView → View → AccessibilityEventSource
  974. def sendAccessibilityEventUnchecked(arg0: AccessibilityEvent): Unit

    Permalink
    Definition Classes
    View → AccessibilityEventSource
  975. def setAccessibilityDelegate(arg0: AccessibilityDelegate): Unit

    Permalink
    Definition Classes
    View
  976. def setActivated(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  977. def setAdapter[T <: ListAdapter with Filterable](arg0: T): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  978. def setAllCaps(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  979. def setAlpha(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  980. def setAnimation(arg0: Animation): Unit

    Permalink
    Definition Classes
    View
  981. final def setAutoLinkMask(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  982. def setBackground(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
  983. def setBackgroundColor(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  984. def setBackgroundResource(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  985. final def setBottom(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  986. def setCameraDistance(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  987. def setClickable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  988. def setCompletionHint(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  989. def setCompoundDrawablePadding(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  990. def setCompoundDrawables(arg0: Drawable, arg1: Drawable, arg2: Drawable, arg3: Drawable): Unit

    Permalink
    Definition Classes
    TextView
  991. def setCompoundDrawablesWithIntrinsicBounds(arg0: Drawable, arg1: Drawable, arg2: Drawable, arg3: Drawable): Unit

    Permalink
    Definition Classes
    TextView
  992. def setCompoundDrawablesWithIntrinsicBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    TextView
  993. def setContentDescription(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    View
  994. def setCursorVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  995. def setCustomSelectionActionModeCallback(arg0: Callback): Unit

    Permalink
    Definition Classes
    TextView
  996. def setDrawingCacheBackgroundColor(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  997. def setDrawingCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  998. def setDrawingCacheQuality(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  999. def setDropDownAnchor(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1000. def setDropDownBackgroundDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1001. def setDropDownBackgroundResource(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1002. def setDropDownHeight(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1003. def setDropDownHorizontalOffset(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1004. def setDropDownVerticalOffset(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1005. def setDropDownWidth(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1006. def setDuplicateParentStateEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1007. final def setEditableFactory(arg0: Factory): Unit

    Permalink
    Definition Classes
    TextView
  1008. def setEllipsize(arg0: TruncateAt): Unit

    Permalink
    Definition Classes
    EditText → TextView
  1009. def setEms(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1010. def setEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView → View
  1011. def setError(arg0: CharSequence, arg1: Drawable): Unit

    Permalink
    Definition Classes
    TextView
  1012. def setError(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    TextView
  1013. def setExtractedText(arg0: ExtractedText): Unit

    Permalink
    Definition Classes
    TextView
  1014. def setFadingEdgeLength(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1015. def setFilterTouchesWhenObscured(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1016. def setFilters(arg0: Array[InputFilter]): Unit

    Permalink
    Definition Classes
    TextView
  1017. def setFitsSystemWindows(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1018. def setFocusable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1019. def setFocusableInTouchMode(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1020. def setFrame(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Boolean

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AutoCompleteTextView → TextView
  1021. def setFreezesText(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  1022. def setGravity(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1023. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1024. def setHasTransientState(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1025. def setHeight(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1026. def setHighlightColor(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1027. final def setHint(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1028. final def setHint(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    TextView
  1029. final def setHintTextColor(arg0: ColorStateList): Unit

    Permalink
    Definition Classes
    TextView
  1030. final def setHintTextColor(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1031. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1032. def setHorizontalScrollBarEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1033. def setHorizontallyScrolling(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  1034. def setHovered(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1035. def setId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1036. def setImeActionLabel(arg0: CharSequence, arg1: Int): Unit

    Permalink
    Definition Classes
    TextView
  1037. def setImeOptions(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1038. def setImportantForAccessibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1039. def setIncludeFontPadding(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  1040. def setInputExtras(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  1041. def setInputType(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1042. def setKeepScreenOn(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1043. def setKeyListener(arg0: KeyListener): Unit

    Permalink
    Definition Classes
    TextView
  1044. def setLayerType(arg0: Int, arg1: Paint): Unit

    Permalink
    Definition Classes
    View
  1045. def setLayoutParams(arg0: LayoutParams): Unit

    Permalink
    Definition Classes
    View
  1046. final def setLeft(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1047. def setLineSpacing(arg0: Float, arg1: Float): Unit

    Permalink
    Definition Classes
    TextView
  1048. def setLines(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1049. final def setLinkTextColor(arg0: ColorStateList): Unit

    Permalink
    Definition Classes
    TextView
  1050. final def setLinkTextColor(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1051. final def setLinksClickable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  1052. def setListSelection(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1053. def setLongClickable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1054. def setMarqueeRepeatLimit(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1055. def setMaxEms(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1056. def setMaxHeight(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1057. def setMaxLines(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1058. def setMaxWidth(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1059. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  1060. def setMinEms(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1061. def setMinHeight(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1062. def setMinLines(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1063. def setMinWidth(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1064. def setMinimumHeight(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1065. def setMinimumWidth(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1066. final def setMovementMethod(arg0: MovementMethod): Unit

    Permalink
    Definition Classes
    TextView
  1067. def setNextFocusDownId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1068. def setNextFocusForwardId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1069. def setNextFocusLeftId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1070. def setNextFocusRightId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1071. def setNextFocusUpId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1072. def setOnClickListener(arg0: OnClickListener): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView → View
  1073. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Permalink
    Definition Classes
    View
  1074. def setOnDragListener(arg0: OnDragListener): Unit

    Permalink
    Definition Classes
    View
  1075. def setOnEditorActionListener(arg0: OnEditorActionListener): Unit

    Permalink
    Definition Classes
    TextView
  1076. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

    Permalink
    Definition Classes
    View
  1077. def setOnGenericMotionListener(arg0: OnGenericMotionListener): Unit

    Permalink
    Definition Classes
    View
  1078. def setOnHoverListener(arg0: OnHoverListener): Unit

    Permalink
    Definition Classes
    View
  1079. def setOnItemClickListener(arg0: OnItemClickListener): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1080. def setOnItemSelectedListener(arg0: OnItemSelectedListener): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1081. def setOnKeyListener(arg0: OnKeyListener): Unit

    Permalink
    Definition Classes
    View
  1082. def setOnLongClickListener(arg0: OnLongClickListener): Unit

    Permalink
    Definition Classes
    View
  1083. def setOnSystemUiVisibilityChangeListener(arg0: OnSystemUiVisibilityChangeListener): Unit

    Permalink
    Definition Classes
    View
  1084. def setOnTouchListener(arg0: OnTouchListener): Unit

    Permalink
    Definition Classes
    View
  1085. def setOverScrollMode(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1086. def setPadding(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    TextView → View
  1087. def setPaddingRelative(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    TextView
  1088. def setPaintFlags(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1089. def setPivotX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1090. def setPivotY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1091. def setPressed(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1092. def setPrivateImeOptions(arg0: String): Unit

    Permalink
    Definition Classes
    TextView
  1093. def setRawInputType(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1094. final def setRight(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1095. def setRotation(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1096. def setRotationX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1097. def setRotationY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1098. def setSaveEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1099. def setSaveFromParentEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1100. def setScaleX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1101. def setScaleY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1102. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1103. def setScrollBarFadeDuration(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1104. def setScrollBarSize(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1105. def setScrollBarStyle(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1106. def setScrollContainer(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1107. def setScrollX(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1108. def setScrollY(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1109. def setScrollbarFadingEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1110. def setScroller(arg0: Scroller): Unit

    Permalink
    Definition Classes
    TextView
  1111. def setSelectAllOnFocus(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  1112. def setSelected(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView → View
  1113. def setSelection(arg0: Int): Unit

    Permalink
    Definition Classes
    EditText
  1114. def setSelection(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    EditText
  1115. def setShadowLayer(arg0: Float, arg1: Float, arg2: Float, arg3: Int): Unit

    Permalink
    Definition Classes
    TextView
  1116. def setSingleLine(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  1117. def setSingleLine(): Unit

    Permalink
    Definition Classes
    TextView
  1118. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1119. final def setSpannableFactory(arg0: Factory): Unit

    Permalink
    Definition Classes
    TextView
  1120. def setSystemUiVisibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1121. def setTag(arg0: Int, arg1: Any): Unit

    Permalink
    Definition Classes
    View
  1122. def setTag(arg0: Any): Unit

    Permalink
    Definition Classes
    View
  1123. def setText(arg0: CharSequence, arg1: BufferType): Unit

    Permalink
    Definition Classes
    EditText → TextView
  1124. final def setText(arg0: Int, arg1: BufferType): Unit

    Permalink
    Definition Classes
    TextView
  1125. final def setText(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1126. final def setText(arg0: Array[Char], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    TextView
  1127. final def setText(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    TextView
  1128. def setTextAppearance(arg0: Context, arg1: Int): Unit

    Permalink
    Definition Classes
    TextView
  1129. def setTextColor(arg0: ColorStateList): Unit

    Permalink
    Definition Classes
    TextView
  1130. def setTextColor(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1131. def setTextIsSelectable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    TextView
  1132. final def setTextKeepState(arg0: CharSequence, arg1: BufferType): Unit

    Permalink
    Definition Classes
    TextView
  1133. final def setTextKeepState(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    TextView
  1134. def setTextScaleX(arg0: Float): Unit

    Permalink
    Definition Classes
    TextView
  1135. def setTextSize(arg0: Int, arg1: Float): Unit

    Permalink
    Definition Classes
    TextView
  1136. def setTextSize(arg0: Float): Unit

    Permalink
    Definition Classes
    TextView
  1137. def setThreshold(arg0: Int): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1138. final def setTop(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1139. def setTouchDelegate(arg0: TouchDelegate): Unit

    Permalink
    Definition Classes
    View
  1140. final def setTransformationMethod(arg0: TransformationMethod): Unit

    Permalink
    Definition Classes
    TextView
  1141. def setTranslationX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1142. def setTranslationY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1143. def setTypeface(arg0: Typeface): Unit

    Permalink
    Definition Classes
    TextView
  1144. def setTypeface(arg0: Typeface, arg1: Int): Unit

    Permalink
    Definition Classes
    TextView
  1145. def setValidator(arg0: Validator): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1146. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1147. def setVerticalScrollBarEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1148. def setVerticalScrollbarPosition(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1149. def setVisibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1150. def setWidth(arg0: Int): Unit

    Permalink
    Definition Classes
    TextView
  1151. def setWillNotCacheDrawing(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1152. def setWillNotDraw(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1153. def setX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1154. def setY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1155. def shadowColor: Int

    Permalink

    Shortcut for getShadowColor()

    Shortcut for getShadowColor()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1156. def shadowDx: Float

    Permalink

    Shortcut for getShadowDx()

    Shortcut for getShadowDx()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1157. def shadowDy: Float

    Permalink

    Shortcut for getShadowDy()

    Shortcut for getShadowDy()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1158. def shadowRadius: Float

    Permalink

    Shortcut for getShadowRadius()

    Shortcut for getShadowRadius()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1159. def showContextMenu(): Boolean

    Permalink
    Definition Classes
    View
  1160. def showDropDown(): Unit

    Permalink
    Definition Classes
    AutoCompleteTextView
  1161. def singleLine(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1162. def singleLine(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1163. def singleLine_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSingleLine(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1164. def solidColor: Int

    Permalink

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1165. def soundEffectsEnabled(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1166. def soundEffectsEnabled: Boolean

    Permalink

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1167. def soundEffectsEnabled_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1168. def spannableFactory(p: Factory): SAutoCompleteTextView

    Permalink

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1169. def spannableFactory(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1170. def spannableFactory_=(p: Factory): SAutoCompleteTextView

    Permalink

    Shortcut for setSpannableFactory(android.text.Spannable.Factory)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1171. def startActionMode(arg0: Callback): ActionMode

    Permalink
    Definition Classes
    View
  1172. def startAnimation(arg0: Animation): Unit

    Permalink
    Definition Classes
    View
  1173. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

    Permalink
    Definition Classes
    View
  1174. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  1175. def systemUiVisibility(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1176. def systemUiVisibility: Int

    Permalink

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1177. def systemUiVisibility_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1178. def tag(p: Any): SAutoCompleteTextView

    Permalink

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1179. def tag: AnyRef

    Permalink

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1180. def tag_=(p: Any): SAutoCompleteTextView

    Permalink

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1181. def text: Editable

    Permalink

    Shortcut for getText()

    Shortcut for getText()

    Definition Classes
    TraitEditTextTraitTextView
    Annotations
    @inline()
  1182. def text(p: CharSequence): SAutoCompleteTextView

    Permalink

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1183. def text(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1184. def textColor(p: ColorStateList): SAutoCompleteTextView

    Permalink

    Shortcut for setTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1185. def textColor(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1186. def textColor(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1187. def textColor_=(p: ColorStateList): SAutoCompleteTextView

    Permalink

    Shortcut for setTextColor(android.content.res.ColorStateList)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1188. def textColor_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setTextColor(int)

    Shortcut for setTextColor(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1189. def textColors: ColorStateList

    Permalink

    Shortcut for getTextColors()

    Shortcut for getTextColors()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1190. def textIsSelectable(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1191. def textIsSelectable(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1192. def textIsSelectable_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setTextIsSelectable(boolean)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1193. def textKeepState(p: CharSequence): SAutoCompleteTextView

    Permalink

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1194. def textKeepState(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1195. def textKeepState_=(p: CharSequence): SAutoCompleteTextView

    Permalink

    Shortcut for setTextKeepState(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1196. def textScaleX(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1197. def textScaleX: Float

    Permalink

    Shortcut for getTextScaleX()

    Shortcut for getTextScaleX()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1198. def textScaleX_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTextScaleX(float)

    Shortcut for setTextScaleX(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1199. def textSize(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1200. def textSize: Float

    Permalink

    Shortcut for getTextSize()

    Shortcut for getTextSize()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1201. def textSize(p: Int): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1202. def textSize_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTextSize(float)

    Shortcut for setTextSize(float)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1203. def textSize_=(p: Int): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1204. def text_=(p: CharSequence): SAutoCompleteTextView

    Permalink

    Shortcut for setText(java.lang.CharSequence)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1205. def text_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setText(int)

    Shortcut for setText(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1206. def threshold(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setThreshold(int)

    Shortcut for setThreshold(int)

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  1207. def threshold: Int

    Permalink

    Shortcut for getThreshold()

    Shortcut for getThreshold()

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  1208. def threshold_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setThreshold(int)

    Shortcut for setThreshold(int)

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  1209. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  1210. def top(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1211. def top: Int

    Permalink

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1212. def top_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1213. def totalPaddingBottom: Int

    Permalink

    Shortcut for getTotalPaddingBottom()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1214. def totalPaddingLeft: Int

    Permalink

    Shortcut for getTotalPaddingLeft()

    Shortcut for getTotalPaddingLeft()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1215. def totalPaddingRight: Int

    Permalink

    Shortcut for getTotalPaddingRight()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1216. def totalPaddingTop: Int

    Permalink

    Shortcut for getTotalPaddingTop()

    Shortcut for getTotalPaddingTop()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1217. def touchDelegate(p: TouchDelegate): SAutoCompleteTextView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1218. def touchDelegate: TouchDelegate

    Permalink

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1219. def touchDelegate_=(p: TouchDelegate): SAutoCompleteTextView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1220. def touchables: ArrayList[View]

    Permalink

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1221. def transformationMethod(p: TransformationMethod): SAutoCompleteTextView

    Permalink

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1222. def transformationMethod: TransformationMethod

    Permalink

    Shortcut for getTransformationMethod()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1223. def transformationMethod_=(p: TransformationMethod): SAutoCompleteTextView

    Permalink

    Shortcut for setTransformationMethod(android.text.method.TransformationMethod)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1224. def translationX(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1225. def translationX: Float

    Permalink

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1226. def translationX_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1227. def translationY(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1228. def translationY: Float

    Permalink

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1229. def translationY_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1230. def typeface(p: Typeface): SAutoCompleteTextView

    Permalink

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1231. def typeface: Typeface

    Permalink

    Shortcut for getTypeface()

    Shortcut for getTypeface()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1232. def typeface_=(p: Typeface): SAutoCompleteTextView

    Permalink

    Shortcut for setTypeface(android.graphics.Typeface)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1233. def uniqueId(implicit activity: Activity): Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1234. def unscheduleDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
  1235. def unscheduleDrawable(arg0: Drawable, arg1: Runnable): Unit

    Permalink
    Definition Classes
    View → Callback
  1236. def urls: Array[URLSpan]

    Permalink

    Shortcut for getUrls()

    Shortcut for getUrls()

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1237. def validator(p: Validator): SAutoCompleteTextView

    Permalink

    Shortcut for setValidator(android.widget.AutoCompleteTextView.Validator)

  1238. def validator: Validator

    Permalink

    Shortcut for getValidator()

    Shortcut for getValidator()

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @inline()
  1239. def validator_=(p: Validator): SAutoCompleteTextView

    Permalink

    Shortcut for setValidator(android.widget.AutoCompleteTextView.Validator)

  1240. def verifyDrawable(arg0: Drawable): Boolean

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    TextView → View
  1241. def verticalFadingEdgeEnabled(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1242. def verticalFadingEdgeEnabled: Boolean

    Permalink

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1243. def verticalFadingEdgeEnabled_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1244. def verticalFadingEdgeLength: Int

    Permalink

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1245. def verticalScrollBarEnabled(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1246. def verticalScrollBarEnabled: Boolean

    Permalink

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1247. def verticalScrollBarEnabled_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1248. def verticalScrollbarPosition(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1249. def verticalScrollbarPosition: Int

    Permalink

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1250. def verticalScrollbarPosition_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1251. def verticalScrollbarWidth: Int

    Permalink

    Shortcut for getVerticalScrollbarWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1252. def viewTreeObserver: ViewTreeObserver

    Permalink

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1253. def visibility(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1254. def visibility: Int

    Permalink

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1255. def visibility_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1256. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1257. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1258. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1259. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAutoCompleteTextView) ⇒ LP): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1260. def width(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1261. def width: Int

    Permalink

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1262. def width_=(p: Int): SAutoCompleteTextView

    Permalink

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Definition Classes
    TraitTextView
    Annotations
    @inline()
  1263. def willNotCacheDrawing(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1264. def willNotCacheDrawing(): Boolean

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1265. def willNotCacheDrawing_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1266. def willNotDraw(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1267. def willNotDraw(): Boolean

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1268. def willNotDraw_=(p: Boolean): SAutoCompleteTextView

    Permalink

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1269. def windowSystemUiVisibility: Int

    Permalink

    Shortcut for getWindowSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1270. def windowToken: IBinder

    Permalink

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1271. def windowVisibility: Int

    Permalink

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1272. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SAutoCompleteTextView) ⇒ LP): SAutoCompleteTextView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1273. def x(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1274. def x: Float

    Permalink

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1275. def x_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1276. def y(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1277. def y: Float

    Permalink

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1278. def y_=(p: Float): SAutoCompleteTextView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SAutoCompleteTextView

    Permalink

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SAutoCompleteTextView

    Permalink

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def getItemClickListener(): OnItemClickListener

    Permalink
    Definition Classes
    AutoCompleteTextView
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getItemSelectedListener(): OnItemSelectedListener

    Permalink
    Definition Classes
    AutoCompleteTextView
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def itemClickListener: OnItemClickListener

    Permalink

    Shortcut for getItemClickListener()

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  7. def itemSelectedListener: OnItemSelectedListener

    Permalink

    Shortcut for getItemSelectedListener()

    Definition Classes
    TraitAutoCompleteTextView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  8. def setBackgroundDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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