org.scaloid.common

SGLSurfaceView

Related Docs: object SGLSurfaceView | package common

class SGLSurfaceView extends GLSurfaceView with TraitGLSurfaceView[SGLSurfaceView]

Automatically generated concrete helper class of android.opengl.GLSurfaceView.

Linear Supertypes
TraitGLSurfaceView[SGLSurfaceView], TraitSurfaceView[SGLSurfaceView], TraitView[SGLSurfaceView], PressAndHoldable[SGLSurfaceView], ConstantsSupport, GLSurfaceView, Callback, SurfaceView, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SGLSurfaceView
  2. TraitGLSurfaceView
  3. TraitSurfaceView
  4. TraitView
  5. PressAndHoldable
  6. ConstantsSupport
  7. GLSurfaceView
  8. Callback
  9. SurfaceView
  10. View
  11. AccessibilityEventSource
  12. Callback
  13. Callback
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def <<[LP <: ViewGroupLayoutParams[_, _]](width: Int, height: Int)(implicit defaultLayoutParam: (SGLSurfaceView) ⇒ LP): LP

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

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

    Definition Classes
    AnyRef → Any
  6. def EGLConfigChooser(p: EGLConfigChooser): SGLSurfaceView

    Shortcut for setEGLConfigChooser(android.opengl.GLSurfaceView.EGLConfigChooser)

  7. def EGLConfigChooser(p: Boolean): SGLSurfaceView

    Shortcut for setEGLConfigChooser(boolean)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  8. def EGLConfigChooser(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  9. def EGLConfigChooser_=(p: EGLConfigChooser): SGLSurfaceView

    Shortcut for setEGLConfigChooser(android.opengl.GLSurfaceView.EGLConfigChooser)

  10. def EGLConfigChooser_=(p: Boolean): SGLSurfaceView

    Shortcut for setEGLConfigChooser(boolean)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  11. def EGLContextClientVersion(p: Int): SGLSurfaceView

    Shortcut for setEGLContextClientVersion(int)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  12. def EGLContextClientVersion(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  13. def EGLContextClientVersion_=(p: Int): SGLSurfaceView

    Shortcut for setEGLContextClientVersion(int)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  14. def EGLContextFactory(p: EGLContextFactory): SGLSurfaceView

    Shortcut for setEGLContextFactory(android.opengl.GLSurfaceView.EGLContextFactory)

  15. def EGLContextFactory(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  16. def EGLContextFactory_=(p: EGLContextFactory): SGLSurfaceView

    Shortcut for setEGLContextFactory(android.opengl.GLSurfaceView.EGLContextFactory)

  17. def EGLWindowSurfaceFactory(p: EGLWindowSurfaceFactory): SGLSurfaceView

    Shortcut for setEGLWindowSurfaceFactory(android.opengl.GLSurfaceView.EGLWindowSurfaceFactory)

  18. def EGLWindowSurfaceFactory(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  19. def EGLWindowSurfaceFactory_=(p: EGLWindowSurfaceFactory): SGLSurfaceView

    Shortcut for setEGLWindowSurfaceFactory(android.opengl.GLSurfaceView.EGLWindowSurfaceFactory)

  20. def GLWrapper(p: GLWrapper): SGLSurfaceView

    Shortcut for setGLWrapper(android.opengl.GLSurfaceView.GLWrapper)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  21. def GLWrapper(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  22. def GLWrapper_=(p: GLWrapper): SGLSurfaceView

    Shortcut for setGLWrapper(android.opengl.GLSurfaceView.GLWrapper)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  23. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  24. val NONE: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  28. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  29. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  30. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  31. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  32. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  33. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  34. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  35. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  36. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  37. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  38. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  39. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  40. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  41. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  42. val WRAP_CONTENT: Int

    Definition Classes
    TraitView
  43. def accessibilityDelegate(p: AccessibilityDelegate): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  45. def accessibilityDelegate_=(p: AccessibilityDelegate): SGLSurfaceView

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

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

    Shortcut for getAccessibilityNodeProvider()

    Definition Classes
    TraitView
    Annotations
    @inline()
  47. def activated(p: Boolean): SGLSurfaceView

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Shortcut for isActivated()

    Shortcut for isActivated()

    Definition Classes
    TraitView
    Annotations
    @inline()
  49. def activated_=(p: Boolean): SGLSurfaceView

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

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

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

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

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

    Definition Classes
    View
  55. def addTouchables(arg0: ArrayList[View]): Unit

    Definition Classes
    View
  56. def alpha(p: Float): SGLSurfaceView

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  58. def alpha_=(p: Float): SGLSurfaceView

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  59. def animate(): ViewPropertyAnimator

    Definition Classes
    View
  60. def animation(p: Animation): SGLSurfaceView

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  62. def animation_=(p: Animation): SGLSurfaceView

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

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

    Definition Classes
    View
  64. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  65. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  66. def awakenScrollBars(arg0: Int, arg1: Boolean): Boolean

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

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  71. def backgroundColor(p: Int): SGLSurfaceView

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  73. def backgroundColor_=(p: Int): SGLSurfaceView

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  75. def backgroundResource(p: Int): SGLSurfaceView

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  77. def backgroundResource_=(p: Int): SGLSurfaceView

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  78. def background_=(p: Drawable): SGLSurfaceView

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

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  80. def basis: SGLSurfaceView

    Definition Classes
    SGLSurfaceViewTraitViewPressAndHoldable
  81. def bottom(p: Int): SGLSurfaceView

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def bottom_=(p: Int): SGLSurfaceView

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  84. def bringToFront(): Unit

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

    Definition Classes
    View
  86. def buildDrawingCache(): Unit

    Definition Classes
    View
  87. def buildLayer(): Unit

    Definition Classes
    View
  88. def callOnClick(): Boolean

    Definition Classes
    View
  89. def cameraDistance(p: Float): SGLSurfaceView

    Shortcut for setCameraDistance(float)

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

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  91. def cameraDistance_=(p: Float): SGLSurfaceView

    Shortcut for setCameraDistance(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  92. def canScrollHorizontally(arg0: Int): Boolean

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

    Definition Classes
    View
  94. def cancelLongPress(): Unit

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

    Definition Classes
    View
  96. def clearAnimation(): Unit

    Definition Classes
    View
  97. def clearFocus(): Unit

    Definition Classes
    View
  98. def clickable(p: Boolean): SGLSurfaceView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  100. def clickable_=(p: Boolean): SGLSurfaceView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  101. def clone(): AnyRef

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

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

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

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

    Definition Classes
    View
  106. def computeVerticalScrollExtent(): Int

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

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

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  111. def contentDescription_=(p: CharSequence): SGLSurfaceView

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContext()

    Shortcut for getContext()

    Definition Classes
    TraitView
    Annotations
    @inline()
  113. def createAccessibilityNodeInfo(): AccessibilityNodeInfo

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

    Definition Classes
    View
  115. def debugFlags(p: Int): SGLSurfaceView

    Shortcut for setDebugFlags(int)

    Shortcut for setDebugFlags(int)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  116. def debugFlags: Int

    Shortcut for getDebugFlags()

    Shortcut for getDebugFlags()

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  117. def debugFlags_=(p: Int): SGLSurfaceView

    Shortcut for setDebugFlags(int)

    Shortcut for setDebugFlags(int)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  118. def destroyDrawingCache(): Unit

    Definition Classes
    View
  119. def disable(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  120. def disableDrawingCache(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def disableDuplicateParentState(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  122. def disableHapticFeedback(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  123. def disableHorizontalFadingEdge(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  124. def disableHorizontalScrollBar(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  125. def disableSave(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  126. def disableSaveFromParent(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  127. def disableScrollbarFading(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  128. def disableSoundEffects(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  129. def disableVerticalFadingEdge(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  130. def disableVerticalScrollBar(): SGLSurfaceView

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

    Definition Classes
    View
  132. def dispatchDisplayHint(arg0: Int): Unit

    Definition Classes
    View
  133. def dispatchDragEvent(arg0: DragEvent): Boolean

    Definition Classes
    View
  134. def dispatchDraw(arg0: Canvas): Unit

    Attributes
    protected[android.view]
    Definition Classes
    SurfaceView → View
  135. def dispatchGenericFocusedEvent(arg0: MotionEvent): Boolean

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

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

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

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

    Definition Classes
    View
  140. def dispatchKeyEventPreIme(arg0: KeyEvent): Boolean

    Definition Classes
    View
  141. def dispatchKeyShortcutEvent(arg0: KeyEvent): Boolean

    Definition Classes
    View
  142. def dispatchPopulateAccessibilityEvent(arg0: AccessibilityEvent): Boolean

    Definition Classes
    View
  143. def dispatchRestoreInstanceState(arg0: SparseArray[Parcelable]): Unit

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

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

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

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

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

    Definition Classes
    View
  149. def dispatchTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  150. def dispatchTrackballEvent(arg0: MotionEvent): Boolean

    Definition Classes
    View
  151. def dispatchUnhandledMove(arg0: View, arg1: Int): Boolean

    Definition Classes
    View
  152. def dispatchVisibilityChanged(arg0: View, arg1: Int): Unit

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

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

    Definition Classes
    View
  155. def dispatchWindowVisibilityChanged(arg0: Int): Unit

    Definition Classes
    View
  156. def draw(arg0: Canvas): Unit

    Definition Classes
    SurfaceView → View
  157. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  159. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  160. def drawingCacheBackgroundColor(p: Int): SGLSurfaceView

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  162. def drawingCacheBackgroundColor_=(p: Int): SGLSurfaceView

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  163. def drawingCacheEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  165. def drawingCacheEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  166. def drawingCacheQuality(p: Int): SGLSurfaceView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  168. def drawingCacheQuality_=(p: Int): SGLSurfaceView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  170. def duplicateParentStateEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  172. def duplicateParentStateEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  173. def enable(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def enableDrawingCache(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  175. def enableDuplicateParentState(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  176. def enableHapticFeedback(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def enableHorizontalFadingEdge(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def enableHorizontalScrollBar(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  179. def enableSave(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  180. def enableSaveFromParent(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  181. def enableScrollbarFading(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  182. def enableSoundEffects(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  183. def enableVerticalFadingEdge(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  184. def enableVerticalScrollBar(): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  185. def enabled(p: Boolean): SGLSurfaceView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  187. def enabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

    Definition Classes
    AnyRef → Any
  190. def fadingEdgeLength(p: Int): SGLSurfaceView

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def fadingEdgeLength_=(p: Int): SGLSurfaceView

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def fill[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SGLSurfaceView) ⇒ LP): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. def filterTouchesWhenObscured(p: Boolean): SGLSurfaceView

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def filterTouchesWhenObscured_=(p: Boolean): SGLSurfaceView

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

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

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

    Definition Classes
    View
  200. final def findViewById(arg0: Int): View

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

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

    Definition Classes
    View
  203. def fitSystemWindows(arg0: Rect): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  204. def fitsSystemWindows(p: Boolean): SGLSurfaceView

    Shortcut for setFitsSystemWindows(boolean)

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

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  206. def fitsSystemWindows_=(p: Boolean): SGLSurfaceView

    Shortcut for setFitsSystemWindows(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  207. def focusSearch(arg0: Int): View

    Definition Classes
    View
  208. def focusable(p: Boolean): SGLSurfaceView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  210. def focusableInTouchMode(p: Boolean): SGLSurfaceView

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  212. def focusableInTouchMode_=(p: Boolean): SGLSurfaceView

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  213. def focusable_=(p: Boolean): SGLSurfaceView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  214. def forceLayout(): Unit

    Definition Classes
    View
  215. def fw[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SGLSurfaceView) ⇒ LP): SGLSurfaceView

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

    Definition Classes
    SurfaceView
  217. def getAccessibilityNodeProvider(): AccessibilityNodeProvider

    Definition Classes
    View
  218. def getAlpha(): Float

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

    Definition Classes
    View
  220. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  221. def getBackground(): Drawable

    Definition Classes
    View
  222. def getBaseline(): Int

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  226. def getCameraDistance(): Float

    Definition Classes
    View
  227. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    GLSurfaceView
  232. final def getDrawableState(): Array[Int]

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

    Definition Classes
    View
  234. def getDrawingCache(): Bitmap

    Definition Classes
    View
  235. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  236. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  238. def getDrawingTime(): Long

    Definition Classes
    View
  239. def getFilterTouchesWhenObscured(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  240. def getFitsSystemWindows(): Boolean

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

    Definition Classes
    View
  242. def getFocusedRect(arg0: Rect): Unit

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

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

    Definition Classes
    View
  245. def getHandler(): Handler

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

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

    Definition Classes
    View
  248. def getHolder(): SurfaceHolder

    Definition Classes
    SurfaceView
  249. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  250. def getHorizontalScrollbarHeight(): Int

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

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  253. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  254. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  255. def getLayerType(): Int

    Definition Classes
    View
  256. def getLayoutParams(): LayoutParams

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  257. final def getLeft(): Int

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

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

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

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

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

    Definition Classes
    View
  263. def getMatrix(): Matrix

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

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

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

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

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

    Definition Classes
    View
  269. def getMinimumHeight(): Int

    Definition Classes
    View
  270. def getMinimumWidth(): Int

    Definition Classes
    View
  271. def getNextFocusDownId(): Int

    Definition Classes
    View
  272. def getNextFocusForwardId(): Int

    Definition Classes
    View
  273. def getNextFocusLeftId(): Int

    Definition Classes
    View
  274. def getNextFocusRightId(): Int

    Definition Classes
    View
  275. def getNextFocusUpId(): Int

    Definition Classes
    View
  276. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  277. def getOverScrollMode(): Int

    Definition Classes
    View
  278. def getPaddingBottom(): Int

    Definition Classes
    View
  279. def getPaddingLeft(): Int

    Definition Classes
    View
  280. def getPaddingRight(): Int

    Definition Classes
    View
  281. def getPaddingTop(): Int

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

    Definition Classes
    View
  283. def getParentForAccessibility(): ViewParent

    Definition Classes
    View
  284. def getPivotX(): Float

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  286. def getPreserveEGLContextOnPause(): Boolean

    Definition Classes
    GLSurfaceView
  287. def getRenderMode(): Int

    Definition Classes
    GLSurfaceView
  288. def getResources(): Resources

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

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

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

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

    Definition Classes
    View
  293. def getRotation(): Float

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

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

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

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

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

    Definition Classes
    View
  299. def getScrollBarFadeDuration(): Int

    Definition Classes
    View
  300. def getScrollBarSize(): Int

    Definition Classes
    View
  301. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  304. def getSolidColor(): Int

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  305. def getSuggestedMinimumHeight(): Int

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

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

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

    Definition Classes
    View
  309. def getTag(): AnyRef

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  310. final def getTop(): Int

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

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

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

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

    Definition Classes
    View
  315. def getTranslationX(): Float

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

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

    Definition Classes
    View
  318. def getVerticalScrollbarPosition(): Int

    Definition Classes
    View
  319. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  320. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  321. def getVisibility(): Int

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

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

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

    Definition Classes
    View
  325. def getWindowToken(): IBinder

    Definition Classes
    View
  326. def getWindowVisibility(): Int

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

    Definition Classes
    View
  328. def getX(): Float

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  330. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  331. def hapticFeedbackEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  333. def hapticFeedbackEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  335. def hasFocusable(): Boolean

    Definition Classes
    View
  336. def hasOnClickListeners(): Boolean

    Definition Classes
    View
  337. def hasOverlappingRendering(): Boolean

    Definition Classes
    View
  338. def hasTransientState(p: Boolean): SGLSurfaceView

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  340. def hasTransientState_=(p: Boolean): SGLSurfaceView

    Shortcut for setHasTransientState(boolean)

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

    Definition Classes
    View
  342. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  343. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  344. def holder: SurfaceHolder

    Shortcut for getHolder()

    Shortcut for getHolder()

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  345. def horizontalFadingEdgeEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  347. def horizontalFadingEdgeEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  349. def horizontalScrollBarEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  351. def horizontalScrollBarEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  352. def hovered(p: Boolean): SGLSurfaceView

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  354. def hovered_=(p: Boolean): SGLSurfaceView

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  355. def id(p: Int): SGLSurfaceView

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  357. def id_=(p: Int): SGLSurfaceView

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  358. def importantForAccessibility(p: Int): SGLSurfaceView

    Shortcut for setImportantForAccessibility(int)

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

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  360. def importantForAccessibility_=(p: Int): SGLSurfaceView

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  361. def initializeFadingEdge(arg0: TypedArray): Unit

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

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

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

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

    Definition Classes
    View
  366. def invalidateDrawable(arg0: Drawable): Unit

    Definition Classes
    View → Callback
  367. def isActivated(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  368. def isClickable(): Boolean

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

    Definition Classes
    View
  370. def isDrawingCacheEnabled(): Boolean

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

    Definition Classes
    View
  372. def isEnabled(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  373. final def isFocusable(): Boolean

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

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

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

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

    Definition Classes
    View
  378. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  379. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  380. def isHovered(): Boolean

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

    Definition Classes
    View
  382. def isInTouchMode(): Boolean

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

    Definition Classes
    Any
  384. def isLayoutRequested(): Boolean

    Definition Classes
    View
  385. def isLongClickable(): Boolean

    Definition Classes
    View
  386. def isOpaque(): Boolean

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

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

    Definition Classes
    View
  389. def isSaveEnabled(): Boolean

    Definition Classes
    View
  390. def isSaveFromParentEnabled(): Boolean

    Definition Classes
    View
  391. def isScrollContainer(): Boolean

    Definition Classes
    View
  392. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  393. def isSelected(): Boolean

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

    Definition Classes
    View
  395. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  396. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  397. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  398. def jumpDrawablesToCurrentState(): Unit

    Definition Classes
    View
  399. def keepScreenOn(p: Boolean): SGLSurfaceView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  401. def keepScreenOn_=(p: Boolean): SGLSurfaceView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  403. def layerType: Int

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Definition Classes
    View
  405. def layoutParams(p: LayoutParams): SGLSurfaceView

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  407. def layoutParams_=(p: LayoutParams): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  408. def left(p: Int): SGLSurfaceView

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  410. def left_=(p: Int): SGLSurfaceView

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  411. def longClickable(p: Boolean): SGLSurfaceView

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  413. def longClickable_=(p: Boolean): SGLSurfaceView

    Shortcut for setLongClickable(boolean)

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

    Shortcut for getMatrix()

    Shortcut for getMatrix()

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

    Definition Classes
    View
  416. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredHeightAndState()

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

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  421. def minimumHeight(p: Int): SGLSurfaceView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  423. def minimumHeight_=(p: Int): SGLSurfaceView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  424. def minimumWidth(p: Int): SGLSurfaceView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  426. def minimumWidth_=(p: Int): SGLSurfaceView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    AnyRef
  428. def nextFocusDownId(p: Int): SGLSurfaceView

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  430. def nextFocusDownId_=(p: Int): SGLSurfaceView

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  431. def nextFocusForwardId(p: Int): SGLSurfaceView

    Shortcut for setNextFocusForwardId(int)

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

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  433. def nextFocusForwardId_=(p: Int): SGLSurfaceView

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  434. def nextFocusLeftId(p: Int): SGLSurfaceView

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  436. def nextFocusLeftId_=(p: Int): SGLSurfaceView

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  437. def nextFocusRightId(p: Int): SGLSurfaceView

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  439. def nextFocusRightId_=(p: Int): SGLSurfaceView

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  440. def nextFocusUpId(p: Int): SGLSurfaceView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  442. def nextFocusUpId_=(p: Int): SGLSurfaceView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

    Definition Classes
    AnyRef
  445. def offsetLeftAndRight(arg0: Int): Unit

    Definition Classes
    View
  446. def offsetTopAndBottom(arg0: Int): Unit

    Definition Classes
    View
  447. def onAnimationEnd(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  448. def onAnimationStart(): Unit

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

    Attributes
    protected[android.opengl]
    Definition Classes
    GLSurfaceView → SurfaceView → View
  450. def onCheckIsTextEditor(): Boolean

    Definition Classes
    View
  451. def onClick[U](f: ⇒ U): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  453. def onClickListener(p: OnClickListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  455. def onClickListener_=(p: OnClickListener): SGLSurfaceView

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  462. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SGLSurfaceView

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

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

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

    Definition Classes
    View
  465. def onDetachedFromWindow(): Unit

    Attributes
    protected[android.opengl]
    Definition Classes
    GLSurfaceView → SurfaceView → View
  466. def onDisplayHint(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  467. def onDrag(f: ⇒ Boolean): SGLSurfaceView

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

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

    Definition Classes
    View
  470. def onDragListener(p: OnDragListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  472. def onDragListener_=(p: OnDragListener): SGLSurfaceView

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

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

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

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

    Definition Classes
    View
  476. def onFinishInflate(): Unit

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

    Definition Classes
    View
  478. def onFocusChange[U](f: ⇒ U): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  480. def onFocusChangeListener(p: OnFocusChangeListener): SGLSurfaceView

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  482. def onFocusChangeListener_=(p: OnFocusChangeListener): SGLSurfaceView

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  484. def onGenericMotion(f: ⇒ Boolean): SGLSurfaceView

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

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

    Definition Classes
    View
  487. def onGenericMotionListener(p: OnGenericMotionListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  489. def onGenericMotionListener_=(p: OnGenericMotionListener): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  490. def onHover(f: ⇒ Boolean): SGLSurfaceView

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

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

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

    Definition Classes
    View
  494. def onHoverListener(p: OnHoverListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  496. def onHoverListener_=(p: OnHoverListener): SGLSurfaceView

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

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

    Definition Classes
    View
  498. def onInitializeAccessibilityNodeInfo(arg0: AccessibilityNodeInfo): Unit

    Definition Classes
    View
  499. def onKey(f: ⇒ Boolean): SGLSurfaceView

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

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

    Definition Classes
    View → Callback
  502. def onKeyListener(p: OnKeyListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  504. def onKeyListener_=(p: OnKeyListener): SGLSurfaceView

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

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

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

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  511. def onLayoutChange[U](f: ⇒ U): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  513. def onLongClick(f: ⇒ Boolean): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  515. def onLongClickListener(p: OnLongClickListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  517. def onLongClickListener_=(p: OnLongClickListener): SGLSurfaceView

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

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

    Attributes
    protected[android.view]
    Definition Classes
    SurfaceView → View
  519. def onOverScrolled(arg0: Int, arg1: Int, arg2: Boolean, arg3: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  520. def onPause(): Unit

    Definition Classes
    GLSurfaceView
  521. def onPopulateAccessibilityEvent(arg0: AccessibilityEvent): Unit

    Definition Classes
    View
  522. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): SGLSurfaceView

    Definition Classes
    PressAndHoldable
  523. def onRestoreInstanceState(arg0: Parcelable): Unit

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

    Definition Classes
    GLSurfaceView
  525. def onSaveInstanceState(): Parcelable

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

    Definition Classes
    View
  527. def onScrollChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

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

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

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

    Definition Classes
    View
  531. def onSystemUiVisibilityChange[U](f: ⇒ U): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  533. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  535. def onSystemUiVisibilityChangeListener_=(p: OnSystemUiVisibilityChangeListener): SGLSurfaceView

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

  536. def onTouch(f: ⇒ Boolean): SGLSurfaceView

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

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

    Definition Classes
    View
  539. def onTouchListener(p: OnTouchListener): SGLSurfaceView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  541. def onTouchListener_=(p: OnTouchListener): SGLSurfaceView

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

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

    Definition Classes
    View
  543. def onViewAttachedToWindow[U](f: ⇒ U): SGLSurfaceView

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

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

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

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

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

    Definition Classes
    View
  549. def onWindowSystemUiVisibilityChanged(arg0: Int): Unit

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

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

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

    Shortcut for setOverScrollMode(int)

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

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  554. def overScrollMode_=(p: Int): SGLSurfaceView

    Shortcut for setOverScrollMode(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  555. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  557. def padding(p: Int): SGLSurfaceView

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  562. def padding_=(p: Int): SGLSurfaceView

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

    Shortcut for getParent()

    Shortcut for getParent()

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

    Shortcut for getParentForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  565. val parentViewGroup: TraitViewGroup[_]

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

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

    Definition Classes
    View
  568. def performClick(): Boolean

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

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

    Definition Classes
    View
  571. def performLongClick(): Boolean

    Definition Classes
    View
  572. def pivotX(p: Float): SGLSurfaceView

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  573. def pivotX: Float

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  574. def pivotX_=(p: Float): SGLSurfaceView

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  575. def pivotY(p: Float): SGLSurfaceView

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  576. def pivotY: Float

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  577. def pivotY_=(p: Float): SGLSurfaceView

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  578. def playSoundEffect(arg0: Int): Unit

    Definition Classes
    View
  579. def post(arg0: Runnable): Boolean

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

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

    Definition Classes
    View
  582. def postInvalidate(): Unit

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

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

    Definition Classes
    View
  585. def postInvalidateOnAnimation(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  586. def postInvalidateOnAnimation(): Unit

    Definition Classes
    View
  587. def postOnAnimation(arg0: Runnable): Unit

    Definition Classes
    View
  588. def postOnAnimationDelayed(arg0: Runnable, arg1: Long): Unit

    Definition Classes
    View
  589. def preserveEGLContextOnPause(p: Boolean): SGLSurfaceView

    Shortcut for setPreserveEGLContextOnPause(boolean)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  590. def preserveEGLContextOnPause: Boolean

    Shortcut for getPreserveEGLContextOnPause()

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  591. def preserveEGLContextOnPause_=(p: Boolean): SGLSurfaceView

    Shortcut for setPreserveEGLContextOnPause(boolean)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  592. def pressed(p: Boolean): SGLSurfaceView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  594. def pressed_=(p: Boolean): SGLSurfaceView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  595. def queueEvent(arg0: Runnable): Unit

    Definition Classes
    GLSurfaceView
  596. def refreshDrawableState(): Unit

    Definition Classes
    View
  597. def removeCallbacks(arg0: Runnable): Boolean

    Definition Classes
    View
  598. def removeOnAttachStateChangeListener(arg0: OnAttachStateChangeListener): Unit

    Definition Classes
    View
  599. def removeOnLayoutChangeListener(arg0: OnLayoutChangeListener): Unit

    Definition Classes
    View
  600. def renderMode(p: Int): SGLSurfaceView

    Shortcut for setRenderMode(int)

    Shortcut for setRenderMode(int)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  601. def renderMode: Int

    Shortcut for getRenderMode()

    Shortcut for getRenderMode()

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  602. def renderMode_=(p: Int): SGLSurfaceView

    Shortcut for setRenderMode(int)

    Shortcut for setRenderMode(int)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  603. def renderer(p: Renderer): SGLSurfaceView

    Shortcut for setRenderer(android.opengl.GLSurfaceView.Renderer)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  604. def renderer(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  605. def renderer_=(p: Renderer): SGLSurfaceView

    Shortcut for setRenderer(android.opengl.GLSurfaceView.Renderer)

    Definition Classes
    TraitGLSurfaceView
    Annotations
    @inline()
  606. def requestFitSystemWindows(): Unit

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

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

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

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

    Definition Classes
    View
  611. def requestLayout(): Unit

    Definition Classes
    View
  612. def requestRectangleOnScreen(arg0: Rect, arg1: Boolean): Boolean

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

    Definition Classes
    View
  614. def requestRender(): Unit

    Definition Classes
    GLSurfaceView
  615. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  617. def right(p: Int): SGLSurfaceView

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  619. def right_=(p: Int): SGLSurfaceView

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  621. def rotation(p: Float): SGLSurfaceView

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  622. def rotation: Float

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  623. def rotationX(p: Float): SGLSurfaceView

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  624. def rotationX: Float

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  625. def rotationX_=(p: Float): SGLSurfaceView

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  626. def rotationY(p: Float): SGLSurfaceView

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  627. def rotationY: Float

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  628. def rotationY_=(p: Float): SGLSurfaceView

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  629. def rotation_=(p: Float): SGLSurfaceView

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  630. def saveEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  632. def saveEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  633. def saveFromParentEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setSaveFromParentEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  634. def saveFromParentEnabled: Boolean

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  635. def saveFromParentEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Definition Classes
    View
  637. def scaleX(p: Float): SGLSurfaceView

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  638. def scaleX: Float

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  639. def scaleX_=(p: Float): SGLSurfaceView

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  640. def scaleY(p: Float): SGLSurfaceView

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  641. def scaleY: Float

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  642. def scaleY_=(p: Float): SGLSurfaceView

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  643. def scheduleDrawable(arg0: Drawable, arg1: Runnable, arg2: Long): Unit

    Definition Classes
    View → Callback
  644. def scrollBarDefaultDelayBeforeFade(p: Int): SGLSurfaceView

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  645. def scrollBarDefaultDelayBeforeFade: Int

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  646. def scrollBarDefaultDelayBeforeFade_=(p: Int): SGLSurfaceView

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  647. def scrollBarFadeDuration(p: Int): SGLSurfaceView

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  648. def scrollBarFadeDuration: Int

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  649. def scrollBarFadeDuration_=(p: Int): SGLSurfaceView

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  650. def scrollBarSize(p: Int): SGLSurfaceView

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  651. def scrollBarSize: Int

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  652. def scrollBarSize_=(p: Int): SGLSurfaceView

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  653. def scrollBarStyle(p: Int): SGLSurfaceView

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  655. def scrollBarStyle_=(p: Int): SGLSurfaceView

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  657. def scrollContainer(p: Boolean): SGLSurfaceView

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  658. def scrollContainer: Boolean

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  659. def scrollContainer_=(p: Boolean): SGLSurfaceView

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  661. def scrollX(p: Int): SGLSurfaceView

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  662. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  663. def scrollX_=(p: Int): SGLSurfaceView

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  664. def scrollY(p: Int): SGLSurfaceView

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  666. def scrollY_=(p: Int): SGLSurfaceView

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  667. def scrollbarFadingEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  669. def scrollbarFadingEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  670. def selected(p: Boolean): SGLSurfaceView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  672. def selected_=(p: Boolean): SGLSurfaceView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  673. def sendAccessibilityEvent(arg0: Int): Unit

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

    Definition Classes
    View → AccessibilityEventSource
  675. def setAccessibilityDelegate(arg0: AccessibilityDelegate): Unit

    Definition Classes
    View
  676. def setActivated(arg0: Boolean): Unit

    Definition Classes
    View
  677. def setAlpha(arg0: Float): Unit

    Definition Classes
    View
  678. def setAnimation(arg0: Animation): Unit

    Definition Classes
    View
  679. def setBackground(arg0: Drawable): Unit

    Definition Classes
    View
  680. def setBackgroundColor(arg0: Int): Unit

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

    Definition Classes
    View
  682. final def setBottom(arg0: Int): Unit

    Definition Classes
    View
  683. def setCameraDistance(arg0: Float): Unit

    Definition Classes
    View
  684. def setClickable(arg0: Boolean): Unit

    Definition Classes
    View
  685. def setContentDescription(arg0: CharSequence): Unit

    Definition Classes
    View
  686. def setDebugFlags(arg0: Int): Unit

    Definition Classes
    GLSurfaceView
  687. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  691. def setEGLConfigChooser(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Unit

    Definition Classes
    GLSurfaceView
  692. def setEGLConfigChooser(arg0: Boolean): Unit

    Definition Classes
    GLSurfaceView
  693. def setEGLConfigChooser(arg0: EGLConfigChooser): Unit

    Definition Classes
    GLSurfaceView
  694. def setEGLContextClientVersion(arg0: Int): Unit

    Definition Classes
    GLSurfaceView
  695. def setEGLContextFactory(arg0: EGLContextFactory): Unit

    Definition Classes
    GLSurfaceView
  696. def setEGLWindowSurfaceFactory(arg0: EGLWindowSurfaceFactory): Unit

    Definition Classes
    GLSurfaceView
  697. def setEnabled(arg0: Boolean): Unit

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

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

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

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

    Definition Classes
    View
  702. def setFocusableInTouchMode(arg0: Boolean): Unit

    Definition Classes
    View
  703. def setGLWrapper(arg0: GLWrapper): Unit

    Definition Classes
    GLSurfaceView
  704. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  705. def setHasTransientState(arg0: Boolean): Unit

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

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

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

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

    Definition Classes
    View
  710. def setImportantForAccessibility(arg0: Int): Unit

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

    Definition Classes
    View
  712. def setLayerType(arg0: Int, arg1: Paint): Unit

    Definition Classes
    View
  713. def setLayoutParams(arg0: LayoutParams): Unit

    Definition Classes
    View
  714. final def setLeft(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  725. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Definition Classes
    View
  726. def setOnDragListener(arg0: OnDragListener): Unit

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

    Definition Classes
    View
  728. def setOnGenericMotionListener(arg0: OnGenericMotionListener): Unit

    Definition Classes
    View
  729. def setOnHoverListener(arg0: OnHoverListener): Unit

    Definition Classes
    View
  730. def setOnKeyListener(arg0: OnKeyListener): Unit

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

    Definition Classes
    View
  732. def setOnSystemUiVisibilityChangeListener(arg0: OnSystemUiVisibilityChangeListener): Unit

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

    Definition Classes
    View
  734. def setOverScrollMode(arg0: Int): Unit

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

    Definition Classes
    View
  736. def setPivotX(arg0: Float): Unit

    Definition Classes
    View
  737. def setPivotY(arg0: Float): Unit

    Definition Classes
    View
  738. def setPreserveEGLContextOnPause(arg0: Boolean): Unit

    Definition Classes
    GLSurfaceView
  739. def setPressed(arg0: Boolean): Unit

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

    Definition Classes
    GLSurfaceView
  741. def setRenderer(arg0: Renderer): Unit

    Definition Classes
    GLSurfaceView
  742. final def setRight(arg0: Int): Unit

    Definition Classes
    View
  743. def setRotation(arg0: Float): Unit

    Definition Classes
    View
  744. def setRotationX(arg0: Float): Unit

    Definition Classes
    View
  745. def setRotationY(arg0: Float): Unit

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

    Definition Classes
    View
  747. def setSaveFromParentEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  748. def setScaleX(arg0: Float): Unit

    Definition Classes
    View
  749. def setScaleY(arg0: Float): Unit

    Definition Classes
    View
  750. def setScrollBarDefaultDelayBeforeFade(arg0: Int): Unit

    Definition Classes
    View
  751. def setScrollBarFadeDuration(arg0: Int): Unit

    Definition Classes
    View
  752. def setScrollBarSize(arg0: Int): Unit

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

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

    Definition Classes
    View
  755. def setScrollX(arg0: Int): Unit

    Definition Classes
    View
  756. def setScrollY(arg0: Int): Unit

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

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

    Definition Classes
    View
  759. def setSoundEffectsEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  761. def setTag(arg0: Int, arg1: Any): Unit

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

    Definition Classes
    View
  763. final def setTop(arg0: Int): Unit

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

    Definition Classes
    View
  765. def setTranslationX(arg0: Float): Unit

    Definition Classes
    View
  766. def setTranslationY(arg0: Float): Unit

    Definition Classes
    View
  767. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

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

    Definition Classes
    View
  769. def setVerticalScrollbarPosition(arg0: Int): Unit

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

    Definition Classes
    SurfaceView → View
  771. def setWillNotCacheDrawing(arg0: Boolean): Unit

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

    Definition Classes
    View
  773. def setX(arg0: Float): Unit

    Definition Classes
    View
  774. def setY(arg0: Float): Unit

    Definition Classes
    View
  775. def setZOrderMediaOverlay(arg0: Boolean): Unit

    Definition Classes
    SurfaceView
  776. def setZOrderOnTop(arg0: Boolean): Unit

    Definition Classes
    SurfaceView
  777. def showContextMenu(): Boolean

    Definition Classes
    View
  778. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  779. def soundEffectsEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  781. def soundEffectsEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  782. def startActionMode(arg0: Callback): ActionMode

    Definition Classes
    View
  783. def startAnimation(arg0: Animation): Unit

    Definition Classes
    View
  784. final def startDrag(arg0: ClipData, arg1: DragShadowBuilder, arg2: Any, arg3: Int): Boolean

    Definition Classes
    View
  785. def surfaceChanged(arg0: SurfaceHolder, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    GLSurfaceView → Callback
  786. def surfaceCreated(arg0: SurfaceHolder): Unit

    Definition Classes
    GLSurfaceView → Callback
  787. def surfaceDestroyed(arg0: SurfaceHolder): Unit

    Definition Classes
    GLSurfaceView → Callback
  788. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  789. def systemUiVisibility(p: Int): SGLSurfaceView

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  790. def systemUiVisibility: Int

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  791. def systemUiVisibility_=(p: Int): SGLSurfaceView

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  792. def tag(p: Any): SGLSurfaceView

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  794. def tag_=(p: Any): SGLSurfaceView

    Shortcut for setTag(java.lang.Object)

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

    Definition Classes
    AnyRef → Any
  796. def top(p: Int): SGLSurfaceView

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  797. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  798. def top_=(p: Int): SGLSurfaceView

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  799. def touchDelegate(p: TouchDelegate): SGLSurfaceView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  801. def touchDelegate_=(p: TouchDelegate): SGLSurfaceView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  803. def translationX(p: Float): SGLSurfaceView

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  804. def translationX: Float

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  805. def translationX_=(p: Float): SGLSurfaceView

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  806. def translationY(p: Float): SGLSurfaceView

    Shortcut for setTranslationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  807. def translationY: Float

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  808. def translationY_=(p: Float): SGLSurfaceView

    Shortcut for setTranslationY(float)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  810. def unscheduleDrawable(arg0: Drawable): Unit

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

    Definition Classes
    View → Callback
  812. def verifyDrawable(arg0: Drawable): Boolean

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

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  815. def verticalFadingEdgeEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  817. def verticalScrollBarEnabled(p: Boolean): SGLSurfaceView

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  819. def verticalScrollBarEnabled_=(p: Boolean): SGLSurfaceView

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  820. def verticalScrollbarPosition(p: Int): SGLSurfaceView

    Shortcut for setVerticalScrollbarPosition(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  821. def verticalScrollbarPosition: Int

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  822. def verticalScrollbarPosition_=(p: Int): SGLSurfaceView

    Shortcut for setVerticalScrollbarPosition(int)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  825. def visibility(p: Int): SGLSurfaceView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  827. def visibility_=(p: Int): SGLSurfaceView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  831. def wf[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SGLSurfaceView) ⇒ LP): SGLSurfaceView

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

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  833. def willNotCacheDrawing(p: Boolean): SGLSurfaceView

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  835. def willNotCacheDrawing_=(p: Boolean): SGLSurfaceView

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  836. def willNotDraw(p: Boolean): SGLSurfaceView

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
    Annotations
    @ExportedProperty()
  838. def willNotDraw_=(p: Boolean): SGLSurfaceView

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  839. def windowSystemUiVisibility: Int

    Shortcut for getWindowSystemUiVisibility()

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  842. def wrap[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SGLSurfaceView) ⇒ LP): SGLSurfaceView

    Definition Classes
    TraitView
    Annotations
    @inline()
  843. def x(p: Float): SGLSurfaceView

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  844. def x: Float

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  845. def x_=(p: Float): SGLSurfaceView

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  846. def y(p: Float): SGLSurfaceView

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  847. def y: Float

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  848. def y_=(p: Float): SGLSurfaceView

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  849. def zOrderMediaOverlay(p: Boolean): SGLSurfaceView

    Shortcut for setZOrderMediaOverlay(boolean)

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  850. def zOrderMediaOverlay(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  851. def zOrderMediaOverlay_=(p: Boolean): SGLSurfaceView

    Shortcut for setZOrderMediaOverlay(boolean)

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  852. def zOrderOnTop(p: Boolean): SGLSurfaceView

    Shortcut for setZOrderOnTop(boolean)

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  853. def zOrderOnTop(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  854. def zOrderOnTop_=(p: Boolean): SGLSurfaceView

    Shortcut for setZOrderOnTop(boolean)

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def backgroundDrawable_=(p: Drawable): SGLSurfaceView

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def setBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitView[SGLSurfaceView]

Inherited from ConstantsSupport

Inherited from GLSurfaceView

Inherited from Callback

Inherited from SurfaceView

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped