org.scaloid.common

SGallery

class SGallery extends Gallery with TraitGallery[SGallery]

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

Linear Supertypes
TraitGallery[SGallery], TraitAbsSpinner[SGallery], TraitAdapterView[SGallery], TraitViewGroup[SGallery], TraitView[SGallery], PressAndHoldable, ConstantsSupport, Gallery, OnGestureListener, AbsSpinner, AdapterView[SpinnerAdapter], ViewGroup, ViewManager, ViewParent, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SGallery
  2. TraitGallery
  3. TraitAbsSpinner
  4. TraitAdapterView
  5. TraitViewGroup
  6. TraitView
  7. PressAndHoldable
  8. ConstantsSupport
  9. Gallery
  10. OnGestureListener
  11. AbsSpinner
  12. AdapterView
  13. ViewGroup
  14. ViewManager
  15. ViewParent
  16. View
  17. AccessibilityEventSource
  18. Callback
  19. Callback
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  9. val FILL_PARENT: Int

    Definition Classes
    TraitView
  10. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  11. val NONE: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  28. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  29. val WRAP_CONTENT: Int

    Definition Classes
    TraitView
  30. def adapter(p: SpinnerAdapter): SGallery

    Shortcut for setAdapter(android.widget.SpinnerAdapter)

    Definition Classes
    TraitAbsSpinner
    Annotations
    @inline()
  31. def adapter: SpinnerAdapter

    Shortcut for getAdapter()

    Shortcut for getAdapter()

    Definition Classes
    TraitAbsSpinnerTraitAdapterView
    Annotations
    @inline()
  32. def adapter_=(p: SpinnerAdapter): SGallery

    Shortcut for setAdapter(android.widget.SpinnerAdapter)

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

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

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

    Shortcut for setAddStatesFromChildren(boolean)

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

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

    Shortcut for setAddStatesFromChildren(boolean)

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

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

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

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

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  46. def alwaysDrawnWithCacheEnabled(p: Boolean): SGallery

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

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

    Shortcut for isAlwaysDrawnWithCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  48. def alwaysDrawnWithCacheEnabled_=(p: Boolean): SGallery

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  49. def animation(p: Animation): SGallery

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  51. def animationCacheEnabled(p: Boolean): SGallery

    Shortcut for setAnimationCacheEnabled(boolean)

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

    Shortcut for isAnimationCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  53. def animationCacheEnabled_=(p: Boolean): SGallery

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  54. def animationDuration(p: Int): SGallery

    Shortcut for setAnimationDuration(int)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  55. def animationDuration(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  56. def animationDuration_=(p: Int): SGallery

    Shortcut for setAnimationDuration(int)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  57. def animation_=(p: Animation): SGallery

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

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

    Shortcut for getApplicationWindowToken()

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

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

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

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

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  67. def backgroundColor(p: Int): SGallery

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  69. def backgroundColor_=(p: Int): SGallery

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  70. def backgroundDrawable(p: Drawable): SGallery

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  72. def backgroundDrawable_=(p: Drawable): SGallery

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  73. def backgroundResource(p: Int): SGallery

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  75. def backgroundResource_=(p: Int): SGallery

    Shortcut for setBackgroundResource(int)

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

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

    Definition Classes
    SGalleryTraitViewPressAndHoldable
  78. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

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

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

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

    Definition Classes
    View
  82. def buildDrawingCache(): Unit

    Definition Classes
    View
  83. def callbackDuringFling(p: Boolean): SGallery

    Shortcut for setCallbackDuringFling(boolean)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  84. def callbackDuringFling(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  85. def callbackDuringFling_=(p: Boolean): SGallery

    Shortcut for setCallbackDuringFling(boolean)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  86. def canAnimate(): Boolean

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

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

    Definition Classes
    View
  89. def checkLayoutParams(arg0: LayoutParams): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → ViewGroup
  90. def childCount: Int

    Shortcut for getChildCount()

    Shortcut for getChildCount()

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

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

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

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

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

    Definition Classes
    ViewGroup
  96. def clearFocus(): Unit

    Definition Classes
    ViewGroup → View
  97. def clickable(p: Boolean): SGallery

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

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

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for setClipChildren(boolean)

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

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

    Shortcut for setClipChildren(boolean)

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

    Shortcut for setClipToPadding(boolean)

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

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

    Shortcut for setClipToPadding(boolean)

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → View
  108. def computeHorizontalScrollOffset(): Int

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → View
  109. def computeHorizontalScrollRange(): Int

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → View
  110. def computeScroll(): Unit

    Definition Classes
    View
  111. def computeVerticalScrollExtent(): Int

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  114. def contentDescription(p: CharSequence): SGallery

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  116. def contentDescription_=(p: CharSequence): SGallery

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getCount()

    Shortcut for getCount()

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

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

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

    Shortcut for setDescendantFocusability(int)

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

    Shortcut for getDescendantFocusability()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  122. def descendantFocusability_=(p: Int): SGallery

    Shortcut for setDescendantFocusability(int)

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

    Definition Classes
    View
  124. def detachAllViewsFromParent(): Unit

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  128. def disable: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  129. def disableAlwaysDrawnWithCache: SGallery

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  130. def disableAnimationCache: SGallery

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  131. def disableDrawingCache: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  132. def disableDuplicateParentState: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  133. def disableHapticFeedback: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  134. def disableHorizontalFadingEdge: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  135. def disableHorizontalScrollBar: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  136. def disableSave: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  137. def disableScrollbarFading: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  138. def disableSoundEffects: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  139. def disableVerticalFadingEdge: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def disableVerticalScrollBar: SGallery

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  162. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  164. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  165. def drawingCacheBackgroundColor(p: Int): SGallery

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  167. def drawingCacheBackgroundColor_=(p: Int): SGallery

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  168. def drawingCacheEnabled(p: Boolean): SGallery

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  170. def drawingCacheEnabled_=(p: Boolean): SGallery

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  171. def drawingCacheQuality(p: Int): SGallery

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  173. def drawingCacheQuality_=(p: Int): SGallery

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  175. def duplicateParentStateEnabled(p: Boolean): SGallery

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def duplicateParentStateEnabled_=(p: Boolean): SGallery

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def emptyView(p: View): SGallery

    Shortcut for setEmptyView(android.view.View)

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

    Shortcut for getEmptyView()

    Shortcut for getEmptyView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  180. def emptyView_=(p: View): SGallery

    Shortcut for setEmptyView(android.view.View)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  181. def enable: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  182. def enableAlwaysDrawnWithCache: SGallery

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  183. def enableAnimationCache: SGallery

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  184. def enableDrawingCache: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  185. def enableDuplicateParentState: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  186. def enableHapticFeedback: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  187. def enableHorizontalFadingEdge: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  188. def enableHorizontalScrollBar: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  189. def enableSave: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  190. def enableScrollbarFading: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  191. def enableSoundEffects: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def enableVerticalFadingEdge: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def enableVerticalScrollBar: SGallery

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. def enabled(p: Boolean): SGallery

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def enabled_=(p: Boolean): SGallery

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

    Definition Classes
    AnyRef → Any
  199. def fadingEdgeLength(p: Int): SGallery

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  201. def fadingEdgeLength_=(p: Int): SGallery

    Shortcut for setFadingEdgeLength(int)

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

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

    Definition Classes
    TraitView
  204. def findFocus(): View

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

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

    Definition Classes
    View
  207. def firstVisiblePosition: Int

    Shortcut for getFirstVisiblePosition()

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

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

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

    Definition Classes
    View
  211. def focusable(p: Boolean): SGallery

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  213. def focusableInTouchMode(p: Boolean): SGallery

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  215. def focusableInTouchMode_=(p: Boolean): SGallery

    Shortcut for setFocusableInTouchMode(boolean)

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

    Definition Classes
    ViewGroup → ViewParent
  217. def focusable_=(p: Boolean): SGallery

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for getFocusedChild()

    Shortcut for getFocusedChild()

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

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

    Definition Classes
    ViewGroup
  221. def generateDefaultLayoutParams(): LayoutParams

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → AbsSpinner → ViewGroup
  222. def generateLayoutParams(arg0: AttributeSet): LayoutParams

    Definition Classes
    Gallery → ViewGroup
  223. def generateLayoutParams(arg0: LayoutParams): LayoutParams

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → ViewGroup
  224. def getAdapter(): SpinnerAdapter

    Definition Classes
    AbsSpinner → AdapterView
  225. def getAnimation(): Animation

    Definition Classes
    View
  226. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  227. def getBackground(): Drawable

    Definition Classes
    View
  228. def getBaseline(): Int

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

    Definition Classes
    View
  230. def getBottomFadingEdgeStrength(): Float

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  232. def getChildAt(arg0: Int): View

    Definition Classes
    ViewGroup
  233. def getChildCount(): Int

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

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → ViewGroup
  235. def getChildStaticTransformation(arg0: View, arg1: Transformation): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → ViewGroup
  236. def getChildVisibleRect(arg0: View, arg1: Rect, arg2: Point): Boolean

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

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

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

    Definition Classes
    View
  240. def getContextMenuInfo(): ContextMenuInfo

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

    Definition Classes
    AbsSpinner → AdapterView
  242. def getDescendantFocusability(): Int

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

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

    Definition Classes
    View
  245. def getDrawingCache(): Bitmap

    Definition Classes
    View
  246. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  247. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  249. def getDrawingTime(): Long

    Definition Classes
    View
  250. def getEmptyView(): View

    Definition Classes
    AdapterView
  251. def getFirstVisiblePosition(): Int

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

    Definition Classes
    View
  253. def getFocusedChild(): View

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

    Definition Classes
    View
  255. final def getGlobalVisibleRect(arg0: Rect): Boolean

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

    Definition Classes
    View
  257. def getHandler(): Handler

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

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

    Definition Classes
    View
  260. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  261. def getHorizontalScrollbarHeight(): Int

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

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

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

    Definition Classes
    AdapterView
  265. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  266. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  267. def getLastVisiblePosition(): Int

    Definition Classes
    AdapterView
  268. def getLayoutAnimation(): LayoutAnimationController

    Definition Classes
    ViewGroup
  269. def getLayoutAnimationListener(): AnimationListener

    Definition Classes
    ViewGroup
  270. def getLayoutParams(): LayoutParams

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

    Definition Classes
    View
  272. def getLeftFadingEdgeStrength(): Float

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  274. final def getLocalVisibleRect(arg0: Rect): Boolean

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

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

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

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

    Definition Classes
    View
  279. def getNextFocusDownId(): Int

    Definition Classes
    View
  280. def getNextFocusLeftId(): Int

    Definition Classes
    View
  281. def getNextFocusRightId(): Int

    Definition Classes
    View
  282. def getNextFocusUpId(): Int

    Definition Classes
    View
  283. def getOnFocusChangeListener(): OnFocusChangeListener

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

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

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

    Definition Classes
    AdapterView
  287. def getPaddingBottom(): Int

    Definition Classes
    View
  288. def getPaddingLeft(): Int

    Definition Classes
    View
  289. def getPaddingRight(): Int

    Definition Classes
    View
  290. def getPaddingTop(): Int

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

    Definition Classes
    View
  292. def getPersistentDrawingCache(): Int

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

    Definition Classes
    AdapterView
  294. def getResources(): Resources

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

    Definition Classes
    View
  296. def getRightFadingEdgeStrength(): Float

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

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

    Definition Classes
    View
  299. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  302. def getSelectedItem(): AnyRef

    Definition Classes
    AdapterView
  303. def getSelectedItemId(): Long

    Definition Classes
    AdapterView
  304. def getSelectedItemPosition(): Int

    Definition Classes
    AdapterView
  305. def getSelectedView(): View

    Definition Classes
    AbsSpinner → AdapterView
  306. def getSolidColor(): Int

    Definition Classes
    View
  307. def getSuggestedMinimumHeight(): Int

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

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

    Definition Classes
    View
  310. def getTag(): AnyRef

    Definition Classes
    View
  311. final def getTop(): Int

    Definition Classes
    View
  312. def getTopFadingEdgeStrength(): Float

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

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

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

    Definition Classes
    View
  316. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  317. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  318. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  319. def getVisibility(): Int

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

    Definition Classes
    View
  321. def getWindowAttachCount(): Int

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

    Definition Classes
    View
  323. def getWindowVisibility(): Int

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

    Definition Classes
    View
  325. def gravity(p: Int): SGallery

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  326. def gravity(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  327. def gravity_=(p: Int): SGallery

    Shortcut for setGravity(int)

    Shortcut for setGravity(int)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  328. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  329. def hapticFeedbackEnabled(p: Boolean): SGallery

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  331. def hapticFeedbackEnabled_=(p: Boolean): SGallery

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

    Definition Classes
    ViewGroup → View
  334. def hasWindowFocus(): Boolean

    Definition Classes
    View
  335. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  336. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  337. def horizontalFadingEdgeEnabled(p: Boolean): SGallery

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  339. def horizontalFadingEdgeEnabled_=(p: Boolean): SGallery

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  341. def horizontalScrollBarEnabled(p: Boolean): SGallery

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  343. def horizontalScrollBarEnabled_=(p: Boolean): SGallery

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  344. def id(p: Int): SGallery

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  346. def id_=(p: Int): SGallery

    Shortcut for setId(int)

    Shortcut for setId(int)

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

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

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

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

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

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

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

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

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

    Definition Classes
    View → Callback
  356. def isAlwaysDrawnWithCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
  357. def isAnimationCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
  358. def isChildrenDrawingOrderEnabled(): Boolean

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

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

    Definition Classes
    View
  361. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  362. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  363. def isEnabled(): Boolean

    Definition Classes
    View
  364. final def isFocusable(): Boolean

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

    Definition Classes
    View
  366. def isFocused(): Boolean

    Definition Classes
    View
  367. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  368. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  369. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  370. def isInEditMode(): Boolean

    Definition Classes
    View
  371. def isInTouchMode(): Boolean

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

    Definition Classes
    Any
  373. def isLayoutRequested(): Boolean

    Definition Classes
    View
  374. def isLongClickable(): Boolean

    Definition Classes
    View
  375. def isOpaque(): Boolean

    Definition Classes
    View
  376. def isPaddingOffsetRequired(): Boolean

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

    Definition Classes
    View
  378. def isSaveEnabled(): Boolean

    Definition Classes
    View
  379. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  380. def isSelected(): Boolean

    Definition Classes
    View
  381. def isShown(): Boolean

    Definition Classes
    View
  382. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  383. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  384. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  385. def keepScreenOn(p: Boolean): SGallery

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  387. def keepScreenOn_=(p: Boolean): SGallery

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

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

    Shortcut for getLastVisiblePosition()

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

    Definition Classes
    View
  391. def layoutAnimation(p: LayoutAnimationController): SGallery

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

  392. def layoutAnimation: LayoutAnimationController

    Shortcut for getLayoutAnimation()

    Shortcut for getLayoutAnimation()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  393. def layoutAnimationListener(p: AnimationListener): SGallery

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

  394. def layoutAnimationListener: AnimationListener

    Shortcut for getLayoutAnimationListener()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  395. def layoutAnimationListener_=(p: AnimationListener): SGallery

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

  396. def layoutAnimation_=(p: LayoutAnimationController): SGallery

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

  397. def layoutParams(p: LayoutParams): SGallery

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  399. def layoutParams_=(p: LayoutParams): SGallery

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

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  401. def longClickable(p: Boolean): SGallery

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  403. def longClickable_=(p: Boolean): SGallery

    Shortcut for setLongClickable(boolean)

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

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

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

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

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

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  410. def minimumHeight(p: Int): SGallery

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  412. def minimumHeight_=(p: Int): SGallery

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  413. def minimumWidth(p: Int): SGallery

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  415. def minimumWidth_=(p: Int): SGallery

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    AnyRef
  417. def nextFocusDownId(p: Int): SGallery

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  419. def nextFocusDownId_=(p: Int): SGallery

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  420. def nextFocusLeftId(p: Int): SGallery

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  422. def nextFocusLeftId_=(p: Int): SGallery

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  423. def nextFocusRightId(p: Int): SGallery

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  425. def nextFocusRightId_=(p: Int): SGallery

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  426. def nextFocusUpId(p: Int): SGallery

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  428. def nextFocusUpId_=(p: Int): SGallery

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

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

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

    Definition Classes
    View
  435. def onAnimationEnd[U](f: ⇒ U): SGallery

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

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

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

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

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  444. def onCheckIsTextEditor(): Boolean

    Definition Classes
    View
  445. def onChildViewAdded[U](f: ⇒ U): SGallery

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  451. def onClickListener(p: OnClickListener): SGallery

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  453. def onClickListener_=(p: OnClickListener): SGallery

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  460. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SGallery

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

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

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  462. def onCreateInputConnection(arg0: EditorInfo): InputConnection

    Definition Classes
    View
  463. def onDetachedFromWindow(): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  465. def onDown(arg0: MotionEvent): Boolean

    Definition Classes
    Gallery → OnGestureListener
  466. def onDraw(arg0: Canvas): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  468. def onFinishInflate(): Unit

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

    Definition Classes
    View
  470. def onFling(arg0: MotionEvent, arg1: MotionEvent, arg2: Float, arg3: Float): Boolean

    Definition Classes
    Gallery → OnGestureListener
  471. def onFocusChange[U](f: ⇒ U): SGallery

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  473. def onFocusChangeListener(p: OnFocusChangeListener): SGallery

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  475. def onFocusChangeListener_=(p: OnFocusChangeListener): SGallery

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → View
  477. def onHierarchyChangeListener(p: OnHierarchyChangeListener): SGallery

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

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

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  479. def onHierarchyChangeListener_=(p: OnHierarchyChangeListener): SGallery

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

  480. def onInterceptTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup
  481. def onItemClick[U](f: ⇒ U): SGallery

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  483. def onItemClickListener(p: OnItemClickListener): SGallery

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

  484. def onItemClickListener: OnItemClickListener

    Shortcut for getOnItemClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  485. def onItemClickListener_=(p: OnItemClickListener): SGallery

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

  486. def onItemLongClick(f: ⇒ Boolean): SGallery

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  488. def onItemLongClickListener(p: OnItemLongClickListener): SGallery

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

  489. def onItemLongClickListener: OnItemLongClickListener

    Shortcut for getOnItemLongClickListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  490. def onItemLongClickListener_=(p: OnItemLongClickListener): SGallery

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

  491. def onItemSelected[U](f: ⇒ U): SGallery

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  493. def onItemSelectedListener(p: OnItemSelectedListener): SGallery

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

  494. def onItemSelectedListener: OnItemSelectedListener

    Shortcut for getOnItemSelectedListener()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  495. def onItemSelectedListener_=(p: OnItemSelectedListener): SGallery

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

  496. def onKey(f: ⇒ Boolean): SGallery

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

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

    Definition Classes
    Gallery → View → Callback
  499. def onKeyListener(p: OnKeyListener): SGallery

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  501. def onKeyListener_=(p: OnKeyListener): SGallery

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

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

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

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

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    Gallery → AdapterView → ViewGroup → View
  508. def onLongClick(f: ⇒ Boolean): SGallery

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  510. def onLongClickListener(p: OnLongClickListener): SGallery

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  512. def onLongClickListener_=(p: OnLongClickListener): SGallery

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  513. def onLongPress(arg0: MotionEvent): Unit

    Definition Classes
    Gallery → OnGestureListener
  514. def onMeasure(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AbsSpinner → View
  515. def onNothingSelected[U](f: ⇒ U): SGallery

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

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

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

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

    Definition Classes
    AbsSpinner → View
  520. def onSaveInstanceState(): Parcelable

    Definition Classes
    AbsSpinner → View
  521. def onScroll(arg0: MotionEvent, arg1: MotionEvent, arg2: Float, arg3: Float): Boolean

    Definition Classes
    Gallery → OnGestureListener
  522. def onScrollChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  524. def onShowPress(arg0: MotionEvent): Unit

    Definition Classes
    Gallery → OnGestureListener
  525. def onSingleTapUp(arg0: MotionEvent): Boolean

    Definition Classes
    Gallery → OnGestureListener
  526. def onSizeChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  527. def onStartTemporaryDetach(): Unit

    Definition Classes
    View
  528. def onTouch(f: ⇒ Boolean): SGallery

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

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

    Definition Classes
    Gallery → View
  531. def onTouchListener(p: OnTouchListener): SGallery

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  533. def onTouchListener_=(p: OnTouchListener): SGallery

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  534. def onTrackballEvent(arg0: MotionEvent): Boolean

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  540. def padding(p: Int): SGallery

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  545. def padding_=(p: Int): SGallery

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

    Shortcut for getParent()

    Shortcut for getParent()

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

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

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

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

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

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

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

    Definition Classes
    AdapterView
  554. def performLongClick(): Boolean

    Definition Classes
    View
  555. def persistentDrawingCache(p: Int): SGallery

    Shortcut for setPersistentDrawingCache(int)

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

    Shortcut for getPersistentDrawingCache()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  557. def persistentDrawingCache_=(p: Int): SGallery

    Shortcut for setPersistentDrawingCache(int)

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

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

    Definition Classes
    AbsSpinner
  560. def post(arg0: Runnable): Boolean

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

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

    Definition Classes
    View
  563. def postInvalidate(): Unit

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

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

    Definition Classes
    View
  566. def pressed(p: Boolean): SGallery

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  568. def pressed_=(p: Boolean): SGallery

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  569. def recomputeViewAttributes(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  570. def refreshDrawableState(): Unit

    Definition Classes
    View
  571. def removeAllViews(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  587. def requestLayout(): Unit

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

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

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

    Definition Classes
    ViewGroup → ViewParent
  591. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  593. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  595. def saveEnabled(p: Boolean): SGallery

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  597. def saveEnabled_=(p: Boolean): SGallery

    Shortcut for setSaveEnabled(boolean)

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

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

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

    Definition Classes
    ViewGroup
  601. def scrollBarStyle(p: Int): SGallery

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  603. def scrollBarStyle_=(p: Int): SGallery

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  605. def scrollContainer(p: Boolean): SGallery

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  607. def scrollContainer_=(p: Boolean): SGallery

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  609. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  611. def scrollbarFadingEnabled(p: Boolean): SGallery

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  613. def scrollbarFadingEnabled_=(p: Boolean): SGallery

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  614. def selected(p: Boolean): SGallery

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

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

    Shortcut for getSelectedItem()

    Shortcut for getSelectedItem()

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

    Shortcut for getSelectedItemId()

    Shortcut for getSelectedItemId()

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

    Shortcut for getSelectedItemPosition()

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

    Shortcut for getSelectedView()

    Shortcut for getSelectedView()

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  620. def selected_=(p: Boolean): SGallery

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  621. def selection(p: Int): SGallery

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

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

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  623. def selection_=(p: Int): SGallery

    Shortcut for setSelection(int)

    Shortcut for setSelection(int)

    Definition Classes
    TraitAdapterView
    Annotations
    @inline()
  624. def sendAccessibilityEvent(arg0: Int): Unit

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

    Definition Classes
    View → AccessibilityEventSource
  626. def setAdapter(arg0: SpinnerAdapter): Unit

    Definition Classes
    AbsSpinner → AdapterView
  627. def setAddStatesFromChildren(arg0: Boolean): Unit

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

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

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

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

    Definition Classes
    Gallery
  632. def setBackgroundColor(arg0: Int): Unit

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

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

    Definition Classes
    View
  635. def setCallbackDuringFling(arg0: Boolean): Unit

    Definition Classes
    Gallery
  636. def setChildrenDrawingCacheEnabled(arg0: Boolean): Unit

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

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

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

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

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

    Definition Classes
    ViewGroup
  642. def setContentDescription(arg0: CharSequence): Unit

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

    Definition Classes
    ViewGroup
  644. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

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

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

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

    Definition Classes
    View
  651. def setFocusable(arg0: Boolean): Unit

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

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

    Definition Classes
    Gallery
  654. def setHapticFeedbackEnabled(arg0: Boolean): Unit

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

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

    Definition Classes
    View
  657. def setId(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  670. def setOnClickListener(arg0: OnClickListener): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    View
  679. def setOnTouchListener(arg0: OnTouchListener): Unit

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

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

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

    Definition Classes
    View
  683. def setSaveEnabled(arg0: Boolean): Unit

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

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

    Definition Classes
    View
  686. def setScrollbarFadingEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  687. def setSelected(arg0: Boolean): Unit

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

    Definition Classes
    AbsSpinner → AdapterView
  689. def setSelection(arg0: Int, arg1: Boolean): Unit

    Definition Classes
    AbsSpinner
  690. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  691. def setSpacing(arg0: Int): Unit

    Definition Classes
    Gallery
  692. def setStaticTransformationsEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  693. def setTag(arg0: Int, arg1: Any): Unit

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

    Definition Classes
    View
  695. def setTouchDelegate(arg0: TouchDelegate): Unit

    Definition Classes
    View
  696. def setUnselectedAlpha(arg0: Float): Unit

    Definition Classes
    Gallery
  697. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  699. def setVisibility(arg0: Int): Unit

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

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

    Definition Classes
    View
  702. def showContextMenu(): Boolean

    Definition Classes
    Gallery → View
  703. def showContextMenuForChild(arg0: View): Boolean

    Definition Classes
    Gallery → ViewGroup → ViewParent
  704. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  705. def soundEffectsEnabled(p: Boolean): SGallery

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  707. def soundEffectsEnabled_=(p: Boolean): SGallery

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  708. def spacing(p: Int): SGallery

    Shortcut for setSpacing(int)

    Shortcut for setSpacing(int)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  709. def spacing(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  710. def spacing_=(p: Int): SGallery

    Shortcut for setSpacing(int)

    Shortcut for setSpacing(int)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  711. def startAnimation(arg0: Animation): Unit

    Definition Classes
    View
  712. def startLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  713. def style(stl: PartialFunction[View, View]): SGallery

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

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

    Definition Classes
    AnyRef
  716. def tag(p: Any): SGallery

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  718. def tag_=(p: Any): SGallery

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  719. def toString(): String

    Definition Classes
    AnyRef → Any
  720. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  721. def touchDelegate(p: TouchDelegate): SGallery

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  723. def touchDelegate_=(p: TouchDelegate): SGallery

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  725. def uniqueId(implicit activity: Activity): Int

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

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

    Definition Classes
    View → Callback
  728. def unselectedAlpha(p: Float): SGallery

    Shortcut for setUnselectedAlpha(float)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  729. def unselectedAlpha(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  730. def unselectedAlpha_=(p: Float): SGallery

    Shortcut for setUnselectedAlpha(float)

    Definition Classes
    TraitGallery
    Annotations
    @inline()
  731. def updateViewLayout(arg0: View, arg1: LayoutParams): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  733. def verticalFadingEdgeEnabled(p: Boolean): SGallery

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  735. def verticalFadingEdgeEnabled_=(p: Boolean): SGallery

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  737. def verticalScrollBarEnabled(p: Boolean): SGallery

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  739. def verticalScrollBarEnabled_=(p: Boolean): SGallery

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for getVerticalScrollbarWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  741. def viewTreeObserver: ViewTreeObserver

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  742. def visibility(p: Int): SGallery

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  744. def visibility_=(p: Int): SGallery

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

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

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  749. def willNotCacheDrawing(p: Boolean): SGallery

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
  751. def willNotCacheDrawing_=(p: Boolean): SGallery

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  752. def willNotDraw(p: Boolean): SGallery

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
  754. def willNotDraw_=(p: Boolean): SGallery

    Shortcut for setWillNotDraw(boolean)

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from TraitGallery[SGallery]

Inherited from TraitAbsSpinner[SGallery]

Inherited from TraitAdapterView[SGallery]

Inherited from TraitViewGroup[SGallery]

Inherited from TraitView[SGallery]

Inherited from PressAndHoldable

Inherited from ConstantsSupport

Inherited from Gallery

Inherited from OnGestureListener

Inherited from AbsSpinner

Inherited from AdapterView[SpinnerAdapter]

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