org.scaloid.common

SGridView

class SGridView extends GridView with TraitGridView[SGridView]

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

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

Instance Constructors

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

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def +=(v: View): SGridView

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

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

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

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

    Definition Classes
    Any
  9. val FILL_PARENT: Int

    Definition Classes
    TraitView
  10. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  11. val NONE: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  28. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  29. val WRAP_CONTENT: Int

    Definition Classes
    TraitView
  30. def adapter(p: ListAdapter): SGridView

    Shortcut for setAdapter(android.widget.ListAdapter)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  31. def adapter: ListAdapter

    Shortcut for getAdapter()

    Shortcut for getAdapter()

    Definition Classes
    TraitGridViewTraitAdapterView
    Annotations
    @inline()
  32. def adapter_=(p: ListAdapter): SGridView

    Shortcut for setAdapter(android.widget.ListAdapter)

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

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

    Definition Classes
    ViewGroup → View
  35. def addStatesFromChildren(p: Boolean): SGridView

    Shortcut for setAddStatesFromChildren(boolean)

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

    Definition Classes
    ViewGroup
  37. def addStatesFromChildren_=(p: Boolean): SGridView

    Shortcut for setAddStatesFromChildren(boolean)

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbsListView → TextWatcher
  47. def alwaysDrawnWithCacheEnabled(p: Boolean): SGridView

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

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

    Shortcut for isAlwaysDrawnWithCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  49. def alwaysDrawnWithCacheEnabled_=(p: Boolean): SGridView

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  50. def animation(p: Animation): SGridView

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  52. def animationCacheEnabled(p: Boolean): SGridView

    Shortcut for setAnimationCacheEnabled(boolean)

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

    Shortcut for isAnimationCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  54. def animationCacheEnabled_=(p: Boolean): SGridView

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  55. def animation_=(p: Animation): SGridView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  56. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    GridView → ViewGroup
  60. def attachViewToParent(arg0: View, arg1: Int, arg2: LayoutParams): Unit

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

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

    Shortcut for setBackgroundColor(int)

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

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

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  68. def backgroundDrawable(p: Drawable): SGridView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  70. def backgroundDrawable_=(p: Drawable): SGridView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  71. def backgroundResource(p: Int): SGridView

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  73. def backgroundResource_=(p: Int): SGridView

    Shortcut for setBackgroundResource(int)

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  75. def basis: SGridView

    Definition Classes
    SGridViewTraitViewPressAndHoldable
  76. def beforeTextChanged(arg0: CharSequence, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    AbsListView → TextWatcher
  77. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

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

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

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

    Definition Classes
    View
  81. def buildDrawingCache(): Unit

    Definition Classes
    View
  82. def cacheColorHint(p: Int): SGridView

    Shortcut for setCacheColorHint(int)

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

    Shortcut for getCacheColorHint()

    Shortcut for getCacheColorHint()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  84. def cacheColorHint_=(p: Int): SGridView

    Shortcut for setCacheColorHint(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  85. def canAnimate(): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    AdapterView → ViewGroup
  86. def cancelLongPress(): Unit

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → ViewGroup
  89. def childCount: Int

    Shortcut for getChildCount()

    Shortcut for getChildCount()

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

    Definition Classes
    ViewGroup → ViewParent
  91. def cleanupLayoutState(arg0: View): Unit

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

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

    Definition Classes
    ViewGroup → ViewParent
  94. def clearDisappearingChildren(): Unit

    Definition Classes
    ViewGroup
  95. def clearFocus(): Unit

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

    Definition Classes
    AbsListView
  97. def clickable(p: Boolean): SGridView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

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

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  100. def clipChildren(p: Boolean): SGridView

    Shortcut for setClipChildren(boolean)

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  102. def clipChildren_=(p: Boolean): SGridView

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  103. def clipToPadding(p: Boolean): SGridView

    Shortcut for setClipToPadding(boolean)

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  105. def clipToPadding_=(p: Boolean): SGridView

    Shortcut for setClipToPadding(boolean)

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  107. def columnWidth(p: Int): SGridView

    Shortcut for setColumnWidth(int)

    Shortcut for setColumnWidth(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  108. def columnWidth(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  109. def columnWidth_=(p: Int): SGridView

    Shortcut for setColumnWidth(int)

    Shortcut for setColumnWidth(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  110. def computeHorizontalScrollExtent(): Int

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

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

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

    Definition Classes
    View
  114. def computeVerticalScrollExtent(): Int

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    GridView → AbsListView → View
  117. def contentDescription(p: CharSequence): SGridView

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  119. def contentDescription_=(p: CharSequence): SGridView

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getCount()

    Shortcut for getCount()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  121. def createContextMenu(arg0: ContextMenu): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  123. def descendantFocusability(p: Int): SGridView

    Shortcut for setDescendantFocusability(int)

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

    Shortcut for getDescendantFocusability()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  125. def descendantFocusability_=(p: Int): SGridView

    Shortcut for setDescendantFocusability(int)

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

    Definition Classes
    View
  127. def detachAllViewsFromParent(): Unit

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  131. def disable: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  132. def disableAlwaysDrawnWithCache: SGridView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  133. def disableAnimationCache: SGridView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  134. def disableDrawingCache: SGridView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  136. def disableFastScroll: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  137. def disableHapticFeedback: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  138. def disableHorizontalFadingEdge: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  139. def disableHorizontalScrollBar: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def disableSave: SGridView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def disableScrollingCache: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  143. def disableSmoothScrollbar: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  144. def disableSoundEffects: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def disableTextFilter: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  146. def disableVerticalFadingEdge: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def disableVerticalScrollBar: SGridView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ViewGroup → View
  167. def draw(arg0: Canvas): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  169. def drawSelectorOnTop(p: Boolean): SGridView

    Shortcut for setDrawSelectorOnTop(boolean)

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  171. def drawSelectorOnTop_=(p: Boolean): SGridView

    Shortcut for setDrawSelectorOnTop(boolean)

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

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

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

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  175. def drawingCacheBackgroundColor(p: Int): SGridView

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def drawingCacheBackgroundColor_=(p: Int): SGridView

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def drawingCacheEnabled(p: Boolean): SGridView

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  180. def drawingCacheEnabled_=(p: Boolean): SGridView

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  181. def drawingCacheQuality(p: Int): SGridView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  183. def drawingCacheQuality_=(p: Int): SGridView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  185. def duplicateParentStateEnabled(p: Boolean): SGridView

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  187. def duplicateParentStateEnabled_=(p: Boolean): SGridView

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  188. def emptyView(p: View): SGridView

    Shortcut for setEmptyView(android.view.View)

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

    Shortcut for getEmptyView()

    Shortcut for getEmptyView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  190. def emptyView_=(p: View): SGridView

    Shortcut for setEmptyView(android.view.View)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  191. def enable: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def enableAlwaysDrawnWithCache: SGridView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  193. def enableAnimationCache: SGridView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  194. def enableDrawingCache: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  195. def enableDuplicateParentState: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def enableFastScroll: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  197. def enableHapticFeedback: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  198. def enableHorizontalFadingEdge: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  199. def enableHorizontalScrollBar: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  200. def enableSave: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  201. def enableScrollbarFading: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  202. def enableScrollingCache: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  203. def enableSmoothScrollbar: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  204. def enableSoundEffects: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  205. def enableTextFilter: SGridView

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  206. def enableVerticalFadingEdge: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  207. def enableVerticalScrollBar: SGridView

    Definition Classes
    TraitView
    Annotations
    @inline()
  208. def enabled(p: Boolean): SGridView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  210. def enabled_=(p: Boolean): SGridView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  211. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  213. def fadingEdgeLength(p: Int): SGridView

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  215. def fadingEdgeLength_=(p: Int): SGridView

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  216. def fastScrollEnabled(p: Boolean): SGridView

    Shortcut for setFastScrollEnabled(boolean)

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

    Shortcut for isFastScrollEnabled()

    Shortcut for isFastScrollEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  218. def fastScrollEnabled_=(p: Boolean): SGridView

    Shortcut for setFastScrollEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  219. def filterText(p: String): SGridView

    Shortcut for setFilterText(java.lang.String)

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  221. def filterText_=(p: String): SGridView

    Shortcut for setFilterText(java.lang.String)

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

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

    Definition Classes
    TraitView
  224. def findFocus(): View

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

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

    Definition Classes
    View
  227. def firstVisiblePosition: Int

    Shortcut for getFirstVisiblePosition()

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  229. def focusSearch(arg0: View, arg1: Int): View

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

    Definition Classes
    View
  231. def focusable(p: Boolean): SGridView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  233. def focusableInTouchMode(p: Boolean): SGridView

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  235. def focusableInTouchMode_=(p: Boolean): SGridView

    Shortcut for setFocusableInTouchMode(boolean)

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

    Definition Classes
    ViewGroup → ViewParent
  237. def focusable_=(p: Boolean): SGridView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for getFocusedChild()

    Shortcut for getFocusedChild()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  239. def forceLayout(): Unit

    Definition Classes
    View
  240. def gatherTransparentRegion(arg0: Region): Boolean

    Definition Classes
    ViewGroup
  241. def generateDefaultLayoutParams(): LayoutParams

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  242. def generateLayoutParams(arg0: AttributeSet): LayoutParams

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → ViewGroup
  244. def getAdapter(): ListAdapter

    Definition Classes
    GridView → AdapterView
  245. def getAnimation(): Animation

    Definition Classes
    View
  246. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  247. def getBackground(): Drawable

    Definition Classes
    View
  248. def getBaseline(): Int

    Definition Classes
    View
  249. final def getBottom(): Int

    Definition Classes
    View
  250. def getBottomFadingEdgeStrength(): Float

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  252. def getCacheColorHint(): Int

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

    Definition Classes
    ViewGroup
  254. def getChildCount(): Int

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

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

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

    Definition Classes
    ViewGroup → ViewParent
  258. final def getClass(): Class[_]

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

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

    Definition Classes
    View
  261. def getContextMenuInfo(): ContextMenuInfo

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

    Definition Classes
    AdapterView
  263. def getDescendantFocusability(): Int

    Definition Classes
    ViewGroup
  264. final def getDrawableState(): Array[Int]

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

    Definition Classes
    View
  266. def getDrawingCache(): Bitmap

    Definition Classes
    View
  267. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  268. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  270. def getDrawingTime(): Long

    Definition Classes
    View
  271. def getEmptyView(): View

    Definition Classes
    AdapterView
  272. def getFirstVisiblePosition(): Int

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

    Definition Classes
    View
  274. def getFocusedChild(): View

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

    Definition Classes
    AbsListView → View
  276. final def getGlobalVisibleRect(arg0: Rect): Boolean

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

    Definition Classes
    View
  278. def getHandler(): Handler

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

    Definition Classes
    View
  280. def getHitRect(arg0: Rect): Unit

    Definition Classes
    View
  281. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  282. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
  284. def getItemAtPosition(arg0: Int): AnyRef

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

    Definition Classes
    AdapterView
  286. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  287. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  288. def getLastVisiblePosition(): Int

    Definition Classes
    AdapterView
  289. def getLayoutAnimation(): LayoutAnimationController

    Definition Classes
    ViewGroup
  290. def getLayoutAnimationListener(): AnimationListener

    Definition Classes
    ViewGroup
  291. def getLayoutParams(): LayoutParams

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

    Definition Classes
    View
  293. def getLeftFadingEdgeStrength(): Float

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

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

    Definition Classes
    AbsListView
  296. def getListPaddingLeft(): Int

    Definition Classes
    AbsListView
  297. def getListPaddingRight(): Int

    Definition Classes
    AbsListView
  298. def getListPaddingTop(): Int

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

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

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

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

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

    Definition Classes
    View
  304. def getNextFocusDownId(): Int

    Definition Classes
    View
  305. def getNextFocusLeftId(): Int

    Definition Classes
    View
  306. def getNextFocusRightId(): Int

    Definition Classes
    View
  307. def getNextFocusUpId(): Int

    Definition Classes
    View
  308. def getOnFocusChangeListener(): OnFocusChangeListener

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

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

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

    Definition Classes
    AdapterView
  312. def getPaddingBottom(): Int

    Definition Classes
    View
  313. def getPaddingLeft(): Int

    Definition Classes
    View
  314. def getPaddingRight(): Int

    Definition Classes
    View
  315. def getPaddingTop(): Int

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

    Definition Classes
    View
  317. def getPersistentDrawingCache(): Int

    Definition Classes
    ViewGroup
  318. def getPositionForView(arg0: View): Int

    Definition Classes
    AdapterView
  319. def getResources(): Resources

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

    Definition Classes
    View
  321. def getRightFadingEdgeStrength(): Float

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  323. def getRootView(): View

    Definition Classes
    View
  324. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  327. def getSelectedItem(): AnyRef

    Definition Classes
    AdapterView
  328. def getSelectedItemId(): Long

    Definition Classes
    AdapterView
  329. def getSelectedItemPosition(): Int

    Definition Classes
    AdapterView
  330. def getSelectedView(): View

    Definition Classes
    AbsListView → AdapterView
  331. def getSelector(): Drawable

    Definition Classes
    AbsListView
  332. def getSolidColor(): Int

    Definition Classes
    AbsListView → View
  333. def getStretchMode(): Int

    Definition Classes
    GridView
  334. def getSuggestedMinimumHeight(): Int

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

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

    Definition Classes
    View
  337. def getTag(): AnyRef

    Definition Classes
    View
  338. def getTextFilter(): CharSequence

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

    Definition Classes
    View
  340. def getTopFadingEdgeStrength(): Float

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  342. def getTouchDelegate(): TouchDelegate

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

    Definition Classes
    View
  344. def getTranscriptMode(): Int

    Definition Classes
    AbsListView
  345. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  346. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  347. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  348. def getVisibility(): Int

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

    Definition Classes
    View
  350. def getWindowAttachCount(): Int

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

    Definition Classes
    View
  352. def getWindowVisibility(): Int

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

    Definition Classes
    View
  354. def gravity(p: Int): SGridView

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  355. def gravity(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  356. def gravity_=(p: Int): SGridView

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  357. def handleDataChanged(): Unit

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

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  359. def hapticFeedbackEnabled(p: Boolean): SGridView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  361. def hapticFeedbackEnabled_=(p: Boolean): SGridView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

    Definition Classes
    ViewGroup → View
  364. def hasTextFilter(): Boolean

    Definition Classes
    AbsListView
  365. def hasWindowFocus(): Boolean

    Definition Classes
    View
  366. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  367. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  368. def horizontalFadingEdgeEnabled(p: Boolean): SGridView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  370. def horizontalFadingEdgeEnabled_=(p: Boolean): SGridView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  372. def horizontalScrollBarEnabled(p: Boolean): SGridView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  374. def horizontalScrollBarEnabled_=(p: Boolean): SGridView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  375. def horizontalSpacing(p: Int): SGridView

    Shortcut for setHorizontalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  376. def horizontalSpacing(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  377. def horizontalSpacing_=(p: Int): SGridView

    Shortcut for setHorizontalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  378. def id(p: Int): SGridView

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  380. def id_=(p: Int): SGridView

    Shortcut for setId(int)

    Shortcut for setId(int)

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbsListView
  391. def isAlwaysDrawnWithCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
  392. def isAnimationCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
  393. def isChildrenDrawingOrderEnabled(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  394. def isChildrenDrawnWithCacheEnabled(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  395. def isClickable(): Boolean

    Definition Classes
    View
  396. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  397. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  398. def isEnabled(): Boolean

    Definition Classes
    View
  399. def isFastScrollEnabled(): Boolean

    Definition Classes
    AbsListView
  400. final def isFocusable(): Boolean

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

    Definition Classes
    View
  402. def isFocused(): Boolean

    Definition Classes
    View
  403. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  404. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  405. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  406. def isInEditMode(): Boolean

    Definition Classes
    View
  407. def isInFilterMode(): Boolean

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

    Definition Classes
    View
  409. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  410. def isLayoutRequested(): Boolean

    Definition Classes
    View
  411. def isLongClickable(): Boolean

    Definition Classes
    View
  412. def isOpaque(): Boolean

    Definition Classes
    View
  413. def isPaddingOffsetRequired(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  414. def isPressed(): Boolean

    Definition Classes
    View
  415. def isSaveEnabled(): Boolean

    Definition Classes
    View
  416. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  417. def isScrollingCacheEnabled(): Boolean

    Definition Classes
    AbsListView
  418. def isSelected(): Boolean

    Definition Classes
    View
  419. def isShown(): Boolean

    Definition Classes
    View
  420. def isSmoothScrollbarEnabled(): Boolean

    Definition Classes
    AbsListView
  421. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  422. def isStackFromBottom(): Boolean

    Definition Classes
    AbsListView
  423. def isTextFilterEnabled(): Boolean

    Definition Classes
    AbsListView
  424. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  425. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  426. def keepScreenOn(p: Boolean): SGridView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  428. def keepScreenOn_=(p: Boolean): SGridView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

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

    Shortcut for getLastVisiblePosition()

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

    Definition Classes
    View
  432. def layoutAnimation(p: LayoutAnimationController): SGridView

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

  433. def layoutAnimation: LayoutAnimationController

    Shortcut for getLayoutAnimation()

    Shortcut for getLayoutAnimation()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  434. def layoutAnimationListener(p: AnimationListener): SGridView

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

  435. def layoutAnimationListener: AnimationListener

    Shortcut for getLayoutAnimationListener()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  436. def layoutAnimationListener_=(p: AnimationListener): SGridView

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

  437. def layoutAnimation_=(p: LayoutAnimationController): SGridView

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

  438. def layoutChildren(): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    GridView → AbsListView
  439. def layoutParams(p: LayoutParams): SGridView

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  441. def layoutParams_=(p: LayoutParams): SGridView

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

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

    Shortcut for getLeft()

    Shortcut for getLeft()

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

    Shortcut for getListPaddingBottom()

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

    Shortcut for getListPaddingLeft()

    Shortcut for getListPaddingLeft()

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

    Shortcut for getListPaddingRight()

    Shortcut for getListPaddingRight()

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

    Shortcut for getListPaddingTop()

    Shortcut for getListPaddingTop()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  447. def longClickable(p: Boolean): SGridView

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  449. def longClickable_=(p: Boolean): SGridView

    Shortcut for setLongClickable(boolean)

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

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

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

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

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

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  456. def minimumHeight(p: Int): SGridView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  458. def minimumHeight_=(p: Int): SGridView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  459. def minimumWidth(p: Int): SGridView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  461. def minimumWidth_=(p: Int): SGridView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  462. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  463. def nextFocusDownId(p: Int): SGridView

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  465. def nextFocusDownId_=(p: Int): SGridView

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  466. def nextFocusLeftId(p: Int): SGridView

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  468. def nextFocusLeftId_=(p: Int): SGridView

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  469. def nextFocusRightId(p: Int): SGridView

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  471. def nextFocusRightId_=(p: Int): SGridView

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  472. def nextFocusUpId(p: Int): SGridView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  474. def nextFocusUpId_=(p: Int): SGridView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

    Definition Classes
    AnyRef
  477. def numColumns(p: Int): SGridView

    Shortcut for setNumColumns(int)

    Shortcut for setNumColumns(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  478. def numColumns(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  479. def numColumns_=(p: Int): SGridView

    Shortcut for setNumColumns(int)

    Shortcut for setNumColumns(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  480. final def offsetDescendantRectToMyCoords(arg0: View, arg1: Rect): Unit

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

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

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

    Definition Classes
    View
  484. def onAnimationEnd[U](f: ⇒ U): SGridView

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  494. def onChildViewAdded[U](f: ⇒ U): SGridView

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  500. def onClickListener(p: OnClickListener): SGridView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  502. def onClickListener_=(p: OnClickListener): SGridView

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  509. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SGridView

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

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

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

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

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

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

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

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

    Definition Classes
    AbsListView → FilterListener
  517. def onFinishInflate(): Unit

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

    Definition Classes
    View
  519. def onFocusChange[U](f: ⇒ U): SGridView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  521. def onFocusChangeListener(p: OnFocusChangeListener): SGridView

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  523. def onFocusChangeListener_=(p: OnFocusChangeListener): SGridView

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    GridView → AbsListView → View
  525. def onGlobalLayout(): Unit

    Definition Classes
    AbsListView → OnGlobalLayoutListener
  526. def onHierarchyChangeListener(p: OnHierarchyChangeListener): SGridView

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

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  528. def onHierarchyChangeListener_=(p: OnHierarchyChangeListener): SGridView

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

  529. def onInterceptTouchEvent(arg0: MotionEvent): Boolean

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

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  532. def onItemClickListener(p: OnItemClickListener): SGridView

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

  533. def onItemClickListener: OnItemClickListener

    Shortcut for getOnItemClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  534. def onItemClickListener_=(p: OnItemClickListener): SGridView

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

  535. def onItemLongClick(f: ⇒ Boolean): SGridView

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  537. def onItemLongClickListener(p: OnItemLongClickListener): SGridView

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

  538. def onItemLongClickListener: OnItemLongClickListener

    Shortcut for getOnItemLongClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  539. def onItemLongClickListener_=(p: OnItemLongClickListener): SGridView

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

  540. def onItemSelected[U](f: ⇒ U): SGridView

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  542. def onItemSelectedListener(p: OnItemSelectedListener): SGridView

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

  543. def onItemSelectedListener: OnItemSelectedListener

    Shortcut for getOnItemSelectedListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  544. def onItemSelectedListener_=(p: OnItemSelectedListener): SGridView

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

  545. def onKey(f: ⇒ Boolean): SGridView

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

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

    Definition Classes
    GridView → AbsListView → View → Callback
  548. def onKeyListener(p: OnKeyListener): SGridView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  550. def onKeyListener_=(p: OnKeyListener): SGridView

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

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

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

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

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    AbsListView → AdapterView → ViewGroup → View
  557. def onLongClick(f: ⇒ Boolean): SGridView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  559. def onLongClickListener(p: OnLongClickListener): SGridView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  561. def onLongClickListener_=(p: OnLongClickListener): SGridView

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    GridView → AbsListView → View
  563. def onMovedToScrapHeap[U](f: ⇒ U): SGridView

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

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

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  567. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): Unit

    Definition Classes
    PressAndHoldable
  568. def onRequestFocusInDescendants(arg0: Int, arg1: Rect): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  569. def onRestoreInstanceState(arg0: Parcelable): Unit

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

    Definition Classes
    AbsListView → View
  571. def onScroll[U](f: ⇒ U): SGridView

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

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

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

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

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  576. def onScrollListener_=(p: OnScrollListener): SGridView

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

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

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

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

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

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

    Definition Classes
    View
  582. def onTextChanged(arg0: CharSequence, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    AbsListView → TextWatcher
  583. def onTouch(f: ⇒ Boolean): SGridView

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

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

    Definition Classes
    AbsListView → View
  586. def onTouchListener(p: OnTouchListener): SGridView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  588. def onTouchListener_=(p: OnTouchListener): SGridView

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

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

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

    Definition Classes
    View
  591. def onVisibilityChanged(arg0: View, arg1: Int): Unit

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

    Definition Classes
    AbsListView → View
  593. def onWindowVisibilityChanged(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  594. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SGridView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  596. def padding(p: Int): SGridView

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  601. def padding_=(p: Int): SGridView

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

    Shortcut for getParent()

    Shortcut for getParent()

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

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

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

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

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

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

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

    Definition Classes
    AdapterView
  610. def performLongClick(): Boolean

    Definition Classes
    View
  611. def persistentDrawingCache(p: Int): SGridView

    Shortcut for setPersistentDrawingCache(int)

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

    Shortcut for getPersistentDrawingCache()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  613. def persistentDrawingCache_=(p: Int): SGridView

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  614. def playSoundEffect(arg0: Int): Unit

    Definition Classes
    View
  615. def pointToPosition(arg0: Int, arg1: Int): Int

    Definition Classes
    AbsListView
  616. def pointToRowId(arg0: Int, arg1: Int): Long

    Definition Classes
    AbsListView
  617. def post(arg0: Runnable): Boolean

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

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

    Definition Classes
    View
  620. def postInvalidate(): Unit

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

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

    Definition Classes
    View
  623. def pressed(p: Boolean): SGridView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  625. def pressed_=(p: Boolean): SGridView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  626. def reclaimViews(arg0: List[View]): Unit

    Definition Classes
    AbsListView
  627. def recomputeViewAttributes(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  628. def recyclerListener(p: RecyclerListener): SGridView

    Shortcut for setRecyclerListener(android.widget.AbsListView.RecyclerListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  629. def recyclerListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  630. def recyclerListener_=(p: RecyclerListener): SGridView

    Shortcut for setRecyclerListener(android.widget.AbsListView.RecyclerListener)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  631. def refreshDrawableState(): Unit

    Definition Classes
    View
  632. def removeAllViews(): Unit

    Definition Classes
    AdapterView → ViewGroup
  633. def removeAllViewsInLayout(): Unit

    Definition Classes
    ViewGroup
  634. def removeCallbacks(arg0: Runnable): Boolean

    Definition Classes
    View
  635. def removeDetachedView(arg0: View, arg1: Boolean): Unit

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

    Definition Classes
    AdapterView → ViewGroup → ViewManager
  637. def removeViewAt(arg0: Int): Unit

    Definition Classes
    AdapterView → ViewGroup
  638. def removeViewInLayout(arg0: View): Unit

    Definition Classes
    ViewGroup
  639. def removeViews(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  640. def removeViewsInLayout(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  641. def requestChildFocus(arg0: View, arg1: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  642. def requestChildRectangleOnScreen(arg0: View, arg1: Rect, arg2: Boolean): Boolean

    Definition Classes
    ViewGroup → ViewParent
  643. def requestDisallowInterceptTouchEvent(arg0: Boolean): Unit

    Definition Classes
    ViewGroup → ViewParent
  644. def requestFocus(arg0: Int, arg1: Rect): Boolean

    Definition Classes
    ViewGroup → View
  645. final def requestFocus(arg0: Int): Boolean

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

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

    Definition Classes
    View
  648. def requestLayout(): Unit

    Definition Classes
    AbsListView → ViewParent → View
  649. def requestRectangleOnScreen(arg0: Rect, arg1: Boolean): Boolean

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

    Definition Classes
    View
  651. def requestTransparentRegion(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  652. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  654. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  656. def saveEnabled(p: Boolean): SGridView

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  658. def saveEnabled_=(p: Boolean): SGridView

    Shortcut for setSaveEnabled(boolean)

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

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

    Definition Classes
    View → Callback
  661. def scheduleLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  662. def scrollBarStyle(p: Int): SGridView

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  664. def scrollBarStyle_=(p: Int): SGridView

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  666. def scrollContainer(p: Boolean): SGridView

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  668. def scrollContainer_=(p: Boolean): SGridView

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  670. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  672. def scrollbarFadingEnabled(p: Boolean): SGridView

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  674. def scrollbarFadingEnabled_=(p: Boolean): SGridView

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  675. def scrollingCacheEnabled(p: Boolean): SGridView

    Shortcut for setScrollingCacheEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  676. def scrollingCacheEnabled: Boolean

    Shortcut for isScrollingCacheEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  677. def scrollingCacheEnabled_=(p: Boolean): SGridView

    Shortcut for setScrollingCacheEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  678. def selected(p: Boolean): SGridView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  680. def selectedItem: AnyRef

    Shortcut for getSelectedItem()

    Shortcut for getSelectedItem()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  681. def selectedItemId: Long

    Shortcut for getSelectedItemId()

    Shortcut for getSelectedItemId()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  682. def selectedItemPosition: Int

    Shortcut for getSelectedItemPosition()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  683. def selectedView: View

    Shortcut for getSelectedView()

    Shortcut for getSelectedView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  684. def selected_=(p: Boolean): SGridView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  685. def selection(p: Int): SGridView

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  686. def selection(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  687. def selection_=(p: Int): SGridView

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  688. def selector(p: Drawable): SGridView

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  689. def selector(p: Int): SGridView

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  690. def selector: Drawable

    Shortcut for getSelector()

    Shortcut for getSelector()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  691. def selector_=(p: Drawable): SGridView

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

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  692. def selector_=(p: Int): SGridView

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  693. def sendAccessibilityEvent(arg0: Int): Unit

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

    Definition Classes
    View → AccessibilityEventSource
  695. def setAdapter(arg0: ListAdapter): Unit

    Definition Classes
    GridView → AdapterView
  696. def setAddStatesFromChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  697. def setAlwaysDrawnWithCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  698. def setAnimation(arg0: Animation): Unit

    Definition Classes
    View
  699. def setAnimationCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  700. def setBackgroundColor(arg0: Int): Unit

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

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

    Definition Classes
    View
  703. def setCacheColorHint(arg0: Int): Unit

    Definition Classes
    AbsListView
  704. def setChildrenDrawingCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  705. def setChildrenDrawingOrderEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  706. def setChildrenDrawnWithCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  707. def setClickable(arg0: Boolean): Unit

    Definition Classes
    View
  708. def setClipChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  709. def setClipToPadding(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  710. def setColumnWidth(arg0: Int): Unit

    Definition Classes
    GridView
  711. def setContentDescription(arg0: CharSequence): Unit

    Definition Classes
    View
  712. def setDescendantFocusability(arg0: Int): Unit

    Definition Classes
    ViewGroup
  713. def setDrawSelectorOnTop(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  714. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

    Definition Classes
    View
  717. def setDuplicateParentStateEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  718. def setEmptyView(arg0: View): Unit

    Definition Classes
    AdapterView
  719. def setEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  720. def setFadingEdgeLength(arg0: Int): Unit

    Definition Classes
    View
  721. def setFastScrollEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  722. def setFilterText(arg0: String): Unit

    Definition Classes
    AbsListView
  723. def setFocusable(arg0: Boolean): Unit

    Definition Classes
    AdapterView → View
  724. def setFocusableInTouchMode(arg0: Boolean): Unit

    Definition Classes
    AdapterView → View
  725. def setGravity(arg0: Int): Unit

    Definition Classes
    GridView
  726. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  727. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  729. def setHorizontalSpacing(arg0: Int): Unit

    Definition Classes
    GridView
  730. def setId(arg0: Int): Unit

    Definition Classes
    View
  731. def setKeepScreenOn(arg0: Boolean): Unit

    Definition Classes
    View
  732. def setLayoutAnimation(arg0: LayoutAnimationController): Unit

    Definition Classes
    ViewGroup
  733. def setLayoutAnimationListener(arg0: AnimationListener): Unit

    Definition Classes
    ViewGroup
  734. def setLayoutParams(arg0: LayoutParams): Unit

    Definition Classes
    View
  735. def setLongClickable(arg0: Boolean): Unit

    Definition Classes
    View
  736. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

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

    Definition Classes
    View
  739. def setNextFocusDownId(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  743. def setNumColumns(arg0: Int): Unit

    Definition Classes
    GridView
  744. def setOnClickListener(arg0: OnClickListener): Unit

    Definition Classes
    AdapterView → View
  745. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Definition Classes
    View
  746. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

    Definition Classes
    View
  747. def setOnHierarchyChangeListener(arg0: OnHierarchyChangeListener): Unit

    Definition Classes
    ViewGroup
  748. def setOnItemClickListener(arg0: OnItemClickListener): Unit

    Definition Classes
    AdapterView
  749. def setOnItemLongClickListener(arg0: OnItemLongClickListener): Unit

    Definition Classes
    AdapterView
  750. def setOnItemSelectedListener(arg0: OnItemSelectedListener): Unit

    Definition Classes
    AdapterView
  751. def setOnKeyListener(arg0: OnKeyListener): Unit

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

    Definition Classes
    View
  753. def setOnScrollListener(arg0: OnScrollListener): Unit

    Definition Classes
    AbsListView
  754. def setOnTouchListener(arg0: OnTouchListener): Unit

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

    Definition Classes
    ViewGroup → View
  756. def setPersistentDrawingCache(arg0: Int): Unit

    Definition Classes
    ViewGroup
  757. def setPressed(arg0: Boolean): Unit

    Definition Classes
    View
  758. def setRecyclerListener(arg0: RecyclerListener): Unit

    Definition Classes
    AbsListView
  759. def setSaveEnabled(arg0: Boolean): Unit

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

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

    Definition Classes
    View
  762. def setScrollIndicators(arg0: View, arg1: View): Unit

    Definition Classes
    AbsListView
  763. def setScrollbarFadingEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  764. def setScrollingCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  765. def setSelected(arg0: Boolean): Unit

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

    Definition Classes
    GridView → AdapterView
  767. def setSelector(arg0: Drawable): Unit

    Definition Classes
    AbsListView
  768. def setSelector(arg0: Int): Unit

    Definition Classes
    AbsListView
  769. def setSmoothScrollbarEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  770. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  771. def setStackFromBottom(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  772. def setStaticTransformationsEnabled(arg0: Boolean): Unit

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

    Definition Classes
    GridView
  774. def setTag(arg0: Int, arg1: Any): Unit

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

    Definition Classes
    View
  776. def setTextFilterEnabled(arg0: Boolean): Unit

    Definition Classes
    AbsListView
  777. def setTouchDelegate(arg0: TouchDelegate): Unit

    Definition Classes
    View
  778. def setTranscriptMode(arg0: Int): Unit

    Definition Classes
    AbsListView
  779. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  781. def setVerticalSpacing(arg0: Int): Unit

    Definition Classes
    GridView
  782. def setVisibility(arg0: Int): Unit

    Definition Classes
    View
  783. def setWillNotCacheDrawing(arg0: Boolean): Unit

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

    Definition Classes
    View
  785. def showContextMenu(): Boolean

    Definition Classes
    View
  786. def showContextMenuForChild(arg0: View): Boolean

    Definition Classes
    AbsListView → ViewGroup → ViewParent
  787. def smoothScrollBy(arg0: Int, arg1: Int): Unit

    Definition Classes
    AbsListView
  788. def smoothScrollToPosition(arg0: Int, arg1: Int): Unit

    Definition Classes
    AbsListView
  789. def smoothScrollToPosition(arg0: Int): Unit

    Definition Classes
    AbsListView
  790. def smoothScrollbarEnabled(p: Boolean): SGridView

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  791. def smoothScrollbarEnabled: Boolean

    Shortcut for isSmoothScrollbarEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  792. def smoothScrollbarEnabled_=(p: Boolean): SGridView

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  793. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  794. def soundEffectsEnabled(p: Boolean): SGridView

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  796. def soundEffectsEnabled_=(p: Boolean): SGridView

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  797. def stackFromBottom(p: Boolean): SGridView

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  798. def stackFromBottom: Boolean

    Shortcut for isStackFromBottom()

    Shortcut for isStackFromBottom()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  799. def stackFromBottom_=(p: Boolean): SGridView

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  800. def startAnimation(arg0: Animation): Unit

    Definition Classes
    View
  801. def startLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  802. def stretchMode(p: Int): SGridView

    Shortcut for setStretchMode(int)

    Shortcut for setStretchMode(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  803. def stretchMode: Int

    Shortcut for getStretchMode()

    Shortcut for getStretchMode()

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  804. def stretchMode_=(p: Int): SGridView

    Shortcut for setStretchMode(int)

    Shortcut for setStretchMode(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  805. def style(stl: PartialFunction[View, View]): SGridView

    Definition Classes
    TraitViewGroup
  806. val styles: ArrayBuffer[PartialFunction[View, View]]

    Definition Classes
    TraitViewGroup
  807. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  808. def tag(p: Any): SGridView

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  810. def tag_=(p: Any): SGridView

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  811. def textFilter: CharSequence

    Shortcut for getTextFilter()

    Shortcut for getTextFilter()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  812. def textFilterEnabled(p: Boolean): SGridView

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  813. def textFilterEnabled: Boolean

    Shortcut for isTextFilterEnabled()

    Shortcut for isTextFilterEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  814. def textFilterEnabled_=(p: Boolean): SGridView

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  815. def toString(): String

    Definition Classes
    AnyRef → Any
  816. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  817. def touchDelegate(p: TouchDelegate): SGridView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  819. def touchDelegate_=(p: TouchDelegate): SGridView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  821. def transcriptMode(p: Int): SGridView

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  822. def transcriptMode: Int

    Shortcut for getTranscriptMode()

    Shortcut for getTranscriptMode()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  823. def transcriptMode_=(p: Int): SGridView

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  824. def uniqueId(implicit activity: Activity): Int

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

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

    Definition Classes
    View → Callback
  827. def updateViewLayout(arg0: View, arg1: LayoutParams): Unit

    Definition Classes
    ViewGroup → ViewManager
  828. def verifyDrawable(arg0: Drawable): Boolean

    Definition Classes
    AbsListView → View
  829. def verticalFadingEdgeEnabled(p: Boolean): SGridView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  831. def verticalFadingEdgeEnabled_=(p: Boolean): SGridView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  833. def verticalScrollBarEnabled(p: Boolean): SGridView

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  835. def verticalScrollBarEnabled_=(p: Boolean): SGridView

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for getVerticalScrollbarWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  837. def verticalSpacing(p: Int): SGridView

    Shortcut for setVerticalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  838. def verticalSpacing(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  839. def verticalSpacing_=(p: Int): SGridView

    Shortcut for setVerticalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  840. def viewTreeObserver: ViewTreeObserver

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  841. def visibility(p: Int): SGridView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  843. def visibility_=(p: Int): SGridView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  847. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  848. def willNotCacheDrawing(p: Boolean): SGridView

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
  850. def willNotCacheDrawing_=(p: Boolean): SGridView

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  851. def willNotDraw(p: Boolean): SGridView

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
  853. def willNotDraw_=(p: Boolean): SGridView

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  854. def windowToken: IBinder

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  855. def windowVisibility: Int

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from TraitGridView[SGridView]

Inherited from TraitAbsListView[SGridView]

Inherited from TraitAdapterView[SGridView]

Inherited from TraitViewGroup[SGridView]

Inherited from TraitView[SGridView]

Inherited from PressAndHoldable

Inherited from ConstantsSupport

Inherited from GridView

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