org.scaloid.common

SExpandableListView

Related Docs: object SExpandableListView | package common

class SExpandableListView extends ExpandableListView with TraitExpandableListView[SExpandableListView]

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

Linear Supertypes
TraitExpandableListView[SExpandableListView], TraitListView[SExpandableListView], TraitAbsListView[SExpandableListView], TraitAdapterView[SExpandableListView], TraitViewGroup[SExpandableListView], TraitView[SExpandableListView], PressAndHoldable[SExpandableListView], ConstantsSupport, ExpandableListView, 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. SExpandableListView
  2. TraitExpandableListView
  3. TraitListView
  4. TraitAbsListView
  5. TraitAdapterView
  6. TraitViewGroup
  7. TraitView
  8. PressAndHoldable
  9. ConstantsSupport
  10. ExpandableListView
  11. ListView
  12. AbsListView
  13. OnTouchModeChangeListener
  14. FilterListener
  15. OnGlobalLayoutListener
  16. TextWatcher
  17. NoCopySpan
  18. AdapterView
  19. ViewGroup
  20. ViewManager
  21. ViewParent
  22. View
  23. AccessibilityEventSource
  24. Callback
  25. Callback
  26. AnyRef
  27. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. class FixedViewInfo extends AnyRef

    Definition Classes
    ListView
  2. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def +=(v: View): SExpandableListView

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

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

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

    Definition Classes
    AnyRef → Any
  7. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  8. val NONE: Int

    Definition Classes
    ConstantsSupport
  9. val TEXT: Int

    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  26. val WRAP_CONTENT: Int

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

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

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

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

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

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

    Shortcut for getAccessibilityNodeProvider()

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

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Shortcut for isActivated()

    Shortcut for isActivated()

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

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  34. def adapter(p: ExpandableListAdapter): SExpandableListView

    Shortcut for setAdapter(android.widget.ExpandableListAdapter)

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  35. def adapter: ListAdapter

    Shortcut for getAdapter()

    Shortcut for getAdapter()

    Definition Classes
    TraitListViewTraitAdapterView
    Annotations
    @inline()
  36. def adapter(p: ListAdapter): SExpandableListView

    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 adapter_=(p: ExpandableListAdapter): SExpandableListView

    Shortcut for setAdapter(android.widget.ExpandableListAdapter)

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  38. def adapter_=(p: ListAdapter): SExpandableListView

    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()
  39. def addChildrenForAccessibility(arg0: ArrayList[View]): Unit

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

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

    Definition Classes
    View
  42. def addFooterView(arg0: View): Unit

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

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

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

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

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

    Definition Classes
    View
  48. def addStatesFromChildren(p: Boolean): SExpandableListView

    Shortcut for setAddStatesFromChildren(boolean)

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

    Definition Classes
    ViewGroup
  50. def addStatesFromChildren_=(p: Boolean): SExpandableListView

    Shortcut for setAddStatesFromChildren(boolean)

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbsListView → TextWatcher
  60. def alpha(p: Float): SExpandableListView

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  62. def alpha_=(p: Float): SExpandableListView

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  63. def alwaysDrawnWithCacheEnabled(p: Boolean): SExpandableListView

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

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

    Shortcut for isAlwaysDrawnWithCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  65. def alwaysDrawnWithCacheEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

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

    Definition Classes
    View
  67. def animation(p: Animation): SExpandableListView

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  69. def animationCacheEnabled(p: Boolean): SExpandableListView

    Shortcut for setAnimationCacheEnabled(boolean)

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

    Shortcut for isAnimationCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  71. def animationCacheEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  72. def animation_=(p: Animation): SExpandableListView

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

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

    Definition Classes
    View
  74. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

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

    Definition Classes
    TraitViewGroup
  76. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  84. def backgroundColor(p: Int): SExpandableListView

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  86. def backgroundColor_=(p: Int): SExpandableListView

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  88. def backgroundResource(p: Int): SExpandableListView

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  90. def backgroundResource_=(p: Int): SExpandableListView

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  91. def background_=(p: Drawable): SExpandableListView

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

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  93. def basis: SExpandableListView

  94. def beforeTextChanged(arg0: CharSequence, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    AbsListView → TextWatcher
  95. def bottom(p: Int): SExpandableListView

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  97. def bottom_=(p: Int): SExpandableListView

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

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

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

    Definition Classes
    View
  101. def buildDrawingCache(): Unit

    Definition Classes
    View
  102. def buildLayer(): Unit

    Definition Classes
    View
  103. def cacheColorHint(p: Int): SExpandableListView

    Shortcut for setCacheColorHint(int)

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

    Shortcut for getCacheColorHint()

    Shortcut for getCacheColorHint()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  105. def cacheColorHint_=(p: Int): SExpandableListView

    Shortcut for setCacheColorHint(int)

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

    Definition Classes
    View
  107. def cameraDistance(p: Float): SExpandableListView

    Shortcut for setCameraDistance(float)

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

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  109. def cameraDistance_=(p: Float): SExpandableListView

    Shortcut for setCameraDistance(float)

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

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

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

    Definition Classes
    View
  113. def cancelLongPress(): Unit

    Definition Classes
    View
  114. def checkInputConnectionProxy(arg0: View): Boolean

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

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

    Shortcut for getCheckedItemCount()

    Shortcut for getCheckedItemCount()

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

    Shortcut for getCheckedItemIds()

    Shortcut for getCheckedItemIds()

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

    Shortcut for getCheckedItemPosition()

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

    Shortcut for getCheckedItemPositions()

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

    Shortcut for getChildCount()

    Shortcut for getChildCount()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  121. def childDivider(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  122. def childDivider(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  123. def childDivider_=(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  124. def childDrawableStateChanged(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  125. def childIndicator(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  126. def childIndicator(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  127. def childIndicator_=(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  128. def choiceMode(p: Int): SExpandableListView

    Shortcut for setChoiceMode(int)

    Shortcut for setChoiceMode(int)

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

    Shortcut for getChoiceMode()

    Shortcut for getChoiceMode()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  130. def choiceMode_=(p: Int): SExpandableListView

    Shortcut for setChoiceMode(int)

    Shortcut for setChoiceMode(int)

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

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

    Definition Classes
    View
  133. def clearChildFocus(arg0: View): Unit

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

    Definition Classes
    AbsListView
  135. def clearDisappearingChildren(): Unit

    Definition Classes
    ViewGroup
  136. def clearFocus(): Unit

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

    Definition Classes
    AbsListView
  138. def clickable(p: Boolean): SExpandableListView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def clickable_=(p: Boolean): SExpandableListView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  141. def clipChildren(p: Boolean): SExpandableListView

    Shortcut for setClipChildren(boolean)

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  143. def clipChildren_=(p: Boolean): SExpandableListView

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  144. def clipToPadding(p: Boolean): SExpandableListView

    Shortcut for setClipToPadding(boolean)

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  146. def clipToPadding_=(p: Boolean): SExpandableListView

    Shortcut for setClipToPadding(boolean)

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  148. def collapseGroup(arg0: Int): Boolean

    Definition Classes
    ExpandableListView
  149. def computeHorizontalScrollExtent(): Int

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

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

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

    Definition Classes
    View
  153. def computeVerticalScrollExtent(): Int

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → View
  156. def contentDescription(p: CharSequence): SExpandableListView

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  158. def contentDescription_=(p: CharSequence): SExpandableListView

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContext()

    Shortcut for getContext()

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

    Shortcut for getCount()

    Shortcut for getCount()

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

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

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

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

    Definition Classes
    AbsListView
  165. def descendantFocusability(p: Int): SExpandableListView

    Shortcut for setDescendantFocusability(int)

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

    Shortcut for getDescendantFocusability()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  167. def descendantFocusability_=(p: Int): SExpandableListView

    Shortcut for setDescendantFocusability(int)

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

    Definition Classes
    View
  169. def detachAllViewsFromParent(): Unit

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  173. def disable(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def disableAlwaysDrawnWithCache(): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  175. def disableAnimationCache(): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  176. def disableDrawingCache(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def disableDuplicateParentState(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def disableFastScroll(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  179. def disableFooterDividers(): SExpandableListView

    Definition Classes
    TraitListView
    Annotations
    @inline()
  180. def disableHapticFeedback(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  181. def disableHeaderDividers(): SExpandableListView

    Definition Classes
    TraitListView
    Annotations
    @inline()
  182. def disableHorizontalFadingEdge(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  183. def disableHorizontalScrollBar(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  184. def disableMotionEventSplitting(): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  185. def disableSave(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  186. def disableSaveFromParent(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  187. def disableScrollbarFading(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  188. def disableScrollingCache(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  189. def disableSmoothScrollbar(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  190. def disableSoundEffects(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  191. def disableTextFilter(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  192. def disableVerticalFadingEdge(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def disableVerticalScrollBar(): SExpandableListView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ViewGroup → View
  221. def divider(p: Drawable): SExpandableListView

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

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

    Shortcut for getDivider()

    Shortcut for getDivider()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  223. def dividerHeight(p: Int): SExpandableListView

    Shortcut for setDividerHeight(int)

    Shortcut for setDividerHeight(int)

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

    Shortcut for getDividerHeight()

    Shortcut for getDividerHeight()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  225. def dividerHeight_=(p: Int): SExpandableListView

    Shortcut for setDividerHeight(int)

    Shortcut for setDividerHeight(int)

    Definition Classes
    TraitListView
    Annotations
    @inline()
  226. def divider_=(p: Drawable): SExpandableListView

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    ListView → ViewGroup
  229. def drawSelectorOnTop(p: Boolean): SExpandableListView

    Shortcut for setDrawSelectorOnTop(boolean)

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  231. def drawSelectorOnTop_=(p: Boolean): SExpandableListView

    Shortcut for setDrawSelectorOnTop(boolean)

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

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

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

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  235. def drawingCacheBackgroundColor(p: Int): SExpandableListView

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  237. def drawingCacheBackgroundColor_=(p: Int): SExpandableListView

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  238. def drawingCacheEnabled(p: Boolean): SExpandableListView

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  240. def drawingCacheEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  241. def drawingCacheQuality(p: Int): SExpandableListView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  243. def drawingCacheQuality_=(p: Int): SExpandableListView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  245. def duplicateParentStateEnabled(p: Boolean): SExpandableListView

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  247. def duplicateParentStateEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  248. def emptyView(p: View): SExpandableListView

    Shortcut for setEmptyView(android.view.View)

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

    Shortcut for getEmptyView()

    Shortcut for getEmptyView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  250. def emptyView_=(p: View): SExpandableListView

    Shortcut for setEmptyView(android.view.View)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  251. def enable(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  252. def enableAlwaysDrawnWithCache(): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  253. def enableAnimationCache(): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  254. def enableDrawingCache(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  255. def enableDuplicateParentState(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  256. def enableFastScroll(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  257. def enableFooterDividers(): SExpandableListView

    Definition Classes
    TraitListView
    Annotations
    @inline()
  258. def enableHapticFeedback(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  259. def enableHeaderDividers(): SExpandableListView

    Definition Classes
    TraitListView
    Annotations
    @inline()
  260. def enableHorizontalFadingEdge(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  261. def enableHorizontalScrollBar(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  262. def enableMotionEventSplitting(): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  263. def enableSave(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  264. def enableSaveFromParent(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  265. def enableScrollbarFading(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  266. def enableScrollingCache(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  267. def enableSmoothScrollbar(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  268. def enableSoundEffects(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  269. def enableTextFilter(): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  270. def enableVerticalFadingEdge(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  271. def enableVerticalScrollBar(): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  272. def enabled(p: Boolean): SExpandableListView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  274. def enabled_=(p: Boolean): SExpandableListView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

    Definition Classes
    AnyRef → Any
  278. def expandGroup(arg0: Int, arg1: Boolean): Boolean

    Definition Classes
    ExpandableListView
  279. def expandGroup(arg0: Int): Boolean

    Definition Classes
    ExpandableListView
  280. def expandableListAdapter: ExpandableListAdapter

    Shortcut for getExpandableListAdapter()

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  281. def fadingEdgeLength(p: Int): SExpandableListView

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  283. def fadingEdgeLength_=(p: Int): SExpandableListView

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  284. def fastScrollAlwaysVisible(p: Boolean): SExpandableListView

    Shortcut for setFastScrollAlwaysVisible(boolean)

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

    Shortcut for isFastScrollAlwaysVisible()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  286. def fastScrollAlwaysVisible_=(p: Boolean): SExpandableListView

    Shortcut for setFastScrollAlwaysVisible(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  287. def fastScrollEnabled(p: Boolean): SExpandableListView

    Shortcut for setFastScrollEnabled(boolean)

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

    Shortcut for isFastScrollEnabled()

    Shortcut for isFastScrollEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  289. def fastScrollEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setFastScrollEnabled(boolean)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  291. def filterText(p: String): SExpandableListView

    Shortcut for setFilterText(java.lang.String)

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  293. def filterText_=(p: String): SExpandableListView

    Shortcut for setFilterText(java.lang.String)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  294. def filterTouchesWhenObscured(p: Boolean): SExpandableListView

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  296. def filterTouchesWhenObscured_=(p: Boolean): SExpandableListView

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

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

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

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

    Definition Classes
    View
  301. def findViewTraversal(arg0: Int): View

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

    Definition Classes
    View
  303. def findViewWithTagTraversal(arg0: Any): View

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

    Definition Classes
    ViewGroup → View
  305. def firstVisiblePosition: Int

    Shortcut for getFirstVisiblePosition()

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  307. def fitsSystemWindows(p: Boolean): SExpandableListView

    Shortcut for setFitsSystemWindows(boolean)

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

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  309. def fitsSystemWindows_=(p: Boolean): SExpandableListView

    Shortcut for setFitsSystemWindows(boolean)

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

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

    Definition Classes
    AbsListView → View
  312. def focusable(p: Boolean): SExpandableListView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  314. def focusableInTouchMode(p: Boolean): SExpandableListView

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  316. def focusableInTouchMode_=(p: Boolean): SExpandableListView

    Shortcut for setFocusableInTouchMode(boolean)

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

    Definition Classes
    ViewGroup → ViewParent
  318. def focusable_=(p: Boolean): SExpandableListView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for getFocusedChild()

    Shortcut for getFocusedChild()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  320. def footerDividersEnabled(p: Boolean): SExpandableListView

    Shortcut for setFooterDividersEnabled(boolean)

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  322. def footerDividersEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setFooterDividersEnabled(boolean)

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

    Shortcut for getFooterViewsCount()

    Shortcut for getFooterViewsCount()

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

    Definition Classes
    View
  325. def friction(p: Float): SExpandableListView

    Shortcut for setFriction(float)

    Shortcut for setFriction(float)

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  327. def friction_=(p: Float): SExpandableListView

    Shortcut for setFriction(float)

    Shortcut for setFriction(float)

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

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

    Definition Classes
    ViewGroup
  330. def generateDefaultLayoutParams(): LayoutParams

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

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

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

    Definition Classes
    View
  334. def getAdapter(): ListAdapter

    Definition Classes
    ExpandableListView → ListView → AdapterView
  335. def getAlpha(): Float

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

    Definition Classes
    View
  337. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  338. def getBackground(): Drawable

    Definition Classes
    View
  339. def getBaseline(): Int

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

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

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

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

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

    Definition Classes
    View
  345. def getCheckedItemCount(): Int

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

    Definition Classes
    AbsListView
  347. def getCheckedItemPosition(): Int

    Definition Classes
    AbsListView
  348. def getCheckedItemPositions(): SparseBooleanArray

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

    Definition Classes
    ViewGroup
  350. def getChildCount(): Int

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ListView
  362. def getDividerHeight(): Int

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

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

    Definition Classes
    View
  365. def getDrawingCache(): Bitmap

    Definition Classes
    View
  366. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  367. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  369. def getDrawingTime(): Long

    Definition Classes
    View
  370. def getEmptyView(): View

    Definition Classes
    AdapterView
  371. def getExpandableListAdapter(): ExpandableListAdapter

    Definition Classes
    ExpandableListView
  372. def getExpandableListPosition(arg0: Int): Long

    Definition Classes
    ExpandableListView
  373. def getFilterTouchesWhenObscured(): Boolean

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

    Definition Classes
    AdapterView
  375. def getFitsSystemWindows(): Boolean

    Definition Classes
    View
  376. def getFlatListPosition(arg0: Long): Int

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

    Definition Classes
    View
  378. def getFocusedChild(): View

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

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

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

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

    Definition Classes
    View
  383. def getHandler(): Handler

    Definition Classes
    View
  384. def getHeaderViewsCount(): Int

    Definition Classes
    ListView
  385. final def getHeight(): Int

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

    Definition Classes
    View
  387. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  388. def getHorizontalScrollbarHeight(): Int

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

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

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

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

    Definition Classes
    AdapterView
  393. def getItemsCanFocus(): Boolean

    Definition Classes
    ListView
  394. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  395. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  396. def getLastVisiblePosition(): Int

    Definition Classes
    AdapterView
  397. def getLayerType(): Int

    Definition Classes
    View
  398. def getLayoutAnimation(): LayoutAnimationController

    Definition Classes
    ViewGroup
  399. def getLayoutAnimationListener(): AnimationListener

    Definition Classes
    ViewGroup
  400. def getLayoutParams(): LayoutParams

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

    Definition Classes
    ViewGroup
  402. final def getLeft(): Int

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

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

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

    Definition Classes
    AbsListView
  406. def getListPaddingLeft(): Int

    Definition Classes
    AbsListView
  407. def getListPaddingRight(): Int

    Definition Classes
    AbsListView
  408. def getListPaddingTop(): Int

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

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

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

    Definition Classes
    View
  412. def getMatrix(): Matrix

    Definition Classes
    View
  413. def getMaxScrollAmount(): Int

    Definition Classes
    ListView
  414. final def getMeasuredHeight(): Int

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

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

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

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

    Definition Classes
    View
  419. def getMinimumHeight(): Int

    Definition Classes
    View
  420. def getMinimumWidth(): Int

    Definition Classes
    View
  421. def getNextFocusDownId(): Int

    Definition Classes
    View
  422. def getNextFocusForwardId(): Int

    Definition Classes
    View
  423. def getNextFocusLeftId(): Int

    Definition Classes
    View
  424. def getNextFocusRightId(): Int

    Definition Classes
    View
  425. def getNextFocusUpId(): Int

    Definition Classes
    View
  426. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  427. final def getOnItemClickListener(): OnItemClickListener

    Definition Classes
    AdapterView
  428. final def getOnItemLongClickListener(): OnItemLongClickListener

    Definition Classes
    AdapterView
  429. final def getOnItemSelectedListener(): OnItemSelectedListener

    Definition Classes
    AdapterView
  430. def getOverScrollMode(): Int

    Definition Classes
    View
  431. def getOverscrollFooter(): Drawable

    Definition Classes
    ListView
  432. def getOverscrollHeader(): Drawable

    Definition Classes
    ListView
  433. def getPaddingBottom(): Int

    Definition Classes
    View
  434. def getPaddingLeft(): Int

    Definition Classes
    View
  435. def getPaddingRight(): Int

    Definition Classes
    View
  436. def getPaddingTop(): Int

    Definition Classes
    View
  437. final def getParent(): ViewParent

    Definition Classes
    View
  438. def getParentForAccessibility(): ViewParent

    Definition Classes
    View
  439. def getPersistentDrawingCache(): Int

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

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

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

    Definition Classes
    AdapterView
  443. def getResources(): Resources

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

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

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

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

    Definition Classes
    View
  448. def getRotation(): Float

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

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

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

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

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

    Definition Classes
    View
  454. def getScrollBarFadeDuration(): Int

    Definition Classes
    View
  455. def getScrollBarSize(): Int

    Definition Classes
    View
  456. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  459. def getSelectedId(): Long

    Definition Classes
    ExpandableListView
  460. def getSelectedItem(): AnyRef

    Definition Classes
    AdapterView
  461. def getSelectedItemId(): Long

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

    Definition Classes
    AdapterView
    Annotations
    @CapturedViewProperty()
  463. def getSelectedPosition(): Long

    Definition Classes
    ExpandableListView
  464. def getSelectedView(): View

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

    Definition Classes
    AbsListView
  466. def getSolidColor(): Int

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

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

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

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

    Definition Classes
    View
  471. def getTag(): AnyRef

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

    Definition Classes
    AbsListView
  473. final def getTop(): Int

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

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

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

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

    Definition Classes
    View
  478. def getTranscriptMode(): Int

    Definition Classes
    AbsListView
  479. def getTranslationX(): Float

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

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

    Definition Classes
    View
  482. def getVerticalScrollbarPosition(): Int

    Definition Classes
    View
  483. def getVerticalScrollbarWidth(): Int

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

    Definition Classes
    View
  485. def getVisibility(): Int

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

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

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

    Definition Classes
    View
  489. def getWindowToken(): IBinder

    Definition Classes
    View
  490. def getWindowVisibility(): Int

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

    Definition Classes
    View
  492. def getX(): Float

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  494. def groupIndicator(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  495. def groupIndicator(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  496. def groupIndicator_=(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  497. def handleDataChanged(): Unit

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

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  499. def hapticFeedbackEnabled(p: Boolean): SExpandableListView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  501. def hapticFeedbackEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

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

    Definition Classes
    View
  505. def hasOverlappingRendering(): Boolean

    Definition Classes
    View
  506. def hasTextFilter(): Boolean

    Definition Classes
    AbsListView
  507. def hasTransientState(p: Boolean): SExpandableListView

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  509. def hasTransientState_=(p: Boolean): SExpandableListView

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
  511. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  512. def headerDividersEnabled(p: Boolean): SExpandableListView

    Shortcut for setHeaderDividersEnabled(boolean)

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  514. def headerDividersEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setHeaderDividersEnabled(boolean)

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

    Shortcut for getHeaderViewsCount()

    Shortcut for getHeaderViewsCount()

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

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  517. def horizontalFadingEdgeEnabled(p: Boolean): SExpandableListView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  519. def horizontalFadingEdgeEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  521. def horizontalScrollBarEnabled(p: Boolean): SExpandableListView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  523. def horizontalScrollBarEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  524. def hovered(p: Boolean): SExpandableListView

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  526. def hovered_=(p: Boolean): SExpandableListView

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  527. def id(p: Int): SExpandableListView

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  529. def id_=(p: Int): SExpandableListView

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  530. def importantForAccessibility(p: Int): SExpandableListView

    Shortcut for setImportantForAccessibility(int)

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

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  532. def importantForAccessibility_=(p: Int): SExpandableListView

    Shortcut for setImportantForAccessibility(int)

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbsListView
  543. def isActivated(): Boolean

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

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

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

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

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

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

    Definition Classes
    View
  550. def isDrawingCacheEnabled(): Boolean

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

    Definition Classes
    View
  552. def isEnabled(): Boolean

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

    Definition Classes
    AbsListView
  554. def isFastScrollEnabled(): Boolean

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

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

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  558. def isGroupExpanded(arg0: Int): Boolean

    Definition Classes
    ExpandableListView
  559. def isHapticFeedbackEnabled(): Boolean

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

    Definition Classes
    View
  561. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  562. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  563. def isHovered(): Boolean

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

    Definition Classes
    View
  565. def isInFilterMode(): Boolean

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

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

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

    Definition Classes
    AbsListView
  569. def isLayoutRequested(): Boolean

    Definition Classes
    View
  570. def isLongClickable(): Boolean

    Definition Classes
    View
  571. def isMotionEventSplittingEnabled(): Boolean

    Definition Classes
    ViewGroup
  572. def isOpaque(): Boolean

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

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

    Definition Classes
    View
  575. def isSaveEnabled(): Boolean

    Definition Classes
    View
  576. def isSaveFromParentEnabled(): Boolean

    Definition Classes
    View
  577. def isScrollContainer(): Boolean

    Definition Classes
    View
  578. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  579. def isScrollingCacheEnabled(): Boolean

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

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

    Definition Classes
    View
  582. def isSmoothScrollbarEnabled(): Boolean

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

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

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

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

    Definition Classes
    View
  587. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  588. def itemsCanFocus(p: Boolean): SExpandableListView

    Shortcut for setItemsCanFocus(boolean)

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

    Shortcut for getItemsCanFocus()

    Shortcut for getItemsCanFocus()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  590. def itemsCanFocus_=(p: Boolean): SExpandableListView

    Shortcut for setItemsCanFocus(boolean)

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

    Definition Classes
    AbsListView → ViewGroup → View
  592. def keepScreenOn(p: Boolean): SExpandableListView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  594. def keepScreenOn_=(p: Boolean): SExpandableListView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

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

    Shortcut for getLastVisiblePosition()

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

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Definition Classes
    ViewGroup → View
  599. def layoutAnimation(p: LayoutAnimationController): SExpandableListView

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

  600. def layoutAnimation: LayoutAnimationController

    Shortcut for getLayoutAnimation()

    Shortcut for getLayoutAnimation()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  601. def layoutAnimationListener(p: AnimationListener): SExpandableListView

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

  602. def layoutAnimationListener: AnimationListener

    Shortcut for getLayoutAnimationListener()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  603. def layoutAnimationListener_=(p: AnimationListener): SExpandableListView

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

  604. def layoutAnimation_=(p: LayoutAnimationController): SExpandableListView

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

  605. def layoutChildren(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    ListView → AbsListView
  606. def layoutParams(p: LayoutParams): SExpandableListView

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  608. def layoutParams_=(p: LayoutParams): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  609. def layoutTransition(p: LayoutTransition): SExpandableListView

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

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

    Shortcut for getLayoutTransition()

    Shortcut for getLayoutTransition()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  611. def layoutTransition_=(p: LayoutTransition): SExpandableListView

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  612. def left(p: Int): SExpandableListView

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  614. def left_=(p: Int): SExpandableListView

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Shortcut for getListPaddingBottom()

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

    Shortcut for getListPaddingLeft()

    Shortcut for getListPaddingLeft()

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

    Shortcut for getListPaddingRight()

    Shortcut for getListPaddingRight()

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

    Shortcut for getListPaddingTop()

    Shortcut for getListPaddingTop()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  619. def longClickable(p: Boolean): SExpandableListView

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  621. def longClickable_=(p: Boolean): SExpandableListView

    Shortcut for setLongClickable(boolean)

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

    Shortcut for getMatrix()

    Shortcut for getMatrix()

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

    Shortcut for getMaxScrollAmount()

    Shortcut for getMaxScrollAmount()

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

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

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

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

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

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredHeightAndState()

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

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  633. def minimumHeight(p: Int): SExpandableListView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  635. def minimumHeight_=(p: Int): SExpandableListView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  636. def minimumWidth(p: Int): SExpandableListView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  638. def minimumWidth_=(p: Int): SExpandableListView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  639. def motionEventSplittingEnabled(p: Boolean): SExpandableListView

    Shortcut for setMotionEventSplittingEnabled(boolean)

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

    Shortcut for isMotionEventSplittingEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  641. def motionEventSplittingEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setMotionEventSplittingEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  642. def multiChoiceModeListener(p: MultiChoiceModeListener): SExpandableListView

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

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  644. def multiChoiceModeListener_=(p: MultiChoiceModeListener): SExpandableListView

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

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

    Definition Classes
    AnyRef
  646. def nextFocusDownId(p: Int): SExpandableListView

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  648. def nextFocusDownId_=(p: Int): SExpandableListView

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  649. def nextFocusForwardId(p: Int): SExpandableListView

    Shortcut for setNextFocusForwardId(int)

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

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  651. def nextFocusForwardId_=(p: Int): SExpandableListView

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  652. def nextFocusLeftId(p: Int): SExpandableListView

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  654. def nextFocusLeftId_=(p: Int): SExpandableListView

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  655. def nextFocusRightId(p: Int): SExpandableListView

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  657. def nextFocusRightId_=(p: Int): SExpandableListView

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  658. def nextFocusUpId(p: Int): SExpandableListView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  660. def nextFocusUpId_=(p: Int): SExpandableListView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

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

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

    Definition Classes
    View
  667. def onAnimationEnd[U](f: ⇒ U): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  668. def onAnimationEnd[U](f: (Animation) ⇒ U): SExpandableListView

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

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  671. def onAnimationRepeat[U](f: (Animation) ⇒ U): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  672. def onAnimationStart[U](f: ⇒ U): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  673. def onAnimationStart[U](f: (Animation) ⇒ U): SExpandableListView

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

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

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

    Definition Classes
    View
  677. def onChildClick(f: ⇒ Boolean): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  678. def onChildClick(f: (ExpandableListView, View, Int, Int, Long) ⇒ Boolean): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  679. def onChildClickListener(p: OnChildClickListener): SExpandableListView

    Shortcut for setOnChildClickListener(android.widget.ExpandableListView.OnChildClickListener)

  680. def onChildClickListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  681. def onChildClickListener_=(p: OnChildClickListener): SExpandableListView

    Shortcut for setOnChildClickListener(android.widget.ExpandableListView.OnChildClickListener)

  682. def onChildViewAdded[U](f: ⇒ U): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  683. def onChildViewAdded[U](f: (View, View) ⇒ U): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  684. def onChildViewRemoved[U](f: ⇒ U): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  685. def onChildViewRemoved[U](f: (View, View) ⇒ U): SExpandableListView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  686. def onClick[U](f: ⇒ U): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  688. def onClickListener(p: OnClickListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  690. def onClickListener_=(p: OnClickListener): SExpandableListView

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  697. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SExpandableListView

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

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

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

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

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

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

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

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

    Definition Classes
    View
  705. def onDragListener(p: OnDragListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  707. def onDragListener_=(p: OnDragListener): SExpandableListView

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

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

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

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

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

    Definition Classes
    View
  712. def onFinishInflate(): Unit

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

    Definition Classes
    View
  714. def onFocusChange[U](f: ⇒ U): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  716. def onFocusChangeListener(p: OnFocusChangeListener): SExpandableListView

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  718. def onFocusChangeListener_=(p: OnFocusChangeListener): SExpandableListView

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

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

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

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

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

    Definition Classes
    AbsListView → View
  723. def onGenericMotionListener(p: OnGenericMotionListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  725. def onGenericMotionListener_=(p: OnGenericMotionListener): SExpandableListView

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

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

    Definition Classes
    AbsListView → OnGlobalLayoutListener
  727. def onGroupClick(f: ⇒ Boolean): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  728. def onGroupClick(f: (ExpandableListView, View, Int, Long) ⇒ Boolean): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  729. def onGroupClickListener(p: OnGroupClickListener): SExpandableListView

    Shortcut for setOnGroupClickListener(android.widget.ExpandableListView.OnGroupClickListener)

  730. def onGroupClickListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  731. def onGroupClickListener_=(p: OnGroupClickListener): SExpandableListView

    Shortcut for setOnGroupClickListener(android.widget.ExpandableListView.OnGroupClickListener)

  732. def onGroupCollapse[U](f: ⇒ U): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  733. def onGroupCollapse[U](f: (Int) ⇒ U): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  734. def onGroupCollapseListener(p: OnGroupCollapseListener): SExpandableListView

    Shortcut for setOnGroupCollapseListener(android.widget.ExpandableListView.OnGroupCollapseListener)

  735. def onGroupCollapseListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  736. def onGroupCollapseListener_=(p: OnGroupCollapseListener): SExpandableListView

    Shortcut for setOnGroupCollapseListener(android.widget.ExpandableListView.OnGroupCollapseListener)

  737. def onGroupExpand[U](f: ⇒ U): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  738. def onGroupExpand[U](f: (Int) ⇒ U): SExpandableListView

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  739. def onGroupExpandListener(p: OnGroupExpandListener): SExpandableListView

    Shortcut for setOnGroupExpandListener(android.widget.ExpandableListView.OnGroupExpandListener)

  740. def onGroupExpandListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  741. def onGroupExpandListener_=(p: OnGroupExpandListener): SExpandableListView

    Shortcut for setOnGroupExpandListener(android.widget.ExpandableListView.OnGroupExpandListener)

  742. def onHierarchyChangeListener(p: OnHierarchyChangeListener): SExpandableListView

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

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  744. def onHierarchyChangeListener_=(p: OnHierarchyChangeListener): SExpandableListView

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

  745. def onHover(f: ⇒ Boolean): SExpandableListView

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

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

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

    Definition Classes
    View
  749. def onHoverListener(p: OnHoverListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  751. def onHoverListener_=(p: OnHoverListener): SExpandableListView

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

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

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

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

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

    Definition Classes
    AbsListView → ViewGroup
  756. def onItemClick[U](f: ⇒ U): SExpandableListView

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  758. def onItemClickListener(p: OnItemClickListener): SExpandableListView

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

  759. def onItemClickListener: OnItemClickListener

    Shortcut for getOnItemClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  760. def onItemClickListener_=(p: OnItemClickListener): SExpandableListView

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

  761. def onItemLongClick(f: ⇒ Boolean): SExpandableListView

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  763. def onItemLongClickListener(p: OnItemLongClickListener): SExpandableListView

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

  764. def onItemLongClickListener: OnItemLongClickListener

    Shortcut for getOnItemLongClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  765. def onItemLongClickListener_=(p: OnItemLongClickListener): SExpandableListView

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

  766. def onItemSelected[U](f: ⇒ U): SExpandableListView

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  768. def onItemSelectedListener(p: OnItemSelectedListener): SExpandableListView

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

  769. def onItemSelectedListener: OnItemSelectedListener

    Shortcut for getOnItemSelectedListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  770. def onItemSelectedListener_=(p: OnItemSelectedListener): SExpandableListView

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

  771. def onKey(f: ⇒ Boolean): SExpandableListView

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

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

    Definition Classes
    ListView → AbsListView → View → Callback
  774. def onKeyListener(p: OnKeyListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  776. def onKeyListener_=(p: OnKeyListener): SExpandableListView

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  785. def onLongClick(f: ⇒ Boolean): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  787. def onLongClickListener(p: OnLongClickListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  789. def onLongClickListener_=(p: OnLongClickListener): SExpandableListView

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

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

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  792. def onMovedToScrapHeap[U](f: (View) ⇒ U): SExpandableListView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  793. def onNothingSelected[U](f: ⇒ U): SExpandableListView

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  794. def onNothingSelected[U](f: (AdapterView[_]) ⇒ U): SExpandableListView

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

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

    Definition Classes
    View
  797. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): SExpandableListView

    Definition Classes
    PressAndHoldable
  798. def onRemoteAdapterConnected(): Boolean

    Definition Classes
    AbsListView
  799. def onRemoteAdapterDisconnected(): Unit

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

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

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

    Definition Classes
    ExpandableListView → AbsListView → View
  803. def onSaveInstanceState(): Parcelable

    Definition Classes
    ExpandableListView → AbsListView → View
  804. def onScreenStateChanged(arg0: Int): Unit

    Definition Classes
    View
  805. def onScroll[U](f: ⇒ U): SExpandableListView

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  808. def onScrollListener(p: OnScrollListener): SExpandableListView

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

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  810. def onScrollListener_=(p: OnScrollListener): SExpandableListView

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

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

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

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

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

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

    Definition Classes
    View
  816. def onSystemUiVisibilityChange[U](f: ⇒ U): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  818. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  820. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): SExpandableListView

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

  821. def onTextChanged(arg0: CharSequence, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    AbsListView → TextWatcher
  822. def onTouch(f: ⇒ Boolean): SExpandableListView

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

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

    Definition Classes
    AbsListView → View
  825. def onTouchListener(p: OnTouchListener): SExpandableListView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  827. def onTouchListener_=(p: OnTouchListener): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  828. def onTouchModeChanged(arg0: Boolean): Unit

    Definition Classes
    AbsListView → OnTouchModeChangeListener
  829. def onTrackballEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  830. def onViewAttachedToWindow[U](f: ⇒ U): SExpandableListView

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

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

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

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

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

    Definition Classes
    AbsListView → View
  836. def onWindowSystemUiVisibilityChanged(arg0: Int): Unit

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

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

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

    Shortcut for setOverScrollMode(int)

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

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  841. def overScrollMode_=(p: Int): SExpandableListView

    Shortcut for setOverScrollMode(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  842. def overscrollFooter(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  843. def overscrollFooter: Drawable

    Shortcut for getOverscrollFooter()

    Shortcut for getOverscrollFooter()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  844. def overscrollFooter_=(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  845. def overscrollHeader(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  846. def overscrollHeader: Drawable

    Shortcut for getOverscrollHeader()

    Shortcut for getOverscrollHeader()

    Definition Classes
    TraitListView
    Annotations
    @inline()
  847. def overscrollHeader_=(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitListView
    Annotations
    @inline()
  848. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  850. def padding(p: Int): SExpandableListView

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  855. def padding_=(p: Int): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  856. def parent: ViewParent

    Shortcut for getParent()

    Shortcut for getParent()

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

    Shortcut for getParentForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  858. implicit val parentVG: TraitViewGroup[SExpandableListView]

    Definition Classes
    TraitViewGroup
  859. val parentViewGroup: TraitViewGroup[_]

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

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

    Definition Classes
    AbsListView → View
  862. def performClick(): Boolean

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

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

    Definition Classes
    View
  865. def performItemClick(arg0: View, arg1: Int, arg2: Long): Boolean

    Definition Classes
    ExpandableListView → AbsListView → AdapterView
  866. def performLongClick(): Boolean

    Definition Classes
    View
  867. def persistentDrawingCache(p: Int): SExpandableListView

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  868. def persistentDrawingCache: Int

    Shortcut for getPersistentDrawingCache()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  869. def persistentDrawingCache_=(p: Int): SExpandableListView

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  870. def pivotX(p: Float): SExpandableListView

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  872. def pivotX_=(p: Float): SExpandableListView

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  873. def pivotY(p: Float): SExpandableListView

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  875. def pivotY_=(p: Float): SExpandableListView

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Definition Classes
    View
  877. def pointToPosition(arg0: Int, arg1: Int): Int

    Definition Classes
    AbsListView
  878. def pointToRowId(arg0: Int, arg1: Int): Long

    Definition Classes
    AbsListView
  879. def post(arg0: Runnable): Boolean

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

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

    Definition Classes
    View
  882. def postInvalidate(): Unit

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

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

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

    Definition Classes
    View
  886. def postInvalidateOnAnimation(): Unit

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

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

    Definition Classes
    View
  889. def pressed(p: Boolean): SExpandableListView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  891. def pressed_=(p: Boolean): SExpandableListView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  892. def reclaimViews(arg0: List[View]): Unit

    Definition Classes
    AbsListView
  893. def recomputeViewAttributes(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  894. def recyclerListener(p: RecyclerListener): SExpandableListView

    Shortcut for setRecyclerListener(android.widget.AbsListView.RecyclerListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  895. def recyclerListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  896. def recyclerListener_=(p: RecyclerListener): SExpandableListView

    Shortcut for setRecyclerListener(android.widget.AbsListView.RecyclerListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  897. def refreshDrawableState(): Unit

    Definition Classes
    View
  898. def remoteViewsAdapter(p: Intent): SExpandableListView

    Shortcut for setRemoteViewsAdapter(android.content.Intent)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  899. def remoteViewsAdapter(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  900. def remoteViewsAdapter_=(p: Intent): SExpandableListView

    Shortcut for setRemoteViewsAdapter(android.content.Intent)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  901. def removeAllViews(): Unit

    Definition Classes
    AdapterView → ViewGroup
  902. def removeAllViewsInLayout(): Unit

    Definition Classes
    ViewGroup
  903. def removeCallbacks(arg0: Runnable): Boolean

    Definition Classes
    View
  904. def removeDetachedView(arg0: View, arg1: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  905. def removeFooterView(arg0: View): Boolean

    Definition Classes
    ListView
  906. def removeHeaderView(arg0: View): Boolean

    Definition Classes
    ListView
  907. def removeOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

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

    Definition Classes
    View
  909. def removeView(arg0: View): Unit

    Definition Classes
    AdapterView → ViewGroup → ViewManager
  910. def removeViewAt(arg0: Int): Unit

    Definition Classes
    AdapterView → ViewGroup
  911. def removeViewInLayout(arg0: View): Unit

    Definition Classes
    ViewGroup
  912. def removeViews(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  913. def removeViewsInLayout(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  914. def requestChildFocus(arg0: View, arg1: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  915. def requestChildRectangleOnScreen(arg0: View, arg1: Rect, arg2: Boolean): Boolean

    Definition Classes
    ListView → ViewGroup → ViewParent
  916. def requestDisallowInterceptTouchEvent(arg0: Boolean): Unit

    Definition Classes
    AbsListView → ViewGroup → ViewParent
  917. def requestFitSystemWindows(): Unit

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

    Definition Classes
    ViewGroup → View
  919. final def requestFocus(arg0: Int): Boolean

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

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

    Definition Classes
    View
  922. def requestLayout(): Unit

    Definition Classes
    AbsListView → ViewParent → View
  923. def requestRectangleOnScreen(arg0: Rect, arg1: Boolean): Boolean

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

    Definition Classes
    View
  925. def requestSendAccessibilityEvent(arg0: View, arg1: AccessibilityEvent): Boolean

    Definition Classes
    ViewGroup → ViewParent
  926. def requestTransparentRegion(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  927. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  929. def right(p: Int): SExpandableListView

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  931. def right_=(p: Int): SExpandableListView

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  933. def rotation(p: Float): SExpandableListView

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  935. def rotationX(p: Float): SExpandableListView

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  937. def rotationX_=(p: Float): SExpandableListView

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  938. def rotationY(p: Float): SExpandableListView

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  940. def rotationY_=(p: Float): SExpandableListView

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  941. def rotation_=(p: Float): SExpandableListView

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  942. def saveEnabled(p: Boolean): SExpandableListView

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  944. def saveEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  945. def saveFromParentEnabled(p: Boolean): SExpandableListView

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  947. def saveFromParentEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Definition Classes
    View
  949. def scaleX(p: Float): SExpandableListView

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  951. def scaleX_=(p: Float): SExpandableListView

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  952. def scaleY(p: Float): SExpandableListView

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  954. def scaleY_=(p: Float): SExpandableListView

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Definition Classes
    View → Callback
  956. def scheduleLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  957. def scrollBarDefaultDelayBeforeFade(p: Int): SExpandableListView

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  959. def scrollBarDefaultDelayBeforeFade_=(p: Int): SExpandableListView

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  960. def scrollBarFadeDuration(p: Int): SExpandableListView

    Shortcut for setScrollBarFadeDuration(int)

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

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  962. def scrollBarFadeDuration_=(p: Int): SExpandableListView

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  963. def scrollBarSize(p: Int): SExpandableListView

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  965. def scrollBarSize_=(p: Int): SExpandableListView

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  966. def scrollBarStyle(p: Int): SExpandableListView

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  968. def scrollBarStyle_=(p: Int): SExpandableListView

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  970. def scrollContainer(p: Boolean): SExpandableListView

    Shortcut for setScrollContainer(boolean)

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

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  972. def scrollContainer_=(p: Boolean): SExpandableListView

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  974. def scrollX(p: Int): SExpandableListView

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  976. def scrollX_=(p: Int): SExpandableListView

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  977. def scrollY(p: Int): SExpandableListView

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  979. def scrollY_=(p: Int): SExpandableListView

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  980. def scrollbarFadingEnabled(p: Boolean): SExpandableListView

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  982. def scrollbarFadingEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  983. def scrollingCacheEnabled(p: Boolean): SExpandableListView

    Shortcut for setScrollingCacheEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  984. def scrollingCacheEnabled: Boolean

    Shortcut for isScrollingCacheEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  985. def scrollingCacheEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setScrollingCacheEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  986. def selected(p: Boolean): SExpandableListView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  988. def selectedGroup(p: Int): SExpandableListView

    Shortcut for setSelectedGroup(int)

    Shortcut for setSelectedGroup(int)

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  989. def selectedGroup(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  990. def selectedGroup_=(p: Int): SExpandableListView

    Shortcut for setSelectedGroup(int)

    Shortcut for setSelectedGroup(int)

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  991. def selectedId: Long

    Shortcut for getSelectedId()

    Shortcut for getSelectedId()

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  992. def selectedItem: AnyRef

    Shortcut for getSelectedItem()

    Shortcut for getSelectedItem()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  993. def selectedItemId: Long

    Shortcut for getSelectedItemId()

    Shortcut for getSelectedItemId()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  994. def selectedItemPosition: Int

    Shortcut for getSelectedItemPosition()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  995. def selectedPosition: Long

    Shortcut for getSelectedPosition()

    Shortcut for getSelectedPosition()

    Definition Classes
    TraitExpandableListView
    Annotations
    @inline()
  996. def selectedView: View

    Shortcut for getSelectedView()

    Shortcut for getSelectedView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  997. def selected_=(p: Boolean): SExpandableListView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  998. def selection(p: Int): SExpandableListView

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  999. def selection(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  1000. def selection_=(p: Int): SExpandableListView

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  1001. def selector(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1002. def selector(p: Int): SExpandableListView

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1003. def selector: Drawable

    Shortcut for getSelector()

    Shortcut for getSelector()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1004. def selector_=(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1005. def selector_=(p: Int): SExpandableListView

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1006. def sendAccessibilityEvent(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  1010. def setAdapter(arg0: ExpandableListAdapter): Unit

    Definition Classes
    ExpandableListView
  1011. def setAdapter(arg0: ListAdapter): Unit

    Definition Classes
    ExpandableListView → ListView → AbsListView → AdapterView
  1012. def setAddStatesFromChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  1013. def setAlpha(arg0: Float): Unit

    Definition Classes
    View
  1014. def setAlwaysDrawnWithCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  1015. def setAnimation(arg0: Animation): Unit

    Definition Classes
    View
  1016. def setAnimationCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  1017. def setBackground(arg0: Drawable): Unit

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

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

    Definition Classes
    View
  1020. final def setBottom(arg0: Int): Unit

    Definition Classes
    View
  1021. def setCacheColorHint(arg0: Int): Unit

    Definition Classes
    ListView → AbsListView
  1022. def setCameraDistance(arg0: Float): Unit

    Definition Classes
    View
  1023. def setChildDivider(arg0: Drawable): Unit

    Definition Classes
    ExpandableListView
  1024. def setChildIndicator(arg0: Drawable): Unit

    Definition Classes
    ExpandableListView
  1025. def setChildIndicatorBounds(arg0: Int, arg1: Int): Unit

    Definition Classes
    ExpandableListView
  1026. def setChildrenDrawingCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  1027. def setChildrenDrawingOrderEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  1028. def setChildrenDrawnWithCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  1029. def setChoiceMode(arg0: Int): Unit

    Definition Classes
    AbsListView
  1030. def setClickable(arg0: Boolean): Unit

    Definition Classes
    View
  1031. def setClipChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  1032. def setClipToPadding(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  1033. def setContentDescription(arg0: CharSequence): Unit

    Definition Classes
    View
  1034. def setDescendantFocusability(arg0: Int): Unit

    Definition Classes
    ViewGroup
  1035. def setDivider(arg0: Drawable): Unit

    Definition Classes
    ListView
  1036. def setDividerHeight(arg0: Int): Unit

    Definition Classes
    ListView
  1037. def setDrawSelectorOnTop(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  1038. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  1042. def setEmptyView(arg0: View): Unit

    Definition Classes
    AdapterView
  1043. def setEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1044. def setFadingEdgeLength(arg0: Int): Unit

    Definition Classes
    View
  1045. def setFastScrollAlwaysVisible(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  1046. def setFastScrollEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  1047. def setFilterText(arg0: String): Unit

    Definition Classes
    AbsListView
  1048. def setFilterTouchesWhenObscured(arg0: Boolean): Unit

    Definition Classes
    View
  1049. def setFitsSystemWindows(arg0: Boolean): Unit

    Definition Classes
    View
  1050. def setFocusable(arg0: Boolean): Unit

    Definition Classes
    AdapterView → View
  1051. def setFocusableInTouchMode(arg0: Boolean): Unit

    Definition Classes
    AdapterView → View
  1052. def setFooterDividersEnabled(arg0: Boolean): Unit

    Definition Classes
    ListView
  1053. def setFriction(arg0: Float): Unit

    Definition Classes
    AbsListView
  1054. def setGroupIndicator(arg0: Drawable): Unit

    Definition Classes
    ExpandableListView
  1055. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1056. def setHasTransientState(arg0: Boolean): Unit

    Definition Classes
    View
  1057. def setHeaderDividersEnabled(arg0: Boolean): Unit

    Definition Classes
    ListView
  1058. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  1060. def setHovered(arg0: Boolean): Unit

    Definition Classes
    View
  1061. def setId(arg0: Int): Unit

    Definition Classes
    View
  1062. def setImportantForAccessibility(arg0: Int): Unit

    Definition Classes
    View
  1063. def setIndicatorBounds(arg0: Int, arg1: Int): Unit

    Definition Classes
    ExpandableListView
  1064. def setItemChecked(arg0: Int, arg1: Boolean): Unit

    Definition Classes
    AbsListView
  1065. def setItemsCanFocus(arg0: Boolean): Unit

    Definition Classes
    ListView
  1066. def setKeepScreenOn(arg0: Boolean): Unit

    Definition Classes
    View
  1067. def setLayerType(arg0: Int, arg1: Paint): Unit

    Definition Classes
    View
  1068. def setLayoutAnimation(arg0: LayoutAnimationController): Unit

    Definition Classes
    ViewGroup
  1069. def setLayoutAnimationListener(arg0: AnimationListener): Unit

    Definition Classes
    ViewGroup
  1070. def setLayoutParams(arg0: LayoutParams): Unit

    Definition Classes
    View
  1071. def setLayoutTransition(arg0: LayoutTransition): Unit

    Definition Classes
    ViewGroup
  1072. final def setLeft(arg0: Int): Unit

    Definition Classes
    View
  1073. def setLongClickable(arg0: Boolean): Unit

    Definition Classes
    View
  1074. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

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

    Definition Classes
    View
  1077. def setMotionEventSplittingEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  1078. def setMultiChoiceModeListener(arg0: MultiChoiceModeListener): Unit

    Definition Classes
    AbsListView
  1079. def setNextFocusDownId(arg0: Int): Unit

    Definition Classes
    View
  1080. def setNextFocusForwardId(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  1084. def setOnChildClickListener(arg0: OnChildClickListener): Unit

    Definition Classes
    ExpandableListView
  1085. def setOnClickListener(arg0: OnClickListener): Unit

    Definition Classes
    AdapterView → View
  1086. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Definition Classes
    View
  1087. def setOnDragListener(arg0: OnDragListener): Unit

    Definition Classes
    View
  1088. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

    Definition Classes
    View
  1089. def setOnGenericMotionListener(arg0: OnGenericMotionListener): Unit

    Definition Classes
    View
  1090. def setOnGroupClickListener(arg0: OnGroupClickListener): Unit

    Definition Classes
    ExpandableListView
  1091. def setOnGroupCollapseListener(arg0: OnGroupCollapseListener): Unit

    Definition Classes
    ExpandableListView
  1092. def setOnGroupExpandListener(arg0: OnGroupExpandListener): Unit

    Definition Classes
    ExpandableListView
  1093. def setOnHierarchyChangeListener(arg0: OnHierarchyChangeListener): Unit

    Definition Classes
    ViewGroup
  1094. def setOnHoverListener(arg0: OnHoverListener): Unit

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

    Definition Classes
    ExpandableListView → AdapterView
  1096. def setOnItemLongClickListener(arg0: OnItemLongClickListener): Unit

    Definition Classes
    AdapterView
  1097. def setOnItemSelectedListener(arg0: OnItemSelectedListener): Unit

    Definition Classes
    AdapterView
  1098. def setOnKeyListener(arg0: OnKeyListener): Unit

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

    Definition Classes
    View
  1100. def setOnScrollListener(arg0: OnScrollListener): Unit

    Definition Classes
    AbsListView
  1101. def setOnSystemUiVisibilityChangeListener(arg0: OnSystemUiVisibilityChangeListener): Unit

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

    Definition Classes
    View
  1103. def setOverScrollMode(arg0: Int): Unit

    Definition Classes
    AbsListView → View
  1104. def setOverscrollFooter(arg0: Drawable): Unit

    Definition Classes
    ListView
  1105. def setOverscrollHeader(arg0: Drawable): Unit

    Definition Classes
    ListView
  1106. def setPadding(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    ViewGroup → View
  1107. def setPersistentDrawingCache(arg0: Int): Unit

    Definition Classes
    ViewGroup
  1108. def setPivotX(arg0: Float): Unit

    Definition Classes
    View
  1109. def setPivotY(arg0: Float): Unit

    Definition Classes
    View
  1110. def setPressed(arg0: Boolean): Unit

    Definition Classes
    View
  1111. def setRecyclerListener(arg0: RecyclerListener): Unit

    Definition Classes
    AbsListView
  1112. def setRemoteViewsAdapter[T](implicit arg0: ClassTag[T], context: Context): Unit

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1113. def setRemoteViewsAdapter(arg0: Intent): Unit

    Definition Classes
    ListView → AbsListView
  1114. final def setRight(arg0: Int): Unit

    Definition Classes
    View
  1115. def setRotation(arg0: Float): Unit

    Definition Classes
    View
  1116. def setRotationX(arg0: Float): Unit

    Definition Classes
    View
  1117. def setRotationY(arg0: Float): Unit

    Definition Classes
    View
  1118. def setSaveEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1119. def setSaveFromParentEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1120. def setScaleX(arg0: Float): Unit

    Definition Classes
    View
  1121. def setScaleY(arg0: Float): Unit

    Definition Classes
    View
  1122. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Definition Classes
    View
  1123. def setScrollBarFadeDuration(arg0: Int): Unit

    Definition Classes
    View
  1124. def setScrollBarSize(arg0: Int): Unit

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

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

    Definition Classes
    View
  1127. def setScrollIndicators(arg0: View, arg1: View): Unit

    Definition Classes
    AbsListView
  1128. def setScrollX(arg0: Int): Unit

    Definition Classes
    View
  1129. def setScrollY(arg0: Int): Unit

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

    Definition Classes
    View
  1131. def setScrollingCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  1132. def setSelected(arg0: Boolean): Unit

    Definition Classes
    View
  1133. def setSelectedChild(arg0: Int, arg1: Int, arg2: Boolean): Boolean

    Definition Classes
    ExpandableListView
  1134. def setSelectedGroup(arg0: Int): Unit

    Definition Classes
    ExpandableListView
  1135. def setSelection(arg0: Int): Unit

    Definition Classes
    ListView → AdapterView
  1136. def setSelectionAfterHeaderView(): Unit

    Definition Classes
    ListView
  1137. def setSelectionFromTop(arg0: Int, arg1: Int): Unit

    Definition Classes
    ListView
  1138. def setSelector(arg0: Drawable): Unit

    Definition Classes
    AbsListView
  1139. def setSelector(arg0: Int): Unit

    Definition Classes
    AbsListView
  1140. def setSmoothScrollbarEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  1141. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  1142. def setStackFromBottom(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  1143. def setStaticTransformationsEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  1144. def setSystemUiVisibility(arg0: Int): Unit

    Definition Classes
    View
  1145. def setTag(arg0: Int, arg1: Any): Unit

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

    Definition Classes
    View
  1147. def setTextFilterEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  1148. final def setTop(arg0: Int): Unit

    Definition Classes
    View
  1149. def setTouchDelegate(arg0: TouchDelegate): Unit

    Definition Classes
    View
  1150. def setTranscriptMode(arg0: Int): Unit

    Definition Classes
    AbsListView
  1151. def setTranslationX(arg0: Float): Unit

    Definition Classes
    View
  1152. def setTranslationY(arg0: Float): Unit

    Definition Classes
    View
  1153. def setVelocityScale(arg0: Float): Unit

    Definition Classes
    AbsListView
  1154. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  1156. def setVerticalScrollbarPosition(arg0: Int): Unit

    Definition Classes
    AbsListView → View
  1157. def setVisibility(arg0: Int): Unit

    Definition Classes
    View
  1158. def setWillNotCacheDrawing(arg0: Boolean): Unit

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

    Definition Classes
    View
  1160. def setX(arg0: Float): Unit

    Definition Classes
    View
  1161. def setY(arg0: Float): Unit

    Definition Classes
    View
  1162. def shouldDelayChildPressedState(): Boolean

    Definition Classes
    ViewGroup
  1163. def showContextMenu(): Boolean

    Definition Classes
    View
  1164. def showContextMenuForChild(arg0: View): Boolean

    Definition Classes
    AbsListView → ViewGroup → ViewParent
  1165. def smoothScrollBy(arg0: Int, arg1: Int): Unit

    Definition Classes
    AbsListView
  1166. def smoothScrollByOffset(arg0: Int): Unit

    Definition Classes
    ListView
  1167. def smoothScrollToPosition(arg0: Int): Unit

    Definition Classes
    ListView → AbsListView
  1168. def smoothScrollToPosition(arg0: Int, arg1: Int): Unit

    Definition Classes
    AbsListView
  1169. def smoothScrollToPositionFromTop(arg0: Int, arg1: Int): Unit

    Definition Classes
    AbsListView
  1170. def smoothScrollToPositionFromTop(arg0: Int, arg1: Int, arg2: Int): Unit

    Definition Classes
    AbsListView
  1171. def smoothScrollbarEnabled(p: Boolean): SExpandableListView

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1172. def smoothScrollbarEnabled: Boolean

    Shortcut for isSmoothScrollbarEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1173. def smoothScrollbarEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1174. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1175. def soundEffectsEnabled(p: Boolean): SExpandableListView

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1177. def soundEffectsEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1178. def stackFromBottom(p: Boolean): SExpandableListView

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1179. def stackFromBottom: Boolean

    Shortcut for isStackFromBottom()

    Shortcut for isStackFromBottom()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1180. def stackFromBottom_=(p: Boolean): SExpandableListView

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1181. def startActionMode(arg0: Callback): ActionMode

    Definition Classes
    View
  1182. def startActionModeForChild(arg0: View, arg1: Callback): ActionMode

    Definition Classes
    ViewGroup → ViewParent
  1183. def startAnimation(arg0: Animation): Unit

    Definition Classes
    View
  1184. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

    Definition Classes
    View
  1185. def startLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  1186. def startViewTransition(arg0: View): Unit

    Definition Classes
    ViewGroup
  1187. def style(stl: PartialFunction[View, View]): SExpandableListView

    Definition Classes
    TraitViewGroup
  1188. val styles: ArrayBuffer[PartialFunction[View, View]]

    Definition Classes
    TraitViewGroup
  1189. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  1190. def systemUiVisibility(p: Int): SExpandableListView

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1191. def systemUiVisibility: Int

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1192. def systemUiVisibility_=(p: Int): SExpandableListView

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1193. def tag(p: Any): SExpandableListView

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1195. def tag_=(p: Any): SExpandableListView

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1196. def textFilter: CharSequence

    Shortcut for getTextFilter()

    Shortcut for getTextFilter()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1197. def textFilterEnabled(p: Boolean): SExpandableListView

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1198. def textFilterEnabled: Boolean

    Shortcut for isTextFilterEnabled()

    Shortcut for isTextFilterEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1199. def textFilterEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1200. def toString(): String

    Definition Classes
    AnyRef → Any
  1201. def top(p: Int): SExpandableListView

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1202. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1203. def top_=(p: Int): SExpandableListView

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1204. def touchDelegate(p: TouchDelegate): SExpandableListView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1206. def touchDelegate_=(p: TouchDelegate): SExpandableListView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1208. def transcriptMode(p: Int): SExpandableListView

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1209. def transcriptMode: Int

    Shortcut for getTranscriptMode()

    Shortcut for getTranscriptMode()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1210. def transcriptMode_=(p: Int): SExpandableListView

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1211. def translationX(p: Float): SExpandableListView

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1212. def translationX: Float

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1213. def translationX_=(p: Float): SExpandableListView

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1214. def translationY(p: Float): SExpandableListView

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1215. def translationY: Float

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1216. def translationY_=(p: Float): SExpandableListView

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1217. def uniqueId(implicit activity: Activity): Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  1218. def unscheduleDrawable(arg0: Drawable): Unit

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

    Definition Classes
    View → Callback
  1220. def updateViewLayout(arg0: View, arg1: LayoutParams): Unit

    Definition Classes
    ViewGroup → ViewManager
  1221. def velocityScale(p: Float): SExpandableListView

    Shortcut for setVelocityScale(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1222. def velocityScale(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1223. def velocityScale_=(p: Float): SExpandableListView

    Shortcut for setVelocityScale(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1224. def verifyDrawable(arg0: Drawable): Boolean

    Definition Classes
    AbsListView → View
  1225. def verticalFadingEdgeEnabled(p: Boolean): SExpandableListView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1227. def verticalFadingEdgeEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1229. def verticalScrollBarEnabled(p: Boolean): SExpandableListView

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1231. def verticalScrollBarEnabled_=(p: Boolean): SExpandableListView

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1232. def verticalScrollbarPosition(p: Int): SExpandableListView

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1233. def verticalScrollbarPosition: Int

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1234. def verticalScrollbarPosition_=(p: Int): SExpandableListView

    Shortcut for setVerticalScrollbarPosition(int)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1237. def visibility(p: Int): SExpandableListView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1239. def visibility_=(p: Int): SExpandableListView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1243. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SExpandableListView) ⇒ LP): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  1244. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1245. def willNotCacheDrawing(p: Boolean): SExpandableListView

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1247. def willNotCacheDrawing_=(p: Boolean): SExpandableListView

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1248. def willNotDraw(p: Boolean): SExpandableListView

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1250. def willNotDraw_=(p: Boolean): SExpandableListView

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1251. def windowSystemUiVisibility: Int

    Shortcut for getWindowSystemUiVisibility()

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1254. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SExpandableListView) ⇒ LP): SExpandableListView

    Definition Classes
    TraitView
    Annotations
    @inline()
  1255. def x(p: Float): SExpandableListView

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1256. def x: Float

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1257. def x_=(p: Float): SExpandableListView

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1258. def y(p: Float): SExpandableListView

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1259. def y: Float

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1260. def y_=(p: Float): SExpandableListView

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SExpandableListView

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def checkItemIds: Array[Long]

    Shortcut for getCheckItemIds()

    Shortcut for getCheckItemIds()

    Definition Classes
    TraitListView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  5. def getCheckItemIds(): Array[Long]

    Definition Classes
    ListView
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def setBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitView[SExpandableListView]

Inherited from ConstantsSupport

Inherited from ExpandableListView

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