Class/Object

org.scaloid.common

SListView

Related Docs: object SListView | package common

Permalink

class SListView extends ListView with TraitListView[SListView]

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

Linear Supertypes
TraitListView[SListView], TraitAbsListView[SListView], TraitAdapterView[SListView], TraitViewGroup[SListView], TraitView[SListView], PressAndHoldable[SListView], ConstantsSupport, ListView, AbsListView, OnTouchModeChangeListener, FilterListener, OnGlobalLayoutListener, TextWatcher, NoCopySpan, AdapterView[ListAdapter], ViewGroup, ViewManager, ViewParent, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SListView
  2. TraitListView
  3. TraitAbsListView
  4. TraitAdapterView
  5. TraitViewGroup
  6. TraitView
  7. PressAndHoldable
  8. ConstantsSupport
  9. ListView
  10. AbsListView
  11. OnTouchModeChangeListener
  12. FilterListener
  13. OnGlobalLayoutListener
  14. TextWatcher
  15. NoCopySpan
  16. AdapterView
  17. ViewGroup
  18. ViewManager
  19. ViewParent
  20. View
  21. AccessibilityEventSource
  22. Callback
  23. Callback
  24. AnyRef
  25. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. class FixedViewInfo extends AnyRef

    Permalink
    Definition Classes
    ListView
  2. 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 +=(v: View): SListView

    Permalink
    Definition Classes
    TraitViewGroup
  4. def <<[LP <: ViewGroupLayoutParams[_, _]](width: Int, height: Int)(implicit defaultLayoutParam: (SListView) ⇒ LP): LP

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

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

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

    Permalink
    Definition Classes
    TraitView
  8. val NONE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  9. val TEXT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_COMPLETE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  11. val TEXT_AUTO_CORRECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_CHARACTERS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_SENTENCES: Int

    Permalink
    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_WORDS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  16. val TEXT_EMAIL_SUBJECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  17. val TEXT_IME_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  18. val TEXT_LONG_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  19. val TEXT_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  20. val TEXT_NO_SUGGESTIONS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  21. val TEXT_PASSWORD: Int

    Permalink
    Definition Classes
    ConstantsSupport
  22. val TEXT_PERSON_NAME: Int

    Permalink
    Definition Classes
    ConstantsSupport
  23. val TEXT_POSTAL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  24. val TEXT_SHORT_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  25. val TEXT_URI: Int

    Permalink
    Definition Classes
    ConstantsSupport
  26. val WRAP_CONTENT: Int

    Permalink
    Definition Classes
    TraitView
  27. def accessibilityDelegate(p: AccessibilityDelegate): SListView

    Permalink

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getAccessibilityNodeProvider()

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

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Permalink

    Shortcut for isActivated()

    Shortcut for isActivated()

    Definition Classes
    TraitView
    Annotations
    @inline()
  33. def activated_=(p: Boolean): SListView

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Permalink

    Shortcut for getAdapter()

    Shortcut for getAdapter()

    Definition Classes
    TraitListViewTraitAdapterView
    Annotations
    @inline()
  35. def adapter(p: ListAdapter): SListView

    Permalink

    Shortcut for setAdapter(android.widget.ListAdapter) This method is for compatibility with Android API Level 10, which does not has AbstractListView.setAdapter().

    Shortcut for setAdapter(android.widget.ListAdapter) This method is for compatibility with Android API Level 10, which does not has AbstractListView.setAdapter().

    Definition Classes
    TraitListViewTraitAbsListView
    Annotations
    @inline()
  36. def adapter_=(p: ListAdapter): SListView

    Permalink

    Shortcut for setAdapter(android.widget.ListAdapter) This method is for compatibility with Android API Level 10, which does not has AbstractListView.setAdapter().

    Shortcut for setAdapter(android.widget.ListAdapter) This method is for compatibility with Android API Level 10, which does not has AbstractListView.setAdapter().

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

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

    Permalink
    Definition Classes
    AbsListView → ViewGroup → View
  39. def addFocusables(arg0: ArrayList[View], arg1: Int): Unit

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

    Permalink
    Definition Classes
    ListView
  41. def addFooterView(arg0: View, arg1: Any, arg2: Boolean): Unit

    Permalink
    Definition Classes
    ListView
  42. def addHeaderView(arg0: View): Unit

    Permalink
    Definition Classes
    ListView
  43. def addHeaderView(arg0: View, arg1: Any, arg2: Boolean): Unit

    Permalink
    Definition Classes
    ListView
  44. def addOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

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

    Permalink
    Definition Classes
    View
  46. def addStatesFromChildren(p: Boolean): SListView

    Permalink

    Shortcut for setAddStatesFromChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  47. def addStatesFromChildren(): Boolean

    Permalink
    Definition Classes
    ViewGroup
  48. def addStatesFromChildren_=(p: Boolean): SListView

    Permalink

    Shortcut for setAddStatesFromChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  49. def addTouchables(arg0: ArrayList[View]): Unit

    Permalink
    Definition Classes
    AbsListView → ViewGroup → View
  50. def addView(arg0: View, arg1: Int, arg2: LayoutParams): Unit

    Permalink
    Definition Classes
    AdapterView → ViewGroup
  51. def addView(arg0: View, arg1: LayoutParams): Unit

    Permalink
    Definition Classes
    AdapterView → ViewGroup → ViewManager
  52. def addView(arg0: View, arg1: Int): Unit

    Permalink
    Definition Classes
    AdapterView → ViewGroup
  53. def addView(arg0: View): Unit

    Permalink
    Definition Classes
    AdapterView → ViewGroup
  54. def addView(arg0: View, arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ViewGroup
  55. def addViewInLayout(arg0: View, arg1: Int, arg2: LayoutParams, arg3: Boolean): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  56. def addViewInLayout(arg0: View, arg1: Int, arg2: LayoutParams): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  57. def afterTextChanged(arg0: Editable): Unit

    Permalink
    Definition Classes
    AbsListView → TextWatcher
  58. def alpha(p: Float): SListView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  60. def alpha_=(p: Float): SListView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  61. def alwaysDrawnWithCacheEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  62. def alwaysDrawnWithCacheEnabled: Boolean

    Permalink

    Shortcut for isAlwaysDrawnWithCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  63. def alwaysDrawnWithCacheEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  64. def animate(): ViewPropertyAnimator

    Permalink
    Definition Classes
    View
  65. def animation(p: Animation): SListView

    Permalink

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

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

    Permalink

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  67. def animationCacheEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  68. def animationCacheEnabled: Boolean

    Permalink

    Shortcut for isAnimationCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  69. def animationCacheEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  70. def animation_=(p: Animation): SListView

    Permalink

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

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

    Permalink
    Definition Classes
    View
  72. def applicationWindowToken: IBinder

    Permalink

    Shortcut for getApplicationWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  73. def applyStyle(v: View): View

    Permalink
    Definition Classes
    TraitViewGroup
  74. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  75. def attachLayoutAnimationParameters(arg0: View, arg1: LayoutParams, arg2: Int, arg3: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  76. def attachViewToParent(arg0: View, arg1: Int, arg2: LayoutParams): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  77. def awakenScrollBars(arg0: Int, arg1: Boolean): Boolean

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

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

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

    Permalink

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  81. def background(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  82. def backgroundColor(p: Int): SListView

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  86. def backgroundResource(p: Int): SListView

    Permalink

    Shortcut for setBackgroundResource(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  89. def background_=(p: Drawable): SListView

    Permalink

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

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

    Permalink

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  91. def basis: SListView

    Permalink
    Definition Classes
    SListViewTraitViewPressAndHoldable
  92. def beforeTextChanged(arg0: CharSequence, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    AbsListView → TextWatcher
  93. def bottom(p: Int): SListView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Permalink

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  95. def bottom_=(p: Int): SListView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  96. def bringChildToFront(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  97. def bringToFront(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  101. def cacheColorHint(p: Int): SListView

    Permalink

    Shortcut for setCacheColorHint(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  102. def cacheColorHint: Int

    Permalink

    Shortcut for getCacheColorHint()

    Shortcut for getCacheColorHint()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  103. def cacheColorHint_=(p: Int): SListView

    Permalink

    Shortcut for setCacheColorHint(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  104. def callOnClick(): Boolean

    Permalink
    Definition Classes
    View
  105. def cameraDistance(p: Float): SListView

    Permalink

    Shortcut for setCameraDistance(float)

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

    Permalink

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  107. def cameraDistance_=(p: Float): SListView

    Permalink

    Shortcut for setCameraDistance(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  108. def canAnimate(): Boolean

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → AdapterView → ViewGroup
  109. def canScrollHorizontally(arg0: Int): Boolean

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

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

    Permalink
    Definition Classes
    View
  112. def checkInputConnectionProxy(arg0: View): Boolean

    Permalink
    Definition Classes
    AbsListView → View
  113. def checkLayoutParams(arg0: LayoutParams): Boolean

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → ViewGroup
  114. def checkedItemCount: Int

    Permalink

    Shortcut for getCheckedItemCount()

    Shortcut for getCheckedItemCount()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  115. def checkedItemIds: Array[Long]

    Permalink

    Shortcut for getCheckedItemIds()

    Shortcut for getCheckedItemIds()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  116. def checkedItemPosition: Int

    Permalink

    Shortcut for getCheckedItemPosition()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  117. def checkedItemPositions: SparseBooleanArray

    Permalink

    Shortcut for getCheckedItemPositions()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  118. def childCount: Int

    Permalink

    Shortcut for getChildCount()

    Shortcut for getChildCount()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  119. def childDrawableStateChanged(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  120. def choiceMode(p: Int): SListView

    Permalink

    Shortcut for setChoiceMode(int)

    Shortcut for setChoiceMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  121. def choiceMode: Int

    Permalink

    Shortcut for getChoiceMode()

    Shortcut for getChoiceMode()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  122. def choiceMode_=(p: Int): SListView

    Permalink

    Shortcut for setChoiceMode(int)

    Shortcut for setChoiceMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  123. def cleanupLayoutState(arg0: View): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  124. def clearAnimation(): Unit

    Permalink
    Definition Classes
    View
  125. def clearChildFocus(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  126. def clearChoices(): Unit

    Permalink
    Definition Classes
    AbsListView
  127. def clearDisappearingChildren(): Unit

    Permalink
    Definition Classes
    ViewGroup
  128. def clearFocus(): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  129. def clearTextFilter(): Unit

    Permalink
    Definition Classes
    AbsListView
  130. def clickable(p: Boolean): SListView

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  132. def clickable_=(p: Boolean): SListView

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  133. def clipChildren(p: Boolean): SListView

    Permalink

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  134. def clipChildren(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  135. def clipChildren_=(p: Boolean): SListView

    Permalink

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  136. def clipToPadding(p: Boolean): SListView

    Permalink

    Shortcut for setClipToPadding(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  137. def clipToPadding(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  138. def clipToPadding_=(p: Boolean): SListView

    Permalink

    Shortcut for setClipToPadding(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  139. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  140. def computeHorizontalScrollExtent(): Int

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

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

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

    Permalink
    Definition Classes
    View
  144. def computeVerticalScrollExtent(): Int

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  146. def computeVerticalScrollRange(): Int

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  147. def contentDescription(p: CharSequence): SListView

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  149. def contentDescription_=(p: CharSequence): SListView

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContext()

    Shortcut for getContext()

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

    Permalink

    Shortcut for getCount()

    Shortcut for getCount()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  152. def createAccessibilityNodeInfo(): AccessibilityNodeInfo

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  155. def deferNotifyDataSetChanged(): Unit

    Permalink
    Definition Classes
    AbsListView
  156. def descendantFocusability(p: Int): SListView

    Permalink

    Shortcut for setDescendantFocusability(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  157. def descendantFocusability: Int

    Permalink

    Shortcut for getDescendantFocusability()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  158. def descendantFocusability_=(p: Int): SListView

    Permalink

    Shortcut for setDescendantFocusability(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  159. def destroyDrawingCache(): Unit

    Permalink
    Definition Classes
    View
  160. def detachAllViewsFromParent(): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  161. def detachViewFromParent(arg0: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  162. def detachViewFromParent(arg0: View): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  163. def detachViewsFromParent(arg0: Int, arg1: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  164. def disable(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  165. def disableAlwaysDrawnWithCache(): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  166. def disableAnimationCache(): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  167. def disableDrawingCache(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  168. def disableDuplicateParentState(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  169. def disableFastScroll(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  170. def disableFooterDividers(): SListView

    Permalink
    Definition Classes
    TraitListView
    Annotations
    @inline()
  171. def disableHapticFeedback(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  172. def disableHeaderDividers(): SListView

    Permalink
    Definition Classes
    TraitListView
    Annotations
    @inline()
  173. def disableHorizontalFadingEdge(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def disableHorizontalScrollBar(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  175. def disableMotionEventSplitting(): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  176. def disableSave(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def disableSaveFromParent(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def disableScrollbarFading(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  179. def disableScrollingCache(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  180. def disableSmoothScrollbar(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  181. def disableSoundEffects(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  182. def disableTextFilter(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  183. def disableVerticalFadingEdge(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  184. def disableVerticalScrollBar(): SListView

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

    Permalink
    Definition Classes
    ViewGroup → View
  186. def dispatchDisplayHint(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  187. def dispatchDragEvent(arg0: DragEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup → View
  188. def dispatchDraw(arg0: Canvas): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → AbsListView → ViewGroup → View
  189. def dispatchFreezeSelfOnly(arg0: SparseArray[Parcelable]): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    ListView → ViewGroup → View
  195. def dispatchKeyEventPreIme(arg0: KeyEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup → View
  196. def dispatchKeyShortcutEvent(arg0: KeyEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup → View
  197. def dispatchPopulateAccessibilityEvent(arg0: AccessibilityEvent): Boolean

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AdapterView → ViewGroup → View
  199. def dispatchSaveInstanceState(arg0: SparseArray[Parcelable]): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AdapterView → ViewGroup → View
  200. def dispatchSetActivated(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  201. def dispatchSetPressed(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → ViewGroup → View
  202. def dispatchSetSelected(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  203. def dispatchSystemUiVisibilityChanged(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  204. def dispatchThawSelfOnly(arg0: SparseArray[Parcelable]): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  205. def dispatchTouchEvent(arg0: MotionEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup → View
  206. def dispatchTrackballEvent(arg0: MotionEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup → View
  207. def dispatchUnhandledMove(arg0: View, arg1: Int): Boolean

    Permalink
    Definition Classes
    ViewGroup → View
  208. def dispatchVisibilityChanged(arg0: View, arg1: Int): Unit

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

    Permalink
    Definition Classes
    ViewGroup → View
  210. def dispatchWindowSystemUiVisiblityChanged(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  211. def dispatchWindowVisibilityChanged(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  212. def divider(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  213. def divider: Drawable

    Permalink

    Shortcut for getDivider()

    Shortcut for getDivider()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  214. def dividerHeight(p: Int): SListView

    Permalink

    Shortcut for setDividerHeight(int)

    Shortcut for setDividerHeight(int)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  215. def dividerHeight: Int

    Permalink

    Shortcut for getDividerHeight()

    Shortcut for getDividerHeight()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  216. def dividerHeight_=(p: Int): SListView

    Permalink

    Shortcut for setDividerHeight(int)

    Shortcut for setDividerHeight(int)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  217. def divider_=(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  218. def draw(arg0: Canvas): Unit

    Permalink
    Definition Classes
    AbsListView → View
  219. def drawChild(arg0: Canvas, arg1: View, arg2: Long): Boolean

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → ViewGroup
  220. def drawSelectorOnTop(p: Boolean): SListView

    Permalink

    Shortcut for setDrawSelectorOnTop(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  221. def drawSelectorOnTop(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  222. def drawSelectorOnTop_=(p: Boolean): SListView

    Permalink

    Shortcut for setDrawSelectorOnTop(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  223. def drawableState: Array[Int]

    Permalink

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → ViewGroup → View
  225. def drawingCache: Bitmap

    Permalink

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  226. def drawingCacheBackgroundColor(p: Int): SListView

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  228. def drawingCacheBackgroundColor_=(p: Int): SListView

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  229. def drawingCacheEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  231. def drawingCacheEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  232. def drawingCacheQuality(p: Int): SListView

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  234. def drawingCacheQuality_=(p: Int): SListView

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  236. def duplicateParentStateEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  238. def duplicateParentStateEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  239. def emptyView(p: View): SListView

    Permalink

    Shortcut for setEmptyView(android.view.View)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  240. def emptyView: View

    Permalink

    Shortcut for getEmptyView()

    Shortcut for getEmptyView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  241. def emptyView_=(p: View): SListView

    Permalink

    Shortcut for setEmptyView(android.view.View)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  242. def enable(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  243. def enableAlwaysDrawnWithCache(): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  244. def enableAnimationCache(): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  245. def enableDrawingCache(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  246. def enableDuplicateParentState(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  247. def enableFastScroll(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  248. def enableFooterDividers(): SListView

    Permalink
    Definition Classes
    TraitListView
    Annotations
    @inline()
  249. def enableHapticFeedback(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  250. def enableHeaderDividers(): SListView

    Permalink
    Definition Classes
    TraitListView
    Annotations
    @inline()
  251. def enableHorizontalFadingEdge(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  252. def enableHorizontalScrollBar(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  253. def enableMotionEventSplitting(): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  254. def enableSave(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  255. def enableSaveFromParent(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  256. def enableScrollbarFading(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  257. def enableScrollingCache(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  258. def enableSmoothScrollbar(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  259. def enableSoundEffects(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  260. def enableTextFilter(): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  261. def enableVerticalFadingEdge(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  262. def enableVerticalScrollBar(): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  263. def enabled(p: Boolean): SListView

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  265. def enabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  266. def endViewTransition(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup
  267. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  269. def fadingEdgeLength(p: Int): SListView

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

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

    Permalink

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  272. def fastScrollAlwaysVisible(p: Boolean): SListView

    Permalink

    Shortcut for setFastScrollAlwaysVisible(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  273. def fastScrollAlwaysVisible: Boolean

    Permalink

    Shortcut for isFastScrollAlwaysVisible()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  274. def fastScrollAlwaysVisible_=(p: Boolean): SListView

    Permalink

    Shortcut for setFastScrollAlwaysVisible(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  275. def fastScrollEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setFastScrollEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  276. def fastScrollEnabled: Boolean

    Permalink

    Shortcut for isFastScrollEnabled()

    Shortcut for isFastScrollEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  277. def fastScrollEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setFastScrollEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  278. def fill[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SListView) ⇒ LP): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  279. def filterText(p: String): SListView

    Permalink

    Shortcut for setFilterText(java.lang.String)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  280. def filterText(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  281. def filterText_=(p: String): SListView

    Permalink

    Shortcut for setFilterText(java.lang.String)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  282. def filterTouchesWhenObscured(p: Boolean): SListView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  284. def filterTouchesWhenObscured_=(p: Boolean): SListView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  285. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    ViewGroup → View
  288. final def findViewById(arg0: Int): View

    Permalink
    Definition Classes
    View
  289. def findViewTraversal(arg0: Int): View

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView
  290. final def findViewWithTag(arg0: Any): View

    Permalink
    Definition Classes
    View
  291. def findViewWithTagTraversal(arg0: Any): View

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView
  292. def findViewsWithText(arg0: ArrayList[View], arg1: CharSequence, arg2: Int): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  293. def firstVisiblePosition: Int

    Permalink

    Shortcut for getFirstVisiblePosition()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  294. def fitSystemWindows(arg0: Rect): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  295. def fitsSystemWindows(p: Boolean): SListView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  297. def fitsSystemWindows_=(p: Boolean): SListView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  298. def focusSearch(arg0: View, arg1: Int): View

    Permalink
    Definition Classes
    AbsListView → ViewGroup → ViewParent
  299. def focusSearch(arg0: Int): View

    Permalink
    Definition Classes
    AbsListView → View
  300. def focusable(p: Boolean): SListView

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  302. def focusableInTouchMode(p: Boolean): SListView

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

    Permalink

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  304. def focusableInTouchMode_=(p: Boolean): SListView

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  305. def focusableViewAvailable(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  306. def focusable_=(p: Boolean): SListView

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  307. def focusedChild: View

    Permalink

    Shortcut for getFocusedChild()

    Shortcut for getFocusedChild()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  308. def footerDividersEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setFooterDividersEnabled(boolean)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  309. def footerDividersEnabled(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitListView
    Annotations
    @inline()
  310. def footerDividersEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setFooterDividersEnabled(boolean)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  311. def footerViewsCount: Int

    Permalink

    Shortcut for getFooterViewsCount()

    Shortcut for getFooterViewsCount()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  312. def forceLayout(): Unit

    Permalink
    Definition Classes
    View
  313. def friction(p: Float): SListView

    Permalink

    Shortcut for setFriction(float)

    Shortcut for setFriction(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  314. def friction(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  315. def friction_=(p: Float): SListView

    Permalink

    Shortcut for setFriction(float)

    Shortcut for setFriction(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  316. def fw[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SListView) ⇒ LP): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  317. def gatherTransparentRegion(arg0: Region): Boolean

    Permalink
    Definition Classes
    ViewGroup
  318. def generateDefaultLayoutParams(): LayoutParams

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → ViewGroup
  319. def generateLayoutParams(arg0: AttributeSet): LayoutParams

    Permalink
    Definition Classes
    AbsListView → ViewGroup
  320. def generateLayoutParams(arg0: LayoutParams): LayoutParams

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → ViewGroup
  321. def getAccessibilityNodeProvider(): AccessibilityNodeProvider

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

    Permalink
    Definition Classes
    ListView → AdapterView
  323. def getAlpha(): Float

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

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

    Permalink
    Definition Classes
    View
  326. def getBackground(): Drawable

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  328. final def getBottom(): Int

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  330. def getBottomPaddingOffset(): Int

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  331. def getCacheColorHint(): Int

    Permalink
    Definition Classes
    AbsListView
    Annotations
    @ExportedProperty()
  332. def getCameraDistance(): Float

    Permalink
    Definition Classes
    View
  333. def getCheckedItemCount(): Int

    Permalink
    Definition Classes
    AbsListView
  334. def getCheckedItemIds(): Array[Long]

    Permalink
    Definition Classes
    AbsListView
  335. def getCheckedItemPosition(): Int

    Permalink
    Definition Classes
    AbsListView
  336. def getCheckedItemPositions(): SparseBooleanArray

    Permalink
    Definition Classes
    AbsListView
  337. def getChildAt(arg0: Int): View

    Permalink
    Definition Classes
    ViewGroup
  338. def getChildCount(): Int

    Permalink
    Definition Classes
    ViewGroup
  339. def getChildDrawingOrder(arg0: Int, arg1: Int): Int

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  340. def getChildStaticTransformation(arg0: View, arg1: Transformation): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  341. def getChildVisibleRect(arg0: View, arg1: Rect, arg2: Point): Boolean

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  342. def getChoiceMode(): Int

    Permalink
    Definition Classes
    AbsListView
  343. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  344. def getContentDescription(): CharSequence

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  347. def getCount(): Int

    Permalink
    Definition Classes
    AdapterView
    Annotations
    @CapturedViewProperty()
  348. def getDescendantFocusability(): Int

    Permalink
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  349. def getDivider(): Drawable

    Permalink
    Definition Classes
    ListView
  350. def getDividerHeight(): Int

    Permalink
    Definition Classes
    ListView
  351. final def getDrawableState(): Array[Int]

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  358. def getEmptyView(): View

    Permalink
    Definition Classes
    AdapterView
  359. def getFilterTouchesWhenObscured(): Boolean

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  360. def getFirstVisiblePosition(): Int

    Permalink
    Definition Classes
    AdapterView
  361. def getFitsSystemWindows(): Boolean

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

    Permalink
    Definition Classes
    View
  363. def getFocusedChild(): View

    Permalink
    Definition Classes
    ViewGroup
  364. def getFocusedRect(arg0: Rect): Unit

    Permalink
    Definition Classes
    AbsListView → View
  365. def getFooterViewsCount(): Int

    Permalink
    Definition Classes
    ListView
  366. final def getGlobalVisibleRect(arg0: Rect): Boolean

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

    Permalink
    Definition Classes
    View
  368. def getHandler(): Handler

    Permalink
    Definition Classes
    View
  369. def getHeaderViewsCount(): Int

    Permalink
    Definition Classes
    ListView
  370. final def getHeight(): Int

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  371. def getHitRect(arg0: Rect): Unit

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

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

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

    Permalink
    Definition Classes
    View
    Annotations
    @CapturedViewProperty()
  375. def getImportantForAccessibility(): Int

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  376. def getItemAtPosition(arg0: Int): AnyRef

    Permalink
    Definition Classes
    AdapterView
  377. def getItemIdAtPosition(arg0: Int): Long

    Permalink
    Definition Classes
    AdapterView
  378. def getItemsCanFocus(): Boolean

    Permalink
    Definition Classes
    ListView
  379. def getKeepScreenOn(): Boolean

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

    Permalink
    Definition Classes
    View
  381. def getLastVisiblePosition(): Int

    Permalink
    Definition Classes
    AdapterView
  382. def getLayerType(): Int

    Permalink
    Definition Classes
    View
  383. def getLayoutAnimation(): LayoutAnimationController

    Permalink
    Definition Classes
    ViewGroup
  384. def getLayoutAnimationListener(): AnimationListener

    Permalink
    Definition Classes
    ViewGroup
  385. def getLayoutParams(): LayoutParams

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  386. def getLayoutTransition(): LayoutTransition

    Permalink
    Definition Classes
    ViewGroup
  387. final def getLeft(): Int

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  390. def getListPaddingBottom(): Int

    Permalink
    Definition Classes
    AbsListView
  391. def getListPaddingLeft(): Int

    Permalink
    Definition Classes
    AbsListView
  392. def getListPaddingRight(): Int

    Permalink
    Definition Classes
    AbsListView
  393. def getListPaddingTop(): Int

    Permalink
    Definition Classes
    AbsListView
  394. final def getLocalVisibleRect(arg0: Rect): Boolean

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

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

    Permalink
    Definition Classes
    View
  397. def getMatrix(): Matrix

    Permalink
    Definition Classes
    View
  398. def getMaxScrollAmount(): Int

    Permalink
    Definition Classes
    ListView
  399. final def getMeasuredHeight(): Int

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  411. def getOnFocusChangeListener(): OnFocusChangeListener

    Permalink
    Definition Classes
    View
  412. final def getOnItemClickListener(): OnItemClickListener

    Permalink
    Definition Classes
    AdapterView
  413. final def getOnItemLongClickListener(): OnItemLongClickListener

    Permalink
    Definition Classes
    AdapterView
  414. final def getOnItemSelectedListener(): OnItemSelectedListener

    Permalink
    Definition Classes
    AdapterView
  415. def getOverScrollMode(): Int

    Permalink
    Definition Classes
    View
  416. def getOverscrollFooter(): Drawable

    Permalink
    Definition Classes
    ListView
  417. def getOverscrollHeader(): Drawable

    Permalink
    Definition Classes
    ListView
  418. def getPaddingBottom(): Int

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

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

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

    Permalink
    Definition Classes
    View
  422. final def getParent(): ViewParent

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

    Permalink
    Definition Classes
    View
  424. def getPersistentDrawingCache(): Int

    Permalink
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  425. def getPivotX(): Float

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  427. def getPositionForView(arg0: View): Int

    Permalink
    Definition Classes
    AdapterView
  428. def getResources(): Resources

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  444. def getSelectedItem(): AnyRef

    Permalink
    Definition Classes
    AdapterView
  445. def getSelectedItemId(): Long

    Permalink
    Definition Classes
    AdapterView
    Annotations
    @CapturedViewProperty()
  446. def getSelectedItemPosition(): Int

    Permalink
    Definition Classes
    AdapterView
    Annotations
    @CapturedViewProperty()
  447. def getSelectedView(): View

    Permalink
    Definition Classes
    AbsListView → AdapterView
    Annotations
    @ExportedProperty()
  448. def getSelector(): Drawable

    Permalink
    Definition Classes
    AbsListView
  449. def getSolidColor(): Int

    Permalink
    Definition Classes
    AbsListView → View
  450. def getSuggestedMinimumHeight(): Int

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

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

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

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  455. def getTextFilter(): CharSequence

    Permalink
    Definition Classes
    AbsListView
  456. final def getTop(): Int

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  458. def getTopPaddingOffset(): Int

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  459. def getTouchDelegate(): TouchDelegate

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

    Permalink
    Definition Classes
    View
  461. def getTranscriptMode(): Int

    Permalink
    Definition Classes
    AbsListView
  462. def getTranslationX(): Float

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  464. def getVerticalFadingEdgeLength(): Int

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

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

    Permalink
    Definition Classes
    AbsListView → View
  467. def getViewTreeObserver(): ViewTreeObserver

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  477. def handleDataChanged(): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView
  478. def handler: Handler

    Permalink

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  479. def hapticFeedbackEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Permalink

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  481. def hapticFeedbackEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Permalink
    Definition Classes
    ViewGroup → View
  483. def hasFocusable(): Boolean

    Permalink
    Definition Classes
    ViewGroup → View
  484. def hasOnClickListeners(): Boolean

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

    Permalink
    Definition Classes
    View
  486. def hasTextFilter(): Boolean

    Permalink
    Definition Classes
    AbsListView
  487. def hasTransientState(p: Boolean): SListView

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  492. def headerDividersEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setHeaderDividersEnabled(boolean)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  493. def headerDividersEnabled(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitListView
    Annotations
    @inline()
  494. def headerDividersEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setHeaderDividersEnabled(boolean)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  495. def headerViewsCount: Int

    Permalink

    Shortcut for getHeaderViewsCount()

    Shortcut for getHeaderViewsCount()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  496. def height: Int

    Permalink

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  497. def here[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SListView) ⇒ LP): SListView

    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()
  498. def hereWithoutStyle[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SListView) ⇒ LP): SListView

    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()
  499. def horizontalFadingEdgeEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  501. def horizontalFadingEdgeEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  503. def horizontalScrollBarEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  505. def horizontalScrollBarEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  506. def hovered(p: Boolean): SListView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Permalink

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  508. def hovered_=(p: Boolean): SListView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  509. def id(p: Int): SListView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  511. def id_=(p: Int): SListView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  512. def importantForAccessibility(p: Int): SListView

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

    Permalink

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  514. def importantForAccessibility_=(p: Int): SListView

    Permalink

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  515. def indexOfChild(arg0: View): Int

    Permalink
    Definition Classes
    ViewGroup
  516. def initializeFadingEdge(arg0: TypedArray): Unit

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

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

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

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

    Permalink
    Definition Classes
    View
  521. final def invalidateChild(arg0: View, arg1: Rect): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  522. def invalidateChildInParent(arg0: Array[Int], arg1: Rect): ViewParent

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  523. def invalidateDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View → Callback
  524. def invalidateViews(): Unit

    Permalink
    Definition Classes
    AbsListView
  525. def isActivated(): Boolean

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  526. def isAlwaysDrawnWithCacheEnabled(): Boolean

    Permalink
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  527. def isAnimationCacheEnabled(): Boolean

    Permalink
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  528. def isChildrenDrawingOrderEnabled(): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  529. def isChildrenDrawnWithCacheEnabled(): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  530. def isClickable(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  535. def isFastScrollAlwaysVisible(): Boolean

    Permalink
    Definition Classes
    AbsListView
  536. def isFastScrollEnabled(): Boolean

    Permalink
    Definition Classes
    AbsListView
    Annotations
    @ExportedProperty()
  537. final def isFocusable(): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  546. def isInFilterMode(): Boolean

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView
  547. def isInTouchMode(): Boolean

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  548. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  549. def isItemChecked(arg0: Int): Boolean

    Permalink
    Definition Classes
    AbsListView
  550. def isLayoutRequested(): Boolean

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

    Permalink
    Definition Classes
    View
  552. def isMotionEventSplittingEnabled(): Boolean

    Permalink
    Definition Classes
    ViewGroup
  553. def isOpaque(): Boolean

    Permalink
    Definition Classes
    ListView → View
  554. def isPaddingOffsetRequired(): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    View
  560. def isScrollingCacheEnabled(): Boolean

    Permalink
    Definition Classes
    AbsListView
    Annotations
    @ExportedProperty()
  561. def isSelected(): Boolean

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

    Permalink
    Definition Classes
    View
  563. def isSmoothScrollbarEnabled(): Boolean

    Permalink
    Definition Classes
    AbsListView
    Annotations
    @ExportedProperty()
  564. def isSoundEffectsEnabled(): Boolean

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

    Permalink
    Definition Classes
    AbsListView
    Annotations
    @ExportedProperty()
  566. def isTextFilterEnabled(): Boolean

    Permalink
    Definition Classes
    AbsListView
    Annotations
    @ExportedProperty()
  567. def isVerticalFadingEdgeEnabled(): Boolean

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

    Permalink
    Definition Classes
    View
  569. def itemsCanFocus(p: Boolean): SListView

    Permalink

    Shortcut for setItemsCanFocus(boolean)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  570. def itemsCanFocus: Boolean

    Permalink

    Shortcut for getItemsCanFocus()

    Shortcut for getItemsCanFocus()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  571. def itemsCanFocus_=(p: Boolean): SListView

    Permalink

    Shortcut for setItemsCanFocus(boolean)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  572. def jumpDrawablesToCurrentState(): Unit

    Permalink
    Definition Classes
    AbsListView → ViewGroup → View
  573. def keepScreenOn(p: Boolean): SListView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  575. def keepScreenOn_=(p: Boolean): SListView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  577. def lastVisiblePosition: Int

    Permalink

    Shortcut for getLastVisiblePosition()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  578. def layerType: Int

    Permalink

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Permalink
    Definition Classes
    ViewGroup → View
  580. def layoutAnimation(p: LayoutAnimationController): SListView

    Permalink

    Shortcut for setLayoutAnimation(android.view.animation.LayoutAnimationController)

  581. def layoutAnimation: LayoutAnimationController

    Permalink

    Shortcut for getLayoutAnimation()

    Shortcut for getLayoutAnimation()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  582. def layoutAnimationListener(p: AnimationListener): SListView

    Permalink

    Shortcut for setLayoutAnimationListener(android.view.animation.Animation.AnimationListener)

  583. def layoutAnimationListener: AnimationListener

    Permalink

    Shortcut for getLayoutAnimationListener()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  584. def layoutAnimationListener_=(p: AnimationListener): SListView

    Permalink

    Shortcut for setLayoutAnimationListener(android.view.animation.Animation.AnimationListener)

  585. def layoutAnimation_=(p: LayoutAnimationController): SListView

    Permalink

    Shortcut for setLayoutAnimation(android.view.animation.LayoutAnimationController)

  586. def layoutChildren(): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → AbsListView
  587. def layoutParams(p: LayoutParams): SListView

    Permalink

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

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

    Permalink

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  589. def layoutParams_=(p: LayoutParams): SListView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  590. def layoutTransition(p: LayoutTransition): SListView

    Permalink

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  591. def layoutTransition: LayoutTransition

    Permalink

    Shortcut for getLayoutTransition()

    Shortcut for getLayoutTransition()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  592. def layoutTransition_=(p: LayoutTransition): SListView

    Permalink

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  593. def left(p: Int): SListView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  595. def left_=(p: Int): SListView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getListPaddingBottom()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  597. def listPaddingLeft: Int

    Permalink

    Shortcut for getListPaddingLeft()

    Shortcut for getListPaddingLeft()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  598. def listPaddingRight: Int

    Permalink

    Shortcut for getListPaddingRight()

    Shortcut for getListPaddingRight()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  599. def listPaddingTop: Int

    Permalink

    Shortcut for getListPaddingTop()

    Shortcut for getListPaddingTop()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  600. def longClickable(p: Boolean): SListView

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  602. def longClickable_=(p: Boolean): SListView

    Permalink

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  603. def matrix: Matrix

    Permalink

    Shortcut for getMatrix()

    Shortcut for getMatrix()

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

    Permalink

    Shortcut for getMaxScrollAmount()

    Shortcut for getMaxScrollAmount()

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

    Permalink
    Definition Classes
    View
  606. def measureChild(arg0: View, arg1: Int, arg2: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  607. def measureChildWithMargins(arg0: View, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  608. def measureChildren(arg0: Int, arg1: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  609. def measuredHeight: Int

    Permalink

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Permalink

    Shortcut for getMeasuredHeightAndState()

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

    Permalink

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Permalink

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Permalink

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  614. def minimumHeight(p: Int): SListView

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  616. def minimumHeight_=(p: Int): SListView

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  617. def minimumWidth(p: Int): SListView

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  619. def minimumWidth_=(p: Int): SListView

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  620. def motionEventSplittingEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setMotionEventSplittingEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  621. def motionEventSplittingEnabled: Boolean

    Permalink

    Shortcut for isMotionEventSplittingEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  622. def motionEventSplittingEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setMotionEventSplittingEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  623. def multiChoiceModeListener(p: MultiChoiceModeListener): SListView

    Permalink

    Shortcut for setMultiChoiceModeListener(android.widget.AbsListView.MultiChoiceModeListener)

  624. def multiChoiceModeListener(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  625. def multiChoiceModeListener_=(p: MultiChoiceModeListener): SListView

    Permalink

    Shortcut for setMultiChoiceModeListener(android.widget.AbsListView.MultiChoiceModeListener)

  626. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  627. def nextFocusDownId(p: Int): SListView

    Permalink

    Shortcut for setNextFocusDownId(int)

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

    Permalink

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  629. def nextFocusDownId_=(p: Int): SListView

    Permalink

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  630. def nextFocusForwardId(p: Int): SListView

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  632. def nextFocusForwardId_=(p: Int): SListView

    Permalink

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  633. def nextFocusLeftId(p: Int): SListView

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  635. def nextFocusLeftId_=(p: Int): SListView

    Permalink

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  636. def nextFocusRightId(p: Int): SListView

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  638. def nextFocusRightId_=(p: Int): SListView

    Permalink

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  639. def nextFocusUpId(p: Int): SListView

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Permalink

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  641. def nextFocusUpId_=(p: Int): SListView

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

    Permalink
    Definition Classes
    AnyRef
  644. final def offsetDescendantRectToMyCoords(arg0: View, arg1: Rect): Unit

    Permalink
    Definition Classes
    ViewGroup
  645. def offsetLeftAndRight(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  646. final def offsetRectIntoDescendantCoords(arg0: View, arg1: Rect): Unit

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

    Permalink
    Definition Classes
    View
  648. def onAnimationEnd[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  649. def onAnimationEnd[U](f: (Animation) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  650. def onAnimationEnd(): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  651. def onAnimationRepeat[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  652. def onAnimationRepeat[U](f: (Animation) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  653. def onAnimationStart[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  654. def onAnimationStart[U](f: (Animation) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  655. def onAnimationStart(): Unit

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  657. def onCheckIsTextEditor(): Boolean

    Permalink
    Definition Classes
    View
  658. def onChildViewAdded[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  659. def onChildViewAdded[U](f: (View, View) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  660. def onChildViewRemoved[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  661. def onChildViewRemoved[U](f: (View, View) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  662. def onClick[U](f: ⇒ U): SListView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  664. def onClickListener(p: OnClickListener): SListView

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  667. def onConfigurationChanged(arg0: Configuration): Unit

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    AbsListView → View
  676. def onDetachedFromWindow(): Unit

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  678. def onDrag(f: ⇒ Boolean): SListView

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

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

    Permalink
    Definition Classes
    View
  681. def onDragListener(p: OnDragListener): SListView

    Permalink

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

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

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

    Permalink

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  685. final def onDrawScrollBars(arg0: Canvas): Unit

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

    Permalink
    Definition Classes
    AbsListView → FilterListener
  687. def onFilterTouchEventForSecurity(arg0: MotionEvent): Boolean

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → View
  689. def onFinishTemporaryDetach(): Unit

    Permalink
    Definition Classes
    View
  690. def onFocusChange[U](f: ⇒ U): SListView

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

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

    Permalink

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

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

    Permalink

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  694. def onFocusChangeListener_=(p: OnFocusChangeListener): SListView

    Permalink

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → AbsListView → View
  696. def onGenericMotion(f: ⇒ Boolean): SListView

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

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

    Permalink
    Definition Classes
    AbsListView → View
  699. def onGenericMotionListener(p: OnGenericMotionListener): SListView

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  702. def onGlobalLayout(): Unit

    Permalink
    Definition Classes
    AbsListView → OnGlobalLayoutListener
  703. def onHierarchyChangeListener(p: OnHierarchyChangeListener): SListView

    Permalink

    Shortcut for setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener)

  704. def onHierarchyChangeListener(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  705. def onHierarchyChangeListener_=(p: OnHierarchyChangeListener): SListView

    Permalink

    Shortcut for setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener)

  706. def onHover(f: ⇒ Boolean): SListView

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

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

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

    Permalink
    Definition Classes
    View
  710. def onHoverListener(p: OnHoverListener): SListView

    Permalink

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

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

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

    Permalink

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

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

    Permalink
    Definition Classes
    ListView → AbsListView → AdapterView → View
  714. def onInitializeAccessibilityNodeInfo(arg0: AccessibilityNodeInfo): Unit

    Permalink
    Definition Classes
    ListView → AbsListView → AdapterView → View
  715. def onInterceptHoverEvent(arg0: MotionEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup
  716. def onInterceptTouchEvent(arg0: MotionEvent): Boolean

    Permalink
    Definition Classes
    AbsListView → ViewGroup
  717. def onItemClick[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  718. def onItemClick[U](f: (AdapterView[_], View, Int, Long) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  719. def onItemClickListener(p: OnItemClickListener): SListView

    Permalink

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

  720. def onItemClickListener: OnItemClickListener

    Permalink

    Shortcut for getOnItemClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  721. def onItemClickListener_=(p: OnItemClickListener): SListView

    Permalink

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

  722. def onItemLongClick(f: ⇒ Boolean): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  723. def onItemLongClick(f: (AdapterView[_], View, Int, Long) ⇒ Boolean): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  724. def onItemLongClickListener(p: OnItemLongClickListener): SListView

    Permalink

    Shortcut for setOnItemLongClickListener(android.widget.AdapterView.OnItemLongClickListener)

  725. def onItemLongClickListener: OnItemLongClickListener

    Permalink

    Shortcut for getOnItemLongClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  726. def onItemLongClickListener_=(p: OnItemLongClickListener): SListView

    Permalink

    Shortcut for setOnItemLongClickListener(android.widget.AdapterView.OnItemLongClickListener)

  727. def onItemSelected[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  728. def onItemSelected[U](f: (AdapterView[_], View, Int, Long) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  729. def onItemSelectedListener(p: OnItemSelectedListener): SListView

    Permalink

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

  730. def onItemSelectedListener: OnItemSelectedListener

    Permalink

    Shortcut for getOnItemSelectedListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  731. def onItemSelectedListener_=(p: OnItemSelectedListener): SListView

    Permalink

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

  732. def onKey(f: ⇒ Boolean): SListView

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

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

    Permalink
    Definition Classes
    ListView → AbsListView → View → Callback
  735. def onKeyListener(p: OnKeyListener): SListView

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → AdapterView → ViewGroup → View
  744. def onLayoutChange[U](f: ⇒ U): SListView

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  748. def onLongClickListener(p: OnLongClickListener): SListView

    Permalink

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

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

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

    Permalink

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → AbsListView → View
  752. def onMovedToScrapHeap[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  753. def onMovedToScrapHeap[U](f: (View) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  754. def onNothingSelected[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  755. def onNothingSelected[U](f: (AdapterView[_]) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  756. def onOverScrolled(arg0: Int, arg1: Int, arg2: Boolean, arg3: Boolean): Unit

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  757. def onPopulateAccessibilityEvent(arg0: AccessibilityEvent): Unit

    Permalink
    Definition Classes
    View
  758. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): SListView

    Permalink
    Definition Classes
    PressAndHoldable
  759. def onRemoteAdapterConnected(): Boolean

    Permalink
    Definition Classes
    AbsListView
  760. def onRemoteAdapterDisconnected(): Unit

    Permalink
    Definition Classes
    AbsListView
  761. def onRequestFocusInDescendants(arg0: Int, arg1: Rect): Boolean

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  762. def onRequestSendAccessibilityEvent(arg0: View, arg1: AccessibilityEvent): Boolean

    Permalink
    Definition Classes
    AdapterView → ViewGroup
  763. def onRestoreInstanceState(arg0: Parcelable): Unit

    Permalink
    Definition Classes
    AbsListView → View
  764. def onSaveInstanceState(): Parcelable

    Permalink
    Definition Classes
    AbsListView → View
  765. def onScreenStateChanged(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  766. def onScroll[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  767. def onScroll[U](f: (AbsListView, Int, Int, Int) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  768. def onScrollChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  769. def onScrollListener(p: OnScrollListener): SListView

    Permalink

    Shortcut for setOnScrollListener(android.widget.AbsListView.OnScrollListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  770. def onScrollListener(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  771. def onScrollListener_=(p: OnScrollListener): SListView

    Permalink

    Shortcut for setOnScrollListener(android.widget.AbsListView.OnScrollListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  772. def onScrollStateChanged[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  773. def onScrollStateChanged[U](f: (AbsListView, Int) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  774. def onSetAlpha(arg0: Int): Boolean

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    ListView → AbsListView → View
  776. def onStartTemporaryDetach(): Unit

    Permalink
    Definition Classes
    View
  777. def onSystemUiVisibilityChange[U](f: ⇒ U): SListView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  779. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SListView

    Permalink

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

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

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

    Permalink

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

  782. def onTextChanged(arg0: CharSequence, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    AbsListView → TextWatcher
  783. def onTouch(f: ⇒ Boolean): SListView

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

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

    Permalink
    Definition Classes
    AbsListView → View
  786. def onTouchListener(p: OnTouchListener): SListView

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  789. def onTouchModeChanged(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView → OnTouchModeChangeListener
  790. def onTrackballEvent(arg0: MotionEvent): Boolean

    Permalink
    Definition Classes
    View
  791. def onViewAttachedToWindow[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  792. def onViewAttachedToWindow[U](f: (View) ⇒ U): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  793. def onViewDetachedFromWindow[U](f: ⇒ U): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  794. def onViewDetachedFromWindow[U](f: (View) ⇒ U): SListView

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

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

    Permalink
    Definition Classes
    AbsListView → View
  797. def onWindowSystemUiVisibilityChanged(arg0: Int): Unit

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  799. 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
  800. def overScrollMode(p: Int): SListView

    Permalink

    Shortcut for setOverScrollMode(int)

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

    Permalink

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  802. def overScrollMode_=(p: Int): SListView

    Permalink

    Shortcut for setOverScrollMode(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  803. def overscrollFooter(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  804. def overscrollFooter: Drawable

    Permalink

    Shortcut for getOverscrollFooter()

    Shortcut for getOverscrollFooter()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  805. def overscrollFooter_=(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  806. def overscrollHeader(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  807. def overscrollHeader: Drawable

    Permalink

    Shortcut for getOverscrollHeader()

    Shortcut for getOverscrollHeader()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  808. def overscrollHeader_=(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  809. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SListView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  811. def padding(p: Int): SListView

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

    Permalink

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Permalink

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Permalink

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Permalink

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  816. def padding_=(p: Int): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  817. def parent: ViewParent

    Permalink

    Shortcut for getParent()

    Shortcut for getParent()

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

    Permalink

    Shortcut for getParentForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  819. implicit val parentVG: TraitViewGroup[SListView]

    Permalink
    Definition Classes
    TraitViewGroup
  820. val parentViewGroup: TraitViewGroup[_]

    Permalink
    Definition Classes
    SListViewTraitView
  821. def parentViewGroupIfExists[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SListView) ⇒ LP = (v: This) => null): TraitViewGroup[_]

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

    Permalink
    Definition Classes
    AbsListView → View
  823. def performClick(): Boolean

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

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

    Permalink
    Definition Classes
    View
  826. def performItemClick(arg0: View, arg1: Int, arg2: Long): Boolean

    Permalink
    Definition Classes
    AbsListView → AdapterView
  827. def performLongClick(): Boolean

    Permalink
    Definition Classes
    View
  828. def persistentDrawingCache(p: Int): SListView

    Permalink

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  829. def persistentDrawingCache: Int

    Permalink

    Shortcut for getPersistentDrawingCache()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  830. def persistentDrawingCache_=(p: Int): SListView

    Permalink

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  831. def pivotX(p: Float): SListView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Permalink

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  833. def pivotX_=(p: Float): SListView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  834. def pivotY(p: Float): SListView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Permalink

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  836. def pivotY_=(p: Float): SListView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Permalink
    Definition Classes
    View
  838. def pointToPosition(arg0: Int, arg1: Int): Int

    Permalink
    Definition Classes
    AbsListView
  839. def pointToRowId(arg0: Int, arg1: Int): Long

    Permalink
    Definition Classes
    AbsListView
  840. def post(arg0: Runnable): Boolean

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

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

    Permalink
    Definition Classes
    View
  843. def postInvalidate(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  847. def postInvalidateOnAnimation(): Unit

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

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

    Permalink
    Definition Classes
    View
  850. def pressed(p: Boolean): SListView

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Permalink

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  852. def pressed_=(p: Boolean): SListView

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  853. def reclaimViews(arg0: List[View]): Unit

    Permalink
    Definition Classes
    AbsListView
  854. def recomputeViewAttributes(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  855. def recyclerListener(p: RecyclerListener): SListView

    Permalink

    Shortcut for setRecyclerListener(android.widget.AbsListView.RecyclerListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  856. def recyclerListener(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  857. def recyclerListener_=(p: RecyclerListener): SListView

    Permalink

    Shortcut for setRecyclerListener(android.widget.AbsListView.RecyclerListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  858. def refreshDrawableState(): Unit

    Permalink
    Definition Classes
    View
  859. def remoteViewsAdapter(p: Intent): SListView

    Permalink

    Shortcut for setRemoteViewsAdapter(android.content.Intent)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  860. def remoteViewsAdapter(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  861. def remoteViewsAdapter_=(p: Intent): SListView

    Permalink

    Shortcut for setRemoteViewsAdapter(android.content.Intent)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  862. def removeAllViews(): Unit

    Permalink
    Definition Classes
    AdapterView → ViewGroup
  863. def removeAllViewsInLayout(): Unit

    Permalink
    Definition Classes
    ViewGroup
  864. def removeCallbacks(arg0: Runnable): Boolean

    Permalink
    Definition Classes
    View
  865. def removeDetachedView(arg0: View, arg1: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  866. def removeFooterView(arg0: View): Boolean

    Permalink
    Definition Classes
    ListView
  867. def removeHeaderView(arg0: View): Boolean

    Permalink
    Definition Classes
    ListView
  868. def removeOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

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

    Permalink
    Definition Classes
    View
  870. def removeView(arg0: View): Unit

    Permalink
    Definition Classes
    AdapterView → ViewGroup → ViewManager
  871. def removeViewAt(arg0: Int): Unit

    Permalink
    Definition Classes
    AdapterView → ViewGroup
  872. def removeViewInLayout(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup
  873. def removeViews(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    ViewGroup
  874. def removeViewsInLayout(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    ViewGroup
  875. def requestChildFocus(arg0: View, arg1: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  876. def requestChildRectangleOnScreen(arg0: View, arg1: Rect, arg2: Boolean): Boolean

    Permalink
    Definition Classes
    ListView → ViewGroup → ViewParent
  877. def requestDisallowInterceptTouchEvent(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView → ViewGroup → ViewParent
  878. def requestFitSystemWindows(): Unit

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

    Permalink
    Definition Classes
    ViewGroup → View
  880. final def requestFocus(arg0: Int): Boolean

    Permalink
    Definition Classes
    View
  881. final def requestFocus(): Boolean

    Permalink
    Definition Classes
    View
  882. final def requestFocusFromTouch(): Boolean

    Permalink
    Definition Classes
    View
  883. def requestLayout(): Unit

    Permalink
    Definition Classes
    AbsListView → ViewParent → View
  884. def requestRectangleOnScreen(arg0: Rect, arg1: Boolean): Boolean

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

    Permalink
    Definition Classes
    View
  886. def requestSendAccessibilityEvent(arg0: View, arg1: AccessibilityEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  887. def requestTransparentRegion(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  888. def resources: Resources

    Permalink

    Shortcut for getResources()

    Shortcut for getResources()

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

    Permalink
    Definition Classes
    View
  890. def right(p: Int): SListView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  892. def right_=(p: Int): SListView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  894. def rotation(p: Float): SListView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Permalink

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  896. def rotationX(p: Float): SListView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Permalink

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  898. def rotationX_=(p: Float): SListView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  899. def rotationY(p: Float): SListView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Permalink

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  901. def rotationY_=(p: Float): SListView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  902. def rotation_=(p: Float): SListView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  903. def saveEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setSaveEnabled(boolean)

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

    Permalink

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  905. def saveEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  906. def saveFromParentEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  908. def saveFromParentEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink
    Definition Classes
    View
  910. def scaleX(p: Float): SListView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Permalink

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  912. def scaleX_=(p: Float): SListView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  913. def scaleY(p: Float): SListView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Permalink

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  915. def scaleY_=(p: Float): SListView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Permalink
    Definition Classes
    View → Callback
  917. def scheduleLayoutAnimation(): Unit

    Permalink
    Definition Classes
    ViewGroup
  918. def scrollBarDefaultDelayBeforeFade(p: Int): SListView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Permalink

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  920. def scrollBarDefaultDelayBeforeFade_=(p: Int): SListView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  921. def scrollBarFadeDuration(p: Int): SListView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

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

    Permalink

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  923. def scrollBarFadeDuration_=(p: Int): SListView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  924. def scrollBarSize(p: Int): SListView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Permalink

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  926. def scrollBarSize_=(p: Int): SListView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  927. def scrollBarStyle(p: Int): SListView

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  929. def scrollBarStyle_=(p: Int): SListView

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink
    Definition Classes
    View
  931. def scrollContainer(p: Boolean): SListView

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  933. def scrollContainer_=(p: Boolean): SListView

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink
    Definition Classes
    View
  935. def scrollX(p: Int): SListView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Permalink

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  937. def scrollX_=(p: Int): SListView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  938. def scrollY(p: Int): SListView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Permalink

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  940. def scrollY_=(p: Int): SListView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  941. def scrollbarFadingEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Permalink

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  943. def scrollbarFadingEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  944. def scrollingCacheEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setScrollingCacheEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  945. def scrollingCacheEnabled: Boolean

    Permalink

    Shortcut for isScrollingCacheEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  946. def scrollingCacheEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setScrollingCacheEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  947. def selected(p: Boolean): SListView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  949. def selectedItem: AnyRef

    Permalink

    Shortcut for getSelectedItem()

    Shortcut for getSelectedItem()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  950. def selectedItemId: Long

    Permalink

    Shortcut for getSelectedItemId()

    Shortcut for getSelectedItemId()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  951. def selectedItemPosition: Int

    Permalink

    Shortcut for getSelectedItemPosition()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  952. def selectedView: View

    Permalink

    Shortcut for getSelectedView()

    Shortcut for getSelectedView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  953. def selected_=(p: Boolean): SListView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  954. def selection(p: Int): SListView

    Permalink

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  955. def selection(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  956. def selection_=(p: Int): SListView

    Permalink

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  957. def selector(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  958. def selector(p: Int): SListView

    Permalink

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  959. def selector: Drawable

    Permalink

    Shortcut for getSelector()

    Shortcut for getSelector()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  960. def selector_=(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  961. def selector_=(p: Int): SListView

    Permalink

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  962. def sendAccessibilityEvent(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView → View → AccessibilityEventSource
  963. def sendAccessibilityEventUnchecked(arg0: AccessibilityEvent): Unit

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

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

    Permalink
    Definition Classes
    View
  966. def setAdapter(arg0: ListAdapter): Unit

    Permalink
    Definition Classes
    ListView → AbsListView → AdapterView
  967. def setAddStatesFromChildren(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  968. def setAlpha(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  969. def setAlwaysDrawnWithCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  970. def setAnimation(arg0: Animation): Unit

    Permalink
    Definition Classes
    View
  971. def setAnimationCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  972. def setBackground(arg0: Drawable): Unit

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

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

    Permalink
    Definition Classes
    View
  975. final def setBottom(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  976. def setCacheColorHint(arg0: Int): Unit

    Permalink
    Definition Classes
    ListView → AbsListView
  977. def setCameraDistance(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  978. def setChildrenDrawingCacheEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  979. def setChildrenDrawingOrderEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  980. def setChildrenDrawnWithCacheEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  981. def setChoiceMode(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  982. def setClickable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  983. def setClipChildren(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  984. def setClipToPadding(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  985. def setContentDescription(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    View
  986. def setDescendantFocusability(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup
  987. def setDivider(arg0: Drawable): Unit

    Permalink
    Definition Classes
    ListView
  988. def setDividerHeight(arg0: Int): Unit

    Permalink
    Definition Classes
    ListView
  989. def setDrawSelectorOnTop(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  990. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

    Permalink
    Definition Classes
    View
  994. def setEmptyView(arg0: View): Unit

    Permalink
    Definition Classes
    AdapterView
  995. def setEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  996. def setFadingEdgeLength(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  997. def setFastScrollAlwaysVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  998. def setFastScrollEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  999. def setFilterText(arg0: String): Unit

    Permalink
    Definition Classes
    AbsListView
  1000. def setFilterTouchesWhenObscured(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1001. def setFitsSystemWindows(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1002. def setFocusable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AdapterView → View
  1003. def setFocusableInTouchMode(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AdapterView → View
  1004. def setFooterDividersEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ListView
  1005. def setFriction(arg0: Float): Unit

    Permalink
    Definition Classes
    AbsListView
  1006. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1007. def setHasTransientState(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1008. def setHeaderDividersEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ListView
  1009. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Permalink
    Definition Classes
    View
  1011. def setHovered(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1012. def setId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1013. def setImportantForAccessibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1014. def setItemChecked(arg0: Int, arg1: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1015. def setItemsCanFocus(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ListView
  1016. def setKeepScreenOn(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1017. def setLayerType(arg0: Int, arg1: Paint): Unit

    Permalink
    Definition Classes
    View
  1018. def setLayoutAnimation(arg0: LayoutAnimationController): Unit

    Permalink
    Definition Classes
    ViewGroup
  1019. def setLayoutAnimationListener(arg0: AnimationListener): Unit

    Permalink
    Definition Classes
    ViewGroup
  1020. def setLayoutParams(arg0: LayoutParams): Unit

    Permalink
    Definition Classes
    View
  1021. def setLayoutTransition(arg0: LayoutTransition): Unit

    Permalink
    Definition Classes
    ViewGroup
  1022. final def setLeft(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1023. def setLongClickable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1024. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    View
  1027. def setMotionEventSplittingEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  1028. def setMultiChoiceModeListener(arg0: MultiChoiceModeListener): Unit

    Permalink
    Definition Classes
    AbsListView
  1029. def setNextFocusDownId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1030. def setNextFocusForwardId(arg0: Int): Unit

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

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

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

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

    Permalink
    Definition Classes
    AdapterView → View
  1035. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Permalink
    Definition Classes
    View
  1036. def setOnDragListener(arg0: OnDragListener): Unit

    Permalink
    Definition Classes
    View
  1037. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

    Permalink
    Definition Classes
    View
  1038. def setOnGenericMotionListener(arg0: OnGenericMotionListener): Unit

    Permalink
    Definition Classes
    View
  1039. def setOnHierarchyChangeListener(arg0: OnHierarchyChangeListener): Unit

    Permalink
    Definition Classes
    ViewGroup
  1040. def setOnHoverListener(arg0: OnHoverListener): Unit

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

    Permalink
    Definition Classes
    AdapterView
  1042. def setOnItemLongClickListener(arg0: OnItemLongClickListener): Unit

    Permalink
    Definition Classes
    AdapterView
  1043. def setOnItemSelectedListener(arg0: OnItemSelectedListener): Unit

    Permalink
    Definition Classes
    AdapterView
  1044. def setOnKeyListener(arg0: OnKeyListener): Unit

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

    Permalink
    Definition Classes
    View
  1046. def setOnScrollListener(arg0: OnScrollListener): Unit

    Permalink
    Definition Classes
    AbsListView
  1047. def setOnSystemUiVisibilityChangeListener(arg0: OnSystemUiVisibilityChangeListener): Unit

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

    Permalink
    Definition Classes
    View
  1049. def setOverScrollMode(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView → View
  1050. def setOverscrollFooter(arg0: Drawable): Unit

    Permalink
    Definition Classes
    ListView
  1051. def setOverscrollHeader(arg0: Drawable): Unit

    Permalink
    Definition Classes
    ListView
  1052. def setPadding(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  1053. def setPersistentDrawingCache(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup
  1054. def setPivotX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1055. def setPivotY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1056. def setPressed(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1057. def setRecyclerListener(arg0: RecyclerListener): Unit

    Permalink
    Definition Classes
    AbsListView
  1058. def setRemoteViewsAdapter[T](implicit arg0: ClassTag[T], context: Context): Unit

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1059. def setRemoteViewsAdapter(arg0: Intent): Unit

    Permalink
    Definition Classes
    ListView → AbsListView
  1060. final def setRight(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1061. def setRotation(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1062. def setRotationX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1063. def setRotationY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1064. def setSaveEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1065. def setSaveFromParentEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1066. def setScaleX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1067. def setScaleY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1068. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1069. def setScrollBarFadeDuration(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1070. def setScrollBarSize(arg0: Int): Unit

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

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

    Permalink
    Definition Classes
    View
  1073. def setScrollIndicators(arg0: View, arg1: View): Unit

    Permalink
    Definition Classes
    AbsListView
  1074. def setScrollX(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1075. def setScrollY(arg0: Int): Unit

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

    Permalink
    Definition Classes
    View
  1077. def setScrollingCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1078. def setSelected(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1079. def setSelection(arg0: Int): Unit

    Permalink
    Definition Classes
    ListView → AdapterView
  1080. def setSelectionAfterHeaderView(): Unit

    Permalink
    Definition Classes
    ListView
  1081. def setSelectionFromTop(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    ListView
  1082. def setSelector(arg0: Drawable): Unit

    Permalink
    Definition Classes
    AbsListView
  1083. def setSelector(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1084. def setSmoothScrollbarEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1085. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1086. def setStackFromBottom(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1087. def setStaticTransformationsEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  1088. def setSystemUiVisibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1089. def setTag(arg0: Int, arg1: Any): Unit

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

    Permalink
    Definition Classes
    View
  1091. def setTextFilterEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1092. final def setTop(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1093. def setTouchDelegate(arg0: TouchDelegate): Unit

    Permalink
    Definition Classes
    View
  1094. def setTranscriptMode(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1095. def setTranslationX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1096. def setTranslationY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1097. def setVelocityScale(arg0: Float): Unit

    Permalink
    Definition Classes
    AbsListView
  1098. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Permalink
    Definition Classes
    View
  1100. def setVerticalScrollbarPosition(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView → View
  1101. def setVisibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1102. def setWillNotCacheDrawing(arg0: Boolean): Unit

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

    Permalink
    Definition Classes
    View
  1104. def setX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1105. def setY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1106. def shouldDelayChildPressedState(): Boolean

    Permalink
    Definition Classes
    ViewGroup
  1107. def showContextMenu(): Boolean

    Permalink
    Definition Classes
    View
  1108. def showContextMenuForChild(arg0: View): Boolean

    Permalink
    Definition Classes
    AbsListView → ViewGroup → ViewParent
  1109. def smoothScrollBy(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1110. def smoothScrollByOffset(arg0: Int): Unit

    Permalink
    Definition Classes
    ListView
  1111. def smoothScrollToPosition(arg0: Int): Unit

    Permalink
    Definition Classes
    ListView → AbsListView
  1112. def smoothScrollToPosition(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1113. def smoothScrollToPositionFromTop(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1114. def smoothScrollToPositionFromTop(arg0: Int, arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1115. def smoothScrollbarEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1116. def smoothScrollbarEnabled: Boolean

    Permalink

    Shortcut for isSmoothScrollbarEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1117. def smoothScrollbarEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1118. def solidColor: Int

    Permalink

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1119. def soundEffectsEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Permalink

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1121. def soundEffectsEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1122. def stackFromBottom(p: Boolean): SListView

    Permalink

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1123. def stackFromBottom: Boolean

    Permalink

    Shortcut for isStackFromBottom()

    Shortcut for isStackFromBottom()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1124. def stackFromBottom_=(p: Boolean): SListView

    Permalink

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1125. def startActionMode(arg0: Callback): ActionMode

    Permalink
    Definition Classes
    View
  1126. def startActionModeForChild(arg0: View, arg1: Callback): ActionMode

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  1127. def startAnimation(arg0: Animation): Unit

    Permalink
    Definition Classes
    View
  1128. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

    Permalink
    Definition Classes
    View
  1129. def startLayoutAnimation(): Unit

    Permalink
    Definition Classes
    ViewGroup
  1130. def startViewTransition(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup
  1131. def style(stl: PartialFunction[View, View]): SListView

    Permalink
    Definition Classes
    TraitViewGroup
  1132. val styles: ArrayBuffer[PartialFunction[View, View]]

    Permalink
    Definition Classes
    TraitViewGroup
  1133. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  1134. def systemUiVisibility(p: Int): SListView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1135. def systemUiVisibility: Int

    Permalink

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1136. def systemUiVisibility_=(p: Int): SListView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1137. def tag(p: Any): SListView

    Permalink

    Shortcut for setTag(java.lang.Object)

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

    Permalink

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1139. def tag_=(p: Any): SListView

    Permalink

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1140. def textFilter: CharSequence

    Permalink

    Shortcut for getTextFilter()

    Shortcut for getTextFilter()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1141. def textFilterEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1142. def textFilterEnabled: Boolean

    Permalink

    Shortcut for isTextFilterEnabled()

    Shortcut for isTextFilterEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1143. def textFilterEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1144. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  1145. def top(p: Int): SListView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1146. def top: Int

    Permalink

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1147. def top_=(p: Int): SListView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1148. def touchDelegate(p: TouchDelegate): SListView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1150. def touchDelegate_=(p: TouchDelegate): SListView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1152. def transcriptMode(p: Int): SListView

    Permalink

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1153. def transcriptMode: Int

    Permalink

    Shortcut for getTranscriptMode()

    Shortcut for getTranscriptMode()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1154. def transcriptMode_=(p: Int): SListView

    Permalink

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1155. def translationX(p: Float): SListView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1156. def translationX: Float

    Permalink

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1157. def translationX_=(p: Float): SListView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1158. def translationY(p: Float): SListView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1159. def translationY: Float

    Permalink

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1160. def translationY_=(p: Float): SListView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1161. def uniqueId(implicit activity: Activity): Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1162. def unscheduleDrawable(arg0: Drawable): Unit

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

    Permalink
    Definition Classes
    View → Callback
  1164. def updateViewLayout(arg0: View, arg1: LayoutParams): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewManager
  1165. def velocityScale(p: Float): SListView

    Permalink

    Shortcut for setVelocityScale(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1166. def velocityScale(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1167. def velocityScale_=(p: Float): SListView

    Permalink

    Shortcut for setVelocityScale(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1168. def verifyDrawable(arg0: Drawable): Boolean

    Permalink
    Definition Classes
    AbsListView → View
  1169. def verticalFadingEdgeEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1171. def verticalFadingEdgeEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1173. def verticalScrollBarEnabled(p: Boolean): SListView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1175. def verticalScrollBarEnabled_=(p: Boolean): SListView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1176. def verticalScrollbarPosition(p: Int): SListView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1177. def verticalScrollbarPosition: Int

    Permalink

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1178. def verticalScrollbarPosition_=(p: Int): SListView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

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

    Permalink

    Shortcut for getVerticalScrollbarWidth()

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

    Permalink

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1181. def visibility(p: Int): SListView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Permalink

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1183. def visibility_=(p: Int): SListView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1187. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SListView) ⇒ LP): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1188. def width: Int

    Permalink

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1189. def willNotCacheDrawing(p: Boolean): SListView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1191. def willNotCacheDrawing_=(p: Boolean): SListView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1192. def willNotDraw(p: Boolean): SListView

    Permalink

    Shortcut for setWillNotDraw(boolean)

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1194. def willNotDraw_=(p: Boolean): SListView

    Permalink

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1195. def windowSystemUiVisibility: Int

    Permalink

    Shortcut for getWindowSystemUiVisibility()

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

    Permalink

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Permalink

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1198. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SListView) ⇒ LP): SListView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1199. def x(p: Float): SListView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1200. def x: Float

    Permalink

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1201. def x_=(p: Float): SListView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1202. def y(p: Float): SListView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1203. def y: Float

    Permalink

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1204. def y_=(p: Float): SListView

    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): SListView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SListView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def checkItemIds: Array[Long]

    Permalink

    Shortcut for getCheckItemIds()

    Shortcut for getCheckItemIds()

    Definition Classes
    TraitListView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  5. def getCheckItemIds(): Array[Long]

    Permalink
    Definition Classes
    ListView
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def setBackgroundDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitListView[SListView]

Inherited from TraitAbsListView[SListView]

Inherited from TraitAdapterView[SListView]

Inherited from TraitViewGroup[SListView]

Inherited from TraitView[SListView]

Inherited from PressAndHoldable[SListView]

Inherited from ConstantsSupport

Inherited from ListView

Inherited from AbsListView

Inherited from OnTouchModeChangeListener

Inherited from FilterListener

Inherited from OnGlobalLayoutListener

Inherited from TextWatcher

Inherited from NoCopySpan

Inherited from AdapterView[ListAdapter]

Inherited from ViewGroup

Inherited from ViewManager

Inherited from ViewParent

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped