Class/Object

org.scaloid.common

SGridView

Related Docs: object SGridView | package common

Permalink

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[SGridView], 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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Permalink
    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
  8. val NONE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  9. val TEXT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_COMPLETE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  11. val TEXT_AUTO_CORRECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_CHARACTERS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_SENTENCES: Int

    Permalink
    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_WORDS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  16. val TEXT_EMAIL_SUBJECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  17. val TEXT_IME_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  18. val TEXT_LONG_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  19. val TEXT_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  20. val TEXT_NO_SUGGESTIONS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  21. val TEXT_PASSWORD: Int

    Permalink
    Definition Classes
    ConstantsSupport
  22. val TEXT_PERSON_NAME: Int

    Permalink
    Definition Classes
    ConstantsSupport
  23. val TEXT_POSTAL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  24. val TEXT_SHORT_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  25. val TEXT_URI: Int

    Permalink
    Definition Classes
    ConstantsSupport
  26. val WRAP_CONTENT: Int

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getAccessibilityNodeProvider()

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

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Permalink

    Shortcut for isActivated()

    Shortcut for isActivated()

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

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Permalink

    Shortcut for getAdapter()

    Shortcut for getAdapter()

    Definition Classes
    TraitGridViewTraitAdapterView
    Annotations
    @inline()
  35. def adapter(p: ListAdapter): SGridView

    Permalink

    Shortcut for setAdapter(android.widget.ListAdapter)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  36. def adapter_=(p: ListAdapter): SGridView

    Permalink

    Shortcut for setAdapter(android.widget.ListAdapter)

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

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

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

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

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

    Permalink
    Definition Classes
    View
  42. def addStatesFromChildren(p: Boolean): SGridView

    Permalink

    Shortcut for setAddStatesFromChildren(boolean)

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

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

    Permalink

    Shortcut for setAddStatesFromChildren(boolean)

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbsListView → TextWatcher
  54. def alpha(p: Float): SGridView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  56. def alpha_=(p: Float): SGridView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  57. def alwaysDrawnWithCacheEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

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

    Permalink

    Shortcut for isAlwaysDrawnWithCacheEnabled()

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

    Permalink

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

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

    Permalink
    Definition Classes
    View
  61. def animation(p: Animation): SGridView

    Permalink

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

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

    Permalink

    Shortcut for getAnimation()

    Shortcut for getAnimation()

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

    Permalink

    Shortcut for setAnimationCacheEnabled(boolean)

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

    Permalink

    Shortcut for isAnimationCacheEnabled()

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

    Permalink

    Shortcut for setAnimationCacheEnabled(boolean)

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

    Permalink

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

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

    Permalink
    Definition Classes
    View
  68. def applicationWindowToken: IBinder

    Permalink

    Shortcut for getApplicationWindowToken()

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  77. def background(p: Drawable): SGridView

    Permalink

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  85. def background_=(p: Drawable): SGridView

    Permalink

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

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

    Permalink

    Shortcut for getBaseline()

    Shortcut for getBaseline()

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

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

    Permalink
    Definition Classes
    AbsListView → TextWatcher
  89. def bottom(p: Int): SGridView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Permalink

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  91. def bottom_=(p: Int): SGridView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

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

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

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

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

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

    Permalink

    Shortcut for setCacheColorHint(int)

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

    Permalink

    Shortcut for getCacheColorHint()

    Shortcut for getCacheColorHint()

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

    Permalink

    Shortcut for setCacheColorHint(int)

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

    Permalink
    Definition Classes
    View
  101. def cameraDistance(p: Float): SGridView

    Permalink

    Shortcut for setCameraDistance(float)

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

    Permalink

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  103. def cameraDistance_=(p: Float): SGridView

    Permalink

    Shortcut for setCameraDistance(float)

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

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

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

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

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

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

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

    Permalink

    Shortcut for getCheckedItemCount()

    Shortcut for getCheckedItemCount()

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

    Permalink

    Shortcut for getCheckedItemIds()

    Shortcut for getCheckedItemIds()

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

    Permalink

    Shortcut for getCheckedItemPosition()

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

    Permalink

    Shortcut for getCheckedItemPositions()

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

    Permalink

    Shortcut for getChildCount()

    Shortcut for getChildCount()

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

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  116. def choiceMode(p: Int): SGridView

    Permalink

    Shortcut for setChoiceMode(int)

    Shortcut for setChoiceMode(int)

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

    Permalink

    Shortcut for getChoiceMode()

    Shortcut for getChoiceMode()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  118. def choiceMode_=(p: Int): SGridView

    Permalink

    Shortcut for setChoiceMode(int)

    Shortcut for setChoiceMode(int)

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink

    Shortcut for isClickable()

    Shortcut for isClickable()

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

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink

    Shortcut for setClipChildren(boolean)

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

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

    Permalink

    Shortcut for setClipChildren(boolean)

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

    Permalink

    Shortcut for setClipToPadding(boolean)

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

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

    Permalink

    Shortcut for setClipToPadding(boolean)

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

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

    Permalink

    Shortcut for setColumnWidth(int)

    Shortcut for setColumnWidth(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  137. def columnWidth: Int

    Permalink

    Shortcut for getColumnWidth()

    Shortcut for getColumnWidth()

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

    Permalink

    Shortcut for setColumnWidth(int)

    Shortcut for setColumnWidth(int)

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContentDescription()

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

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContext()

    Shortcut for getContext()

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

    Permalink

    Shortcut for getCount()

    Shortcut for getCount()

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

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

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

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

    Permalink
    Definition Classes
    AbsListView
  155. def descendantFocusability(p: Int): SGridView

    Permalink

    Shortcut for setDescendantFocusability(int)

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

    Permalink

    Shortcut for getDescendantFocusability()

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

    Permalink

    Shortcut for setDescendantFocusability(int)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  172. def disableMotionEventSplitting(): SGridView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  173. def disableSave(): SGridView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def disableSaveFromParent(): SGridView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for setDrawSelectorOnTop(boolean)

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

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

    Permalink

    Shortcut for setDrawSelectorOnTop(boolean)

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

    Permalink

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

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

    Permalink

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

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

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for getDrawingCacheBackgroundColor()

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

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for isDrawingCacheEnabled()

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

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingCacheQuality()

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

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

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

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

    Shortcut for isDuplicateParentStateEnabled()

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

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

    Shortcut for setEmptyView(android.view.View)

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

    Permalink

    Shortcut for getEmptyView()

    Shortcut for getEmptyView()

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

    Permalink

    Shortcut for setEmptyView(android.view.View)

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  242. def enableMotionEventSplitting(): SGridView

    Permalink
    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  243. def enableSave(): SGridView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  244. def enableSaveFromParent(): SGridView

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

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

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

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

    Permalink

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  261. def fastScrollAlwaysVisible(p: Boolean): SGridView

    Permalink

    Shortcut for setFastScrollAlwaysVisible(boolean)

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

    Permalink

    Shortcut for isFastScrollAlwaysVisible()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  263. def fastScrollAlwaysVisible_=(p: Boolean): SGridView

    Permalink

    Shortcut for setFastScrollAlwaysVisible(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  264. def fastScrollEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setFastScrollEnabled(boolean)

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

    Permalink

    Shortcut for isFastScrollEnabled()

    Shortcut for isFastScrollEnabled()

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

    Permalink

    Shortcut for setFastScrollEnabled(boolean)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  268. def filterText(p: String): SGridView

    Permalink

    Shortcut for setFilterText(java.lang.String)

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

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

    Permalink

    Shortcut for setFilterText(java.lang.String)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  271. def filterTouchesWhenObscured(p: Boolean): SGridView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  273. def filterTouchesWhenObscured_=(p: Boolean): SGridView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

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

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

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

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

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

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

    Permalink

    Shortcut for getFirstVisiblePosition()

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

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

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  284. def fitsSystemWindows_=(p: Boolean): SGridView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

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

    Permalink
    Definition Classes
    AbsListView → View
  287. def focusable(p: Boolean): SGridView

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink

    Shortcut for isFocusable()

    Shortcut for isFocusable()

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

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

    Permalink

    Shortcut for isFocusableInTouchMode()

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

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

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

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink

    Shortcut for getFocusedChild()

    Shortcut for getFocusedChild()

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

    Permalink
    Definition Classes
    View
  296. def friction(p: Float): SGridView

    Permalink

    Shortcut for setFriction(float)

    Shortcut for setFriction(float)

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

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

    Permalink

    Shortcut for setFriction(float)

    Shortcut for setFriction(float)

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GridView → AdapterView
  306. def getAlpha(): Float

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  327. def getColumnWidth(): Int

    Permalink
    Definition Classes
    GridView
  328. def getContentDescription(): CharSequence

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

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

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

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

    Permalink
    Definition Classes
    ViewGroup
    Annotations
    @ExportedProperty()
  333. final def getDrawableState(): Array[Int]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GridView
  350. def getHandler(): Handler

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

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

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

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

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

    Permalink
    Definition Classes
    GridView
  356. def getId(): Int

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

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

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

    Permalink
    Definition Classes
    AdapterView
  360. def getKeepScreenOn(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  379. final def getMeasuredHeight(): Int

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  391. def getNumColumns(): Int

    Permalink
    Definition Classes
    GridView
    Annotations
    @ExportedProperty()
  392. def getOnFocusChangeListener(): OnFocusChangeListener

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AdapterView
  407. def getRequestedColumnWidth(): Int

    Permalink
    Definition Classes
    GridView
  408. def getRequestedHorizontalSpacing(): Int

    Permalink
    Definition Classes
    GridView
  409. def getResources(): Resources

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GridView
  432. def getSuggestedMinimumHeight(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbsListView → View
  449. def getVerticalSpacing(): Int

    Permalink
    Definition Classes
    GridView
  450. def getViewTreeObserver(): ViewTreeObserver

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  460. def gravity(p: Int): SGridView

    Permalink

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  461. def gravity: Int

    Permalink

    Shortcut for getGravity()

    Shortcut for getGravity()

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

    Permalink

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

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

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

    Permalink

    Shortcut for getHandler()

    Shortcut for getHandler()

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

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Permalink

    Shortcut for isHapticFeedbackEnabled()

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

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

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

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

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

    Permalink
    Definition Classes
    AbsListView
  473. def hasTransientState(p: Boolean): SGridView

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  478. def height: Int

    Permalink

    Shortcut for getHeight()

    Shortcut for getHeight()

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

    Permalink

    Place the widget into a ViewGroup.

    Place the widget into a ViewGroup.

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

    Permalink

    Place the widget into a ViewGroup, without applying styles.

    Place the widget into a ViewGroup, without applying styles.

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

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalFadingEdgeEnabled()

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

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getHorizontalFadingEdgeLength()

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

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalScrollBarEnabled()

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

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for setHorizontalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  489. def horizontalSpacing: Int

    Permalink

    Shortcut for getHorizontalSpacing()

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

    Permalink

    Shortcut for setHorizontalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  491. def hovered(p: Boolean): SGridView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Permalink

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  493. def hovered_=(p: Boolean): SGridView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  494. def id(p: Int): SGridView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getId()

    Shortcut for getId()

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

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  497. def importantForAccessibility(p: Int): SGridView

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

    Permalink

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  499. def importantForAccessibility_=(p: Int): SGridView

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbsListView → ViewGroup → View
  555. def keepScreenOn(p: Boolean): SGridView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

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

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeyDispatcherState()

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

    Permalink

    Shortcut for getLastVisiblePosition()

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

    Permalink

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Permalink
    Definition Classes
    ViewGroup → View
  562. def layoutAnimation(p: LayoutAnimationController): SGridView

    Permalink

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

  563. def layoutAnimation: LayoutAnimationController

    Permalink

    Shortcut for getLayoutAnimation()

    Shortcut for getLayoutAnimation()

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

    Permalink

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

  565. def layoutAnimationListener: AnimationListener

    Permalink

    Shortcut for getLayoutAnimationListener()

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

    Permalink

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

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

    Permalink

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

  568. def layoutChildren(): Unit

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

    Permalink

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

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

    Permalink

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  572. def layoutTransition(p: LayoutTransition): SGridView

    Permalink

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

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

    Permalink

    Shortcut for getLayoutTransition()

    Shortcut for getLayoutTransition()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  574. def layoutTransition_=(p: LayoutTransition): SGridView

    Permalink

    Shortcut for setLayoutTransition(android.animation.LayoutTransition)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  575. def left(p: Int): SGridView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  577. def left_=(p: Int): SGridView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getListPaddingBottom()

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

    Permalink

    Shortcut for getListPaddingLeft()

    Shortcut for getListPaddingLeft()

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

    Permalink

    Shortcut for getListPaddingRight()

    Shortcut for getListPaddingRight()

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

    Permalink

    Shortcut for getListPaddingTop()

    Shortcut for getListPaddingTop()

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

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

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

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for getMatrix()

    Shortcut for getMatrix()

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

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

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

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

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

    Permalink

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Permalink

    Shortcut for getMeasuredHeightAndState()

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

    Permalink

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Permalink

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Permalink

    Shortcut for getMeasuredWidthAndState()

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

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

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

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

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

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  601. def motionEventSplittingEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setMotionEventSplittingEnabled(boolean)

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

    Permalink

    Shortcut for isMotionEventSplittingEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  603. def motionEventSplittingEnabled_=(p: Boolean): SGridView

    Permalink

    Shortcut for setMotionEventSplittingEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  604. def multiChoiceModeListener(p: MultiChoiceModeListener): SGridView

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

    Shortcut for setNextFocusDownId(int)

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

    Permalink

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

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

    Permalink

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  611. def nextFocusForwardId(p: Int): SGridView

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  613. def nextFocusForwardId_=(p: Int): SGridView

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

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

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

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

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Permalink

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

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

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

    Permalink

    Shortcut for setNumColumns(int)

    Shortcut for setNumColumns(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  626. def numColumns: Int

    Permalink

    Shortcut for getNumColumns()

    Shortcut for getNumColumns()

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

    Permalink

    Shortcut for setNumColumns(int)

    Shortcut for setNumColumns(int)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  665. def onDragListener(p: OnDragListener): SGridView

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getOnFocusChangeListener()

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

    Permalink

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

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

    Permalink
    Attributes
    protected[android.widget]
    Definition Classes
    GridView → AbsListView → View
  680. def onGenericMotion(f: ⇒ Boolean): SGridView

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

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

    Permalink
    Definition Classes
    AbsListView → View
  683. def onGenericMotionListener(p: OnGenericMotionListener): SGridView

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink

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

  690. def onHover(f: ⇒ Boolean): SGridView

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

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

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

    Permalink
    Definition Classes
    View
  694. def onHoverListener(p: OnHoverListener): SGridView

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

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

    Permalink

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

  704. def onItemClickListener: OnItemClickListener

    Permalink

    Shortcut for getOnItemClickListener()

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

    Permalink

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

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

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

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

    Permalink

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

  709. def onItemLongClickListener: OnItemLongClickListener

    Permalink

    Shortcut for getOnItemLongClickListener()

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

    Permalink

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

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

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

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

    Permalink

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

  714. def onItemSelectedListener: OnItemSelectedListener

    Permalink

    Shortcut for getOnItemSelectedListener()

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

    Permalink

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  750. def onScroll[U](f: ⇒ U): SGridView

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  761. def onSystemUiVisibilityChange[U](f: ⇒ U): SGridView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  763. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SGridView

    Permalink

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  765. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): SGridView

    Permalink

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    View
  775. def onViewAttachedToWindow[U](f: ⇒ U): SGridView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  776. def onViewAttachedToWindow[U](f: (View) ⇒ U): SGridView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  777. def onViewDetachedFromWindow[U](f: ⇒ U): SGridView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  778. def onViewDetachedFromWindow[U](f: (View) ⇒ U): SGridView

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  784. def overScrollMode(p: Int): SGridView

    Permalink

    Shortcut for setOverScrollMode(int)

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

    Permalink

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  786. def overScrollMode_=(p: Int): SGridView

    Permalink

    Shortcut for setOverScrollMode(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  787. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SGridView

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

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

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

    Permalink

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Permalink

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Permalink

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Permalink

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

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

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

    Permalink

    Shortcut for getParent()

    Shortcut for getParent()

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

    Permalink

    Shortcut for getParentForAccessibility()

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

    Permalink
    Definition Classes
    TraitViewGroup
  798. val parentViewGroup: TraitViewGroup[_]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbsListView → AdapterView
  805. def performLongClick(): Boolean

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

    Permalink

    Shortcut for setPersistentDrawingCache(int)

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

    Permalink

    Shortcut for getPersistentDrawingCache()

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

    Permalink

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  809. def pivotX(p: Float): SGridView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  810. def pivotX: Float

    Permalink

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  811. def pivotX_=(p: Float): SGridView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  812. def pivotY(p: Float): SGridView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  813. def pivotY: Float

    Permalink

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  814. def pivotY_=(p: Float): SGridView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  815. def playSoundEffect(arg0: Int): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    View
  821. def postInvalidate(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  825. def postInvalidateOnAnimation(): Unit

    Permalink
    Definition Classes
    View
  826. def postOnAnimation(arg0: Runnable): Unit

    Permalink
    Definition Classes
    View
  827. def postOnAnimationDelayed(arg0: Runnable, arg1: Long): Unit

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

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Permalink

    Shortcut for isPressed()

    Shortcut for isPressed()

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

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

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

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

    Permalink

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

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

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

    Permalink

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

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

    Permalink
    Definition Classes
    View
  837. def remoteViewsAdapter(p: Intent): SGridView

    Permalink

    Shortcut for setRemoteViewsAdapter(android.content.Intent)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  838. def remoteViewsAdapter(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  839. def remoteViewsAdapter_=(p: Intent): SGridView

    Permalink

    Shortcut for setRemoteViewsAdapter(android.content.Intent)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  840. def removeAllViews(): Unit

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  844. def removeOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

    Permalink
    Definition Classes
    View
  845. def removeOnLayoutChangeListener(arg0: OnLayoutChangeListener): Unit

    Permalink
    Definition Classes
    View
  846. def removeView(arg0: View): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbsListView → ViewGroup → ViewParent
  854. def requestFitSystemWindows(): Unit

    Permalink
    Definition Classes
    View
  855. def requestFocus(arg0: Int, arg1: Rect): Boolean

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

    Permalink
    Definition Classes
    View
  857. final def requestFocus(): Boolean

    Permalink
    Definition Classes
    View
  858. final def requestFocusFromTouch(): Boolean

    Permalink
    Definition Classes
    View
  859. def requestLayout(): Unit

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

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

    Permalink
    Definition Classes
    View
  862. def requestSendAccessibilityEvent(arg0: View, arg1: AccessibilityEvent): Boolean

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  863. def requestTransparentRegion(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  864. def requestedColumnWidth: Int

    Permalink

    Shortcut for getRequestedColumnWidth()

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  865. def requestedHorizontalSpacing: Int

    Permalink

    Shortcut for getRequestedHorizontalSpacing()

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  866. def resources: Resources

    Permalink

    Shortcut for getResources()

    Shortcut for getResources()

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

    Permalink
    Definition Classes
    View
  868. def right(p: Int): SGridView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  869. def right: Int

    Permalink

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  870. def right_=(p: Int): SGridView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  872. def rotation(p: Float): SGridView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  873. def rotation: Float

    Permalink

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  874. def rotationX(p: Float): SGridView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  875. def rotationX: Float

    Permalink

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  876. def rotationX_=(p: Float): SGridView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  877. def rotationY(p: Float): SGridView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  878. def rotationY: Float

    Permalink

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  879. def rotationY_=(p: Float): SGridView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  880. def rotation_=(p: Float): SGridView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Permalink

    Shortcut for setSaveEnabled(boolean)

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

    Permalink

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

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

    Permalink

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  884. def saveFromParentEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  885. def saveFromParentEnabled: Boolean

    Permalink

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  886. def saveFromParentEnabled_=(p: Boolean): SGridView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink
    Definition Classes
    View
  888. def scaleX(p: Float): SGridView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  889. def scaleX: Float

    Permalink

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  890. def scaleX_=(p: Float): SGridView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  891. def scaleY(p: Float): SGridView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  892. def scaleY: Float

    Permalink

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  893. def scaleY_=(p: Float): SGridView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  894. def scheduleDrawable(arg0: Drawable, arg1: Runnable, arg2: Long): Unit

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

    Permalink
    Definition Classes
    ViewGroup
  896. def scrollBarDefaultDelayBeforeFade(p: Int): SGridView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  897. def scrollBarDefaultDelayBeforeFade: Int

    Permalink

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  898. def scrollBarDefaultDelayBeforeFade_=(p: Int): SGridView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  899. def scrollBarFadeDuration(p: Int): SGridView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  900. def scrollBarFadeDuration: Int

    Permalink

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  901. def scrollBarFadeDuration_=(p: Int): SGridView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  902. def scrollBarSize(p: Int): SGridView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  903. def scrollBarSize: Int

    Permalink

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  904. def scrollBarSize_=(p: Int): SGridView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  905. def scrollBarStyle(p: Int): SGridView

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

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

    Permalink

    Shortcut for setScrollBarStyle(int)

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

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

    Permalink

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  910. def scrollContainer: Boolean

    Permalink

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

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

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink
    Definition Classes
    View
  913. def scrollX(p: Int): SGridView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  914. def scrollX: Int

    Permalink

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  915. def scrollX_=(p: Int): SGridView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  916. def scrollY(p: Int): SGridView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Permalink

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  918. def scrollY_=(p: Int): SGridView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Permalink

    Shortcut for isScrollbarFadingEnabled()

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

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Permalink

    Shortcut for setScrollingCacheEnabled(boolean)

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

    Permalink

    Shortcut for isScrollingCacheEnabled()

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

    Permalink

    Shortcut for setScrollingCacheEnabled(boolean)

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

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for isSelected()

    Shortcut for isSelected()

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

    Permalink

    Shortcut for getSelectedItem()

    Shortcut for getSelectedItem()

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

    Permalink

    Shortcut for getSelectedItemId()

    Shortcut for getSelectedItemId()

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

    Permalink

    Shortcut for getSelectedItemPosition()

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

    Permalink

    Shortcut for getSelectedView()

    Shortcut for getSelectedView()

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

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

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

    Permalink
    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  934. def selection_=(p: Int): SGridView

    Permalink

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  935. def selector(p: Drawable): SGridView

    Permalink

    Shortcut for setSelector(android.graphics.drawable.Drawable)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  936. def selector(p: Int): SGridView

    Permalink

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  937. def selector: Drawable

    Permalink

    Shortcut for getSelector()

    Shortcut for getSelector()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  938. def selector_=(p: Drawable): SGridView

    Permalink

    Shortcut for setSelector(android.graphics.drawable.Drawable)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  939. def selector_=(p: Int): SGridView

    Permalink

    Shortcut for setSelector(int)

    Shortcut for setSelector(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  940. def sendAccessibilityEvent(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView → View → AccessibilityEventSource
  941. def sendAccessibilityEventUnchecked(arg0: AccessibilityEvent): Unit

    Permalink
    Definition Classes
    View → AccessibilityEventSource
  942. def setAccessibilityDelegate(arg0: AccessibilityDelegate): Unit

    Permalink
    Definition Classes
    View
  943. def setActivated(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  944. def setAdapter(arg0: ListAdapter): Unit

    Permalink
    Definition Classes
    GridView → AbsListView → AdapterView
  945. def setAddStatesFromChildren(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  946. def setAlpha(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  947. def setAlwaysDrawnWithCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  948. def setAnimation(arg0: Animation): Unit

    Permalink
    Definition Classes
    View
  949. def setAnimationCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  950. def setBackground(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
  951. def setBackgroundColor(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  952. def setBackgroundResource(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  953. final def setBottom(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  954. def setCacheColorHint(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  955. def setCameraDistance(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  956. def setChildrenDrawingCacheEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  957. def setChildrenDrawingOrderEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  958. def setChildrenDrawnWithCacheEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  959. def setChoiceMode(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  960. def setClickable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  961. def setClipChildren(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  962. def setClipToPadding(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  963. def setColumnWidth(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView
  964. def setContentDescription(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    View
  965. def setDescendantFocusability(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup
  966. def setDrawSelectorOnTop(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  967. def setDrawingCacheBackgroundColor(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  968. def setDrawingCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  969. def setDrawingCacheQuality(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  970. def setDuplicateParentStateEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  971. def setEmptyView(arg0: View): Unit

    Permalink
    Definition Classes
    AdapterView
  972. def setEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  973. def setFadingEdgeLength(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  974. def setFastScrollAlwaysVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  975. def setFastScrollEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  976. def setFilterText(arg0: String): Unit

    Permalink
    Definition Classes
    AbsListView
  977. def setFilterTouchesWhenObscured(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  978. def setFitsSystemWindows(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  979. def setFocusable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AdapterView → View
  980. def setFocusableInTouchMode(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AdapterView → View
  981. def setFriction(arg0: Float): Unit

    Permalink
    Definition Classes
    AbsListView
  982. def setGravity(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView
  983. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  984. def setHasTransientState(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  985. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  986. def setHorizontalScrollBarEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  987. def setHorizontalSpacing(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView
  988. def setHovered(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  989. def setId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  990. def setImportantForAccessibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  991. def setItemChecked(arg0: Int, arg1: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  992. def setKeepScreenOn(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  993. def setLayerType(arg0: Int, arg1: Paint): Unit

    Permalink
    Definition Classes
    View
  994. def setLayoutAnimation(arg0: LayoutAnimationController): Unit

    Permalink
    Definition Classes
    ViewGroup
  995. def setLayoutAnimationListener(arg0: AnimationListener): Unit

    Permalink
    Definition Classes
    ViewGroup
  996. def setLayoutParams(arg0: LayoutParams): Unit

    Permalink
    Definition Classes
    View
  997. def setLayoutTransition(arg0: LayoutTransition): Unit

    Permalink
    Definition Classes
    ViewGroup
  998. final def setLeft(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  999. def setLongClickable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1000. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  1001. def setMinimumHeight(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1002. def setMinimumWidth(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1003. def setMotionEventSplittingEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewGroup
  1004. def setMultiChoiceModeListener(arg0: MultiChoiceModeListener): Unit

    Permalink
    Definition Classes
    AbsListView
  1005. def setNextFocusDownId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1006. def setNextFocusForwardId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1007. def setNextFocusLeftId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1008. def setNextFocusRightId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1009. def setNextFocusUpId(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1010. def setNumColumns(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView
  1011. def setOnClickListener(arg0: OnClickListener): Unit

    Permalink
    Definition Classes
    AdapterView → View
  1012. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Permalink
    Definition Classes
    View
  1013. def setOnDragListener(arg0: OnDragListener): Unit

    Permalink
    Definition Classes
    View
  1014. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

    Permalink
    Definition Classes
    View
  1015. def setOnGenericMotionListener(arg0: OnGenericMotionListener): Unit

    Permalink
    Definition Classes
    View
  1016. def setOnHierarchyChangeListener(arg0: OnHierarchyChangeListener): Unit

    Permalink
    Definition Classes
    ViewGroup
  1017. def setOnHoverListener(arg0: OnHoverListener): Unit

    Permalink
    Definition Classes
    View
  1018. def setOnItemClickListener(arg0: OnItemClickListener): Unit

    Permalink
    Definition Classes
    AdapterView
  1019. def setOnItemLongClickListener(arg0: OnItemLongClickListener): Unit

    Permalink
    Definition Classes
    AdapterView
  1020. def setOnItemSelectedListener(arg0: OnItemSelectedListener): Unit

    Permalink
    Definition Classes
    AdapterView
  1021. def setOnKeyListener(arg0: OnKeyListener): Unit

    Permalink
    Definition Classes
    View
  1022. def setOnLongClickListener(arg0: OnLongClickListener): Unit

    Permalink
    Definition Classes
    View
  1023. def setOnScrollListener(arg0: OnScrollListener): Unit

    Permalink
    Definition Classes
    AbsListView
  1024. def setOnSystemUiVisibilityChangeListener(arg0: OnSystemUiVisibilityChangeListener): Unit

    Permalink
    Definition Classes
    View
  1025. def setOnTouchListener(arg0: OnTouchListener): Unit

    Permalink
    Definition Classes
    View
  1026. def setOverScrollMode(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView → View
  1027. def setPadding(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    ViewGroup → View
  1028. def setPersistentDrawingCache(arg0: Int): Unit

    Permalink
    Definition Classes
    ViewGroup
  1029. def setPivotX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1030. def setPivotY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1031. def setPressed(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1032. def setRecyclerListener(arg0: RecyclerListener): Unit

    Permalink
    Definition Classes
    AbsListView
  1033. def setRemoteViewsAdapter[T](implicit arg0: ClassTag[T], context: Context): Unit

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1034. def setRemoteViewsAdapter(arg0: Intent): Unit

    Permalink
    Definition Classes
    GridView → AbsListView
  1035. final def setRight(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1036. def setRotation(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1037. def setRotationX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1038. def setRotationY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1039. def setSaveEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1040. def setSaveFromParentEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1041. def setScaleX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1042. def setScaleY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1043. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1044. def setScrollBarFadeDuration(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1045. def setScrollBarSize(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1046. def setScrollBarStyle(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1047. def setScrollContainer(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1048. def setScrollIndicators(arg0: View, arg1: View): Unit

    Permalink
    Definition Classes
    AbsListView
  1049. def setScrollX(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1050. def setScrollY(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1051. def setScrollbarFadingEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1052. def setScrollingCacheEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1053. def setSelected(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1054. def setSelection(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView → AdapterView
  1055. def setSelector(arg0: Drawable): Unit

    Permalink
    Definition Classes
    AbsListView
  1056. def setSelector(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1057. def setSmoothScrollbarEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1058. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1059. def setStackFromBottom(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1060. def setStaticTransformationsEnabled(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  1061. def setStretchMode(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView
  1062. def setSystemUiVisibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1063. def setTag(arg0: Int, arg1: Any): Unit

    Permalink
    Definition Classes
    View
  1064. def setTag(arg0: Any): Unit

    Permalink
    Definition Classes
    View
  1065. def setTextFilterEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbsListView
  1066. final def setTop(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1067. def setTouchDelegate(arg0: TouchDelegate): Unit

    Permalink
    Definition Classes
    View
  1068. def setTranscriptMode(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1069. def setTranslationX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1070. def setTranslationY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1071. def setVelocityScale(arg0: Float): Unit

    Permalink
    Definition Classes
    AbsListView
  1072. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1073. def setVerticalScrollBarEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1074. def setVerticalScrollbarPosition(arg0: Int): Unit

    Permalink
    Definition Classes
    AbsListView → View
  1075. def setVerticalSpacing(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView
  1076. def setVisibility(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  1077. def setWillNotCacheDrawing(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1078. def setWillNotDraw(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  1079. def setX(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1080. def setY(arg0: Float): Unit

    Permalink
    Definition Classes
    View
  1081. def shouldDelayChildPressedState(): Boolean

    Permalink
    Definition Classes
    ViewGroup
  1082. def showContextMenu(): Boolean

    Permalink
    Definition Classes
    View
  1083. def showContextMenuForChild(arg0: View): Boolean

    Permalink
    Definition Classes
    AbsListView → ViewGroup → ViewParent
  1084. def smoothScrollBy(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1085. def smoothScrollByOffset(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView
  1086. def smoothScrollToPosition(arg0: Int): Unit

    Permalink
    Definition Classes
    GridView → AbsListView
  1087. def smoothScrollToPosition(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1088. def smoothScrollToPositionFromTop(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1089. def smoothScrollToPositionFromTop(arg0: Int, arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    AbsListView
  1090. def smoothScrollbarEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1091. def smoothScrollbarEnabled: Boolean

    Permalink

    Shortcut for isSmoothScrollbarEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1092. def smoothScrollbarEnabled_=(p: Boolean): SGridView

    Permalink

    Shortcut for setSmoothScrollbarEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1093. def solidColor: Int

    Permalink

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1094. def soundEffectsEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1095. def soundEffectsEnabled: Boolean

    Permalink

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1096. def soundEffectsEnabled_=(p: Boolean): SGridView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1097. def stackFromBottom(p: Boolean): SGridView

    Permalink

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1098. def stackFromBottom: Boolean

    Permalink

    Shortcut for isStackFromBottom()

    Shortcut for isStackFromBottom()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1099. def stackFromBottom_=(p: Boolean): SGridView

    Permalink

    Shortcut for setStackFromBottom(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1100. def startActionMode(arg0: Callback): ActionMode

    Permalink
    Definition Classes
    View
  1101. def startActionModeForChild(arg0: View, arg1: Callback): ActionMode

    Permalink
    Definition Classes
    ViewGroup → ViewParent
  1102. def startAnimation(arg0: Animation): Unit

    Permalink
    Definition Classes
    View
  1103. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

    Permalink
    Definition Classes
    View
  1104. def startLayoutAnimation(): Unit

    Permalink
    Definition Classes
    ViewGroup
  1105. def startViewTransition(arg0: View): Unit

    Permalink
    Definition Classes
    ViewGroup
  1106. def stretchMode(p: Int): SGridView

    Permalink

    Shortcut for setStretchMode(int)

    Shortcut for setStretchMode(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  1107. def stretchMode: Int

    Permalink

    Shortcut for getStretchMode()

    Shortcut for getStretchMode()

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  1108. def stretchMode_=(p: Int): SGridView

    Permalink

    Shortcut for setStretchMode(int)

    Shortcut for setStretchMode(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  1109. def style(stl: PartialFunction[View, View]): SGridView

    Permalink
    Definition Classes
    TraitViewGroup
  1110. val styles: ArrayBuffer[PartialFunction[View, View]]

    Permalink
    Definition Classes
    TraitViewGroup
  1111. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  1112. def systemUiVisibility(p: Int): SGridView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1113. def systemUiVisibility: Int

    Permalink

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1114. def systemUiVisibility_=(p: Int): SGridView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1115. def tag(p: Any): SGridView

    Permalink

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1116. def tag: AnyRef

    Permalink

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1117. def tag_=(p: Any): SGridView

    Permalink

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1118. def textFilter: CharSequence

    Permalink

    Shortcut for getTextFilter()

    Shortcut for getTextFilter()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1119. def textFilterEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1120. def textFilterEnabled: Boolean

    Permalink

    Shortcut for isTextFilterEnabled()

    Shortcut for isTextFilterEnabled()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1121. def textFilterEnabled_=(p: Boolean): SGridView

    Permalink

    Shortcut for setTextFilterEnabled(boolean)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1122. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  1123. def top(p: Int): SGridView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1124. def top: Int

    Permalink

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1125. def top_=(p: Int): SGridView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1126. def touchDelegate(p: TouchDelegate): SGridView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1127. def touchDelegate: TouchDelegate

    Permalink

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1128. def touchDelegate_=(p: TouchDelegate): SGridView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1129. def touchables: ArrayList[View]

    Permalink

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1130. def transcriptMode(p: Int): SGridView

    Permalink

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1131. def transcriptMode: Int

    Permalink

    Shortcut for getTranscriptMode()

    Shortcut for getTranscriptMode()

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1132. def transcriptMode_=(p: Int): SGridView

    Permalink

    Shortcut for setTranscriptMode(int)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1133. def translationX(p: Float): SGridView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1134. def translationX: Float

    Permalink

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1135. def translationX_=(p: Float): SGridView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1136. def translationY(p: Float): SGridView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1137. def translationY: Float

    Permalink

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1138. def translationY_=(p: Float): SGridView

    Permalink

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1139. def uniqueId(implicit activity: Activity): Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1140. def unscheduleDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
  1141. def unscheduleDrawable(arg0: Drawable, arg1: Runnable): Unit

    Permalink
    Definition Classes
    View → Callback
  1142. def updateViewLayout(arg0: View, arg1: LayoutParams): Unit

    Permalink
    Definition Classes
    ViewGroup → ViewManager
  1143. def velocityScale(p: Float): SGridView

    Permalink

    Shortcut for setVelocityScale(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1144. def velocityScale(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1145. def velocityScale_=(p: Float): SGridView

    Permalink

    Shortcut for setVelocityScale(float)

    Definition Classes
    TraitAbsListView
    Annotations
    @inline()
  1146. def verifyDrawable(arg0: Drawable): Boolean

    Permalink
    Definition Classes
    AbsListView → View
  1147. def verticalFadingEdgeEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1148. def verticalFadingEdgeEnabled: Boolean

    Permalink

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1149. def verticalFadingEdgeEnabled_=(p: Boolean): SGridView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1150. def verticalFadingEdgeLength: Int

    Permalink

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1151. def verticalScrollBarEnabled(p: Boolean): SGridView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1152. def verticalScrollBarEnabled: Boolean

    Permalink

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1153. def verticalScrollBarEnabled_=(p: Boolean): SGridView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1154. def verticalScrollbarPosition(p: Int): SGridView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1155. def verticalScrollbarPosition: Int

    Permalink

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1156. def verticalScrollbarPosition_=(p: Int): SGridView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1157. def verticalScrollbarWidth: Int

    Permalink

    Shortcut for getVerticalScrollbarWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1158. def verticalSpacing(p: Int): SGridView

    Permalink

    Shortcut for setVerticalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  1159. def verticalSpacing: Int

    Permalink

    Shortcut for getVerticalSpacing()

    Shortcut for getVerticalSpacing()

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  1160. def verticalSpacing_=(p: Int): SGridView

    Permalink

    Shortcut for setVerticalSpacing(int)

    Definition Classes
    TraitGridView
    Annotations
    @inline()
  1161. def viewTreeObserver: ViewTreeObserver

    Permalink

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1162. def visibility(p: Int): SGridView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1163. def visibility: Int

    Permalink

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1164. def visibility_=(p: Int): SGridView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1165. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1166. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1167. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  1168. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SGridView) ⇒ LP): SGridView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1169. def width: Int

    Permalink

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1170. def willNotCacheDrawing(p: Boolean): SGridView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1171. def willNotCacheDrawing(): Boolean

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1172. def willNotCacheDrawing_=(p: Boolean): SGridView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1173. def willNotDraw(p: Boolean): SGridView

    Permalink

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1174. def willNotDraw(): Boolean

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  1175. def willNotDraw_=(p: Boolean): SGridView

    Permalink

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1176. def windowSystemUiVisibility: Int

    Permalink

    Shortcut for getWindowSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1177. def windowToken: IBinder

    Permalink

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1178. def windowVisibility: Int

    Permalink

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1179. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SGridView) ⇒ LP): SGridView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  1180. def x(p: Float): SGridView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1181. def x: Float

    Permalink

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1182. def x_=(p: Float): SGridView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1183. def y(p: Float): SGridView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  1184. def y: Float

    Permalink

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  1185. def y_=(p: Float): SGridView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SGridView

    Permalink

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SGridView

    Permalink

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def setBackgroundDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitGridView[SGridView]

Inherited from TraitAbsListView[SGridView]

Inherited from TraitAdapterView[SGridView]

Inherited from TraitViewGroup[SGridView]

Inherited from TraitView[SGridView]

Inherited from PressAndHoldable[SGridView]

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