Class/Object

org.scaloid.common

SSurfaceView

Related Docs: object SSurfaceView | package common

Permalink

class SSurfaceView extends SurfaceView with TraitSurfaceView[SSurfaceView]

Automatically generated concrete helper class of android.view.SurfaceView.

Linear Supertypes
TraitSurfaceView[SSurfaceView], TraitView[SSurfaceView], PressAndHoldable[SSurfaceView], ConstantsSupport, SurfaceView, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SSurfaceView
  2. TraitSurfaceView
  3. TraitView
  4. PressAndHoldable
  5. ConstantsSupport
  6. SurfaceView
  7. View
  8. AccessibilityEventSource
  9. Callback
  10. Callback
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Permalink
    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraitView
  7. val NONE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  8. val TEXT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  9. val TEXT_AUTO_COMPLETE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  10. val TEXT_AUTO_CORRECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  11. val TEXT_CAP_CHARACTERS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  12. val TEXT_CAP_SENTENCES: Int

    Permalink
    Definition Classes
    ConstantsSupport
  13. val TEXT_CAP_WORDS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  14. val TEXT_EMAIL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  15. val TEXT_EMAIL_SUBJECT: Int

    Permalink
    Definition Classes
    ConstantsSupport
  16. val TEXT_IME_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  17. val TEXT_LONG_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  18. val TEXT_MULTI_LINE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  19. val TEXT_NO_SUGGESTIONS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  20. val TEXT_PASSWORD: Int

    Permalink
    Definition Classes
    ConstantsSupport
  21. val TEXT_PERSON_NAME: Int

    Permalink
    Definition Classes
    ConstantsSupport
  22. val TEXT_POSTAL_ADDRESS: Int

    Permalink
    Definition Classes
    ConstantsSupport
  23. val TEXT_SHORT_MESSAGE: Int

    Permalink
    Definition Classes
    ConstantsSupport
  24. val TEXT_URI: Int

    Permalink
    Definition Classes
    ConstantsSupport
  25. val WRAP_CONTENT: Int

    Permalink
    Definition Classes
    TraitView
  26. def accessibilityDelegate(p: AccessibilityDelegate): SSurfaceView

    Permalink

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

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

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

    Permalink

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

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

    Permalink

    Shortcut for getAccessibilityNodeProvider()

    Definition Classes
    TraitView
    Annotations
    @inline()
  30. def activated(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

    Permalink

    Shortcut for isActivated()

    Shortcut for isActivated()

    Definition Classes
    TraitView
    Annotations
    @inline()
  32. def activated_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  39. def alpha(p: Float): SSurfaceView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  41. def alpha_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink
    Definition Classes
    View
  43. def animation(p: Animation): SSurfaceView

    Permalink

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

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

    Permalink

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  45. def animation_=(p: Animation): SSurfaceView

    Permalink

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

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

    Permalink
    Definition Classes
    View
  47. def applicationWindowToken: IBinder

    Permalink

    Shortcut for getApplicationWindowToken()

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

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

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

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

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

    Permalink

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  53. def background(p: Drawable): SSurfaceView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  54. def backgroundColor(p: Int): SSurfaceView

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  58. def backgroundResource(p: Int): SSurfaceView

    Permalink

    Shortcut for setBackgroundResource(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  61. def background_=(p: Drawable): SSurfaceView

    Permalink

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

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

    Permalink

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  63. def basis: SSurfaceView

    Permalink
    Definition Classes
    SSurfaceViewTraitViewPressAndHoldable
  64. def bottom(p: Int): SSurfaceView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Permalink

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  66. def bottom_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

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

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

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

    Permalink
    Definition Classes
    View
  71. def callOnClick(): Boolean

    Permalink
    Definition Classes
    View
  72. def cameraDistance(p: Float): SSurfaceView

    Permalink

    Shortcut for setCameraDistance(float)

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

    Permalink

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  74. def cameraDistance_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setCameraDistance(float)

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

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

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

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

    Permalink
    Definition Classes
    View
  79. def clearAnimation(): Unit

    Permalink
    Definition Classes
    View
  80. def clearFocus(): Unit

    Permalink
    Definition Classes
    View
  81. def clickable(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def clickable_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  92. def contentDescription(p: CharSequence): SSurfaceView

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  94. def contentDescription_=(p: CharSequence): SSurfaceView

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContext()

    Shortcut for getContext()

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

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

    Permalink
    Definition Classes
    View
  98. def destroyDrawingCache(): Unit

    Permalink
    Definition Classes
    View
  99. def disable(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  100. def disableDrawingCache(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  101. def disableDuplicateParentState(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  102. def disableHapticFeedback(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  103. def disableHorizontalFadingEdge(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  104. def disableHorizontalScrollBar(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  105. def disableSave(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  106. def disableSaveFromParent(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  107. def disableScrollbarFading(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  108. def disableSoundEffects(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  109. def disableVerticalFadingEdge(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  110. def disableVerticalScrollBar(): SSurfaceView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

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

    Permalink

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def drawingCacheBackgroundColor(p: Int): SSurfaceView

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def drawingCacheBackgroundColor_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def drawingCacheEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def drawingCacheEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  146. def drawingCacheQuality(p: Int): SSurfaceView

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def drawingCacheQuality_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def duplicateParentStateEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def duplicateParentStateEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  153. def enable(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  154. def enableDrawingCache(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  155. def enableDuplicateParentState(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  156. def enableHapticFeedback(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  157. def enableHorizontalFadingEdge(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  158. def enableHorizontalScrollBar(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  159. def enableSave(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  160. def enableSaveFromParent(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  161. def enableScrollbarFading(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  162. def enableSoundEffects(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  163. def enableVerticalFadingEdge(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  164. def enableVerticalScrollBar(): SSurfaceView

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  165. def enabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  167. def enabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  170. def fadingEdgeLength(p: Int): SSurfaceView

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

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

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  174. def filterTouchesWhenObscured(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  176. def filterTouchesWhenObscured_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  184. def fitsSystemWindows(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  186. def fitsSystemWindows_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink
    Definition Classes
    View
  188. def focusable(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  190. def focusableInTouchMode(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

    Permalink

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def focusableInTouchMode_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def focusable_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink
    Definition Classes
    View
  195. def fw[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SSurfaceView) ⇒ LP): SSurfaceView

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

    Permalink
    Definition Classes
    SurfaceView
  197. def getAccessibilityNodeProvider(): AccessibilityNodeProvider

    Permalink
    Definition Classes
    View
  198. def getAlpha(): Float

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  211. final def getDrawableState(): Array[Int]

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  218. def getFilterTouchesWhenObscured(): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    View
  224. def getHandler(): Handler

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

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

    Permalink
    Definition Classes
    View
  227. def getHolder(): SurfaceHolder

    Permalink
    Definition Classes
    SurfaceView
  228. def getHorizontalFadingEdgeLength(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    View
  234. def getLayerType(): Int

    Permalink
    Definition Classes
    View
  235. def getLayoutParams(): LayoutParams

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  255. def getOnFocusChangeListener(): OnFocusChangeListener

    Permalink
    Definition Classes
    View
  256. def getOverScrollMode(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  263. def getPivotX(): Float

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  265. def getResources(): Resources

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  281. def getSolidColor(): Int

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  292. def getTranslationX(): Float

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

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

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

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

    Permalink
    Definition Classes
    View
  297. def getViewTreeObserver(): ViewTreeObserver

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

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

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

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

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

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

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

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

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

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

    Permalink

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  308. def hapticFeedbackEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Permalink

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  310. def hapticFeedbackEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

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

    Permalink
    Definition Classes
    View
  313. def hasOnClickListeners(): Boolean

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

    Permalink
    Definition Classes
    View
  315. def hasTransientState(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

    Permalink

    Shortcut for setHasTransientState(boolean)

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

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

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

    Permalink

    Shortcut for getHeight()

    Shortcut for getHeight()

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

    Permalink

    Place the widget into a ViewGroup.

    Place the widget into a ViewGroup.

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

    Permalink

    Place the widget into a ViewGroup, without applying styles.

    Place the widget into a ViewGroup, without applying styles.

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

    Permalink

    Shortcut for getHolder()

    Shortcut for getHolder()

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  324. def horizontalFadingEdgeEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  326. def horizontalFadingEdgeEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  328. def horizontalScrollBarEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  330. def horizontalScrollBarEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  331. def hovered(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Permalink

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  333. def hovered_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  334. def id(p: Int): SSurfaceView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  336. def id_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  337. def importantForAccessibility(p: Int): SSurfaceView

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

    Permalink

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  339. def importantForAccessibility_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  361. def isInTouchMode(): Boolean

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

    Permalink
    Definition Classes
    Any
  363. def isLayoutRequested(): Boolean

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

    Permalink
    Definition Classes
    View
  365. def isOpaque(): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  372. def isSelected(): Boolean

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

    Permalink
    Definition Classes
    View
  374. def isSoundEffectsEnabled(): Boolean

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

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

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

    Permalink
    Definition Classes
    View
  378. def keepScreenOn(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  380. def keepScreenOn_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeyDispatcherState()

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

    Permalink

    Shortcut for getLayerType()

    Shortcut for getLayerType()

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

    Permalink
    Definition Classes
    View
  384. def layoutParams(p: LayoutParams): SSurfaceView

    Permalink

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

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

    Permalink

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  386. def layoutParams_=(p: LayoutParams): SSurfaceView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  387. def left(p: Int): SSurfaceView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  389. def left_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  390. def longClickable(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  392. def longClickable_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for getMatrix()

    Shortcut for getMatrix()

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

    Permalink
    Definition Classes
    View
  395. def measuredHeight: Int

    Permalink

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Permalink

    Shortcut for getMeasuredHeightAndState()

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

    Permalink

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Permalink

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Permalink

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  400. def minimumHeight(p: Int): SSurfaceView

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  402. def minimumHeight_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  403. def minimumWidth(p: Int): SSurfaceView

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  405. def minimumWidth_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink
    Definition Classes
    AnyRef
  407. def nextFocusDownId(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusDownId(int)

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

    Permalink

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  409. def nextFocusDownId_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  410. def nextFocusForwardId(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  412. def nextFocusForwardId_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  413. def nextFocusLeftId(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  415. def nextFocusLeftId_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  416. def nextFocusRightId(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  418. def nextFocusRightId_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  419. def nextFocusUpId(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Permalink

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  421. def nextFocusUpId_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

    Permalink
    Definition Classes
    View
  426. def onAnimationEnd(): Unit

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    SurfaceView → View
  429. def onCheckIsTextEditor(): Boolean

    Permalink
    Definition Classes
    View
  430. def onClick[U](f: ⇒ U): SSurfaceView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  432. def onClickListener(p: OnClickListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    View
  444. def onDetachedFromWindow(): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    SurfaceView → View
  445. def onDisplayHint(arg0: Int): Unit

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  446. def onDrag(f: ⇒ Boolean): SSurfaceView

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

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

    Permalink
    Definition Classes
    View
  449. def onDragListener(p: OnDragListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  457. def onFocusChange[U](f: ⇒ U): SSurfaceView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  459. def onFocusChangeListener(p: OnFocusChangeListener): SSurfaceView

    Permalink

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

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

    Permalink

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  461. def onFocusChangeListener_=(p: OnFocusChangeListener): SSurfaceView

    Permalink

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  463. def onGenericMotion(f: ⇒ Boolean): SSurfaceView

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

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

    Permalink
    Definition Classes
    View
  466. def onGenericMotionListener(p: OnGenericMotionListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  469. def onHover(f: ⇒ Boolean): SSurfaceView

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

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

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

    Permalink
    Definition Classes
    View
  473. def onHoverListener(p: OnHoverListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    View
  478. def onKey(f: ⇒ Boolean): SSurfaceView

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

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

    Permalink
    Definition Classes
    View → Callback
  481. def onKeyListener(p: OnKeyListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  490. def onLayoutChange[U](f: ⇒ U): SSurfaceView

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  494. def onLongClickListener(p: OnLongClickListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  499. def onPopulateAccessibilityEvent(arg0: AccessibilityEvent): Unit

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  502. def onSaveInstanceState(): Parcelable

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

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

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

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

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

    Permalink
    Definition Classes
    View
  508. def onSystemUiVisibilityChange[U](f: ⇒ U): SSurfaceView

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  510. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

  513. def onTouch(f: ⇒ Boolean): SSurfaceView

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

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

    Permalink
    Definition Classes
    View
  516. def onTouchListener(p: OnTouchListener): SSurfaceView

    Permalink

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

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

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

    Permalink

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

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

    Permalink
    Definition Classes
    View
  520. def onViewAttachedToWindow[U](f: ⇒ U): SSurfaceView

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  529. def overScrollMode(p: Int): SSurfaceView

    Permalink

    Shortcut for setOverScrollMode(int)

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

    Permalink

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  531. def overScrollMode_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setOverScrollMode(int)

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  534. def padding(p: Int): SSurfaceView

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

    Permalink

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Permalink

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Permalink

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Permalink

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  539. def padding_=(p: Int): SSurfaceView

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

    Permalink

    Shortcut for getParent()

    Shortcut for getParent()

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

    Permalink

    Shortcut for getParentForAccessibility()

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

    Permalink
    Definition Classes
    SSurfaceViewTraitView
  543. def parentViewGroupIfExists[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SSurfaceView) ⇒ LP = (v: This) => null): TraitViewGroup[_]

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

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

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

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

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

    Permalink
    Definition Classes
    View
  549. def pivotX(p: Float): SSurfaceView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Permalink

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  551. def pivotX_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  552. def pivotY(p: Float): SSurfaceView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Permalink

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  554. def pivotY_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

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

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

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

    Permalink
    Definition Classes
    View
  559. def postInvalidate(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  563. def postInvalidateOnAnimation(): Unit

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

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

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

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Permalink

    Shortcut for isPressed()

    Shortcut for isPressed()

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

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  569. def refreshDrawableState(): Unit

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

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

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

    Permalink
    Definition Classes
    View
  573. def requestFitSystemWindows(): Unit

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

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

    Permalink
    Definition Classes
    View
  576. final def requestFocus(): Boolean

    Permalink
    Definition Classes
    View
  577. final def requestFocusFromTouch(): Boolean

    Permalink
    Definition Classes
    View
  578. def requestLayout(): Unit

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

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

    Permalink
    Definition Classes
    View
  581. def resources: Resources

    Permalink

    Shortcut for getResources()

    Shortcut for getResources()

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

    Permalink
    Definition Classes
    View
  583. def right(p: Int): SSurfaceView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  585. def right_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  587. def rotation(p: Float): SSurfaceView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Permalink

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  589. def rotationX(p: Float): SSurfaceView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Permalink

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  591. def rotationX_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  592. def rotationY(p: Float): SSurfaceView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Permalink

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  594. def rotationY_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  595. def rotation_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Permalink

    Shortcut for setSaveEnabled(boolean)

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

    Permalink

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  598. def saveEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  599. def saveFromParentEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  601. def saveFromParentEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink
    Definition Classes
    View
  603. def scaleX(p: Float): SSurfaceView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Permalink

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  605. def scaleX_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  606. def scaleY(p: Float): SSurfaceView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Permalink

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  608. def scaleY_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Permalink
    Definition Classes
    View → Callback
  610. def scrollBarDefaultDelayBeforeFade(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Permalink

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  612. def scrollBarDefaultDelayBeforeFade_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  613. def scrollBarFadeDuration(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

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

    Permalink

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  615. def scrollBarFadeDuration_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  616. def scrollBarSize(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Permalink

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  618. def scrollBarSize_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  619. def scrollBarStyle(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  621. def scrollBarStyle_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink
    Definition Classes
    View
  623. def scrollContainer(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  625. def scrollContainer_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink
    Definition Classes
    View
  627. def scrollX(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Permalink

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  629. def scrollX_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  630. def scrollY(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Permalink

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  632. def scrollY_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  633. def scrollbarFadingEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Permalink

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  635. def scrollbarFadingEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  636. def selected(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  638. def selected_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  652. def setDrawingCacheBackgroundColor(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    View
  696. def setPressed(arg0: Boolean): Unit

    Permalink
    Definition Classes
    View
  697. final def setRight(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SurfaceView
  732. def showContextMenu(): Boolean

    Permalink
    Definition Classes
    View
  733. def solidColor: Int

    Permalink

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  734. def soundEffectsEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Permalink

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  736. def soundEffectsEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

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

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

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

    Permalink
    Definition Classes
    View
  740. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  741. def systemUiVisibility(p: Int): SSurfaceView

    Permalink

    Shortcut for setSystemUiVisibility(int)

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

    Permalink

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  743. def systemUiVisibility_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  744. def tag(p: Any): SSurfaceView

    Permalink

    Shortcut for setTag(java.lang.Object)

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

    Permalink

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  746. def tag_=(p: Any): SSurfaceView

    Permalink

    Shortcut for setTag(java.lang.Object)

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

    Permalink
    Definition Classes
    AnyRef → Any
  748. def top(p: Int): SSurfaceView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

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

    Permalink

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  750. def top_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  751. def touchDelegate(p: TouchDelegate): SSurfaceView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  753. def touchDelegate_=(p: TouchDelegate): SSurfaceView

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  755. def translationX(p: Float): SSurfaceView

    Permalink

    Shortcut for setTranslationX(float)

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

    Permalink

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  757. def translationX_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  758. def translationY(p: Float): SSurfaceView

    Permalink

    Shortcut for setTranslationY(float)

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

    Permalink

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  760. def translationY_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setTranslationY(float)

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

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

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

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

    Permalink
    Attributes
    protected[android.view]
    Definition Classes
    View
  765. def verticalFadingEdgeEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  767. def verticalFadingEdgeEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  769. def verticalScrollBarEnabled(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  771. def verticalScrollBarEnabled_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  772. def verticalScrollbarPosition(p: Int): SSurfaceView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

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

    Permalink

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  774. def verticalScrollbarPosition_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

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

    Permalink

    Shortcut for getVerticalScrollbarWidth()

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

    Permalink

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  777. def visibility(p: Int): SSurfaceView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Permalink

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  779. def visibility_=(p: Int): SSurfaceView

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

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

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

    Permalink

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  785. def willNotCacheDrawing(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  787. def willNotCacheDrawing_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  788. def willNotDraw(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setWillNotDraw(boolean)

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

    Permalink
    Definition Classes
    View
    Annotations
    @ExportedProperty()
  790. def willNotDraw_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setWillNotDraw(boolean)

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

    Permalink

    Shortcut for getWindowSystemUiVisibility()

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

    Permalink

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Permalink

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  795. def x(p: Float): SSurfaceView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

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

    Permalink

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  797. def x_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  798. def y(p: Float): SSurfaceView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

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

    Permalink

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  800. def y_=(p: Float): SSurfaceView

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  801. def zOrderMediaOverlay(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setZOrderMediaOverlay(boolean)

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

    Permalink
    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  803. def zOrderMediaOverlay_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setZOrderMediaOverlay(boolean)

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  804. def zOrderOnTop(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setZOrderOnTop(boolean)

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

    Permalink
    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()
  806. def zOrderOnTop_=(p: Boolean): SSurfaceView

    Permalink

    Shortcut for setZOrderOnTop(boolean)

    Definition Classes
    TraitSurfaceView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def backgroundDrawable(p: Drawable): SSurfaceView

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def setBackgroundDrawable(arg0: Drawable): Unit

    Permalink
    Definition Classes
    View
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TraitSurfaceView[SSurfaceView]

Inherited from TraitView[SSurfaceView]

Inherited from PressAndHoldable[SSurfaceView]

Inherited from ConstantsSupport

Inherited from SurfaceView

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped