Trait

org.scaloid.common

TraitImageView

Related Doc: package common

Permalink

trait TraitImageView[This <: ImageView] extends TraitView[This]

Automatically generated helper trait of android.widget.ImageView. This contains several property accessors.

Linear Supertypes
TraitView[This], PressAndHoldable[This], ConstantsSupport, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitImageView
  2. TraitView
  3. PressAndHoldable
  4. ConstantsSupport
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Permalink
    Definition Classes
    PressAndHoldable

Abstract Value Members

  1. abstract def basis: This

    Permalink
    Definition Classes
    TraitViewPressAndHoldable

Concrete 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: (This) ⇒ LP): LP

    Permalink
    Definition Classes
    TraitView
  4. def <<[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (This) ⇒ 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): This

    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): This

    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): This

    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): This

    Permalink

    Shortcut for setActivated(boolean)

    Shortcut for setActivated(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  33. def adjustViewBounds(p: Boolean): This

    Permalink

    Shortcut for setAdjustViewBounds(boolean)

    Annotations
    @inline()
  34. def adjustViewBounds: Boolean

    Permalink

    Shortcut for getAdjustViewBounds()

    Shortcut for getAdjustViewBounds()

    Annotations
    @inline()
  35. def adjustViewBounds_=(p: Boolean): This

    Permalink

    Shortcut for setAdjustViewBounds(boolean)

    Annotations
    @inline()
  36. def alpha(p: Float): This

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

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

    Permalink

    Shortcut for getAlpha()

    Shortcut for getAlpha()

    Definition Classes
    TraitView
    Annotations
    @inline()
  38. def alpha_=(p: Float): This

    Permalink

    Shortcut for setAlpha(float)

    Shortcut for setAlpha(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  39. def animation(p: Animation): This

    Permalink

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

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

    Permalink

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  41. def animation_=(p: Animation): This

    Permalink

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

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

    Permalink

    Shortcut for getApplicationWindowToken()

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

    Permalink
    Definition Classes
    Any
  44. def background: Drawable

    Permalink

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  45. def background(p: Drawable): This

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  46. def backgroundColor(p: Int): This

    Permalink

    Shortcut for setBackgroundColor(int)

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

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

    Permalink

    Shortcut for setBackgroundColor(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  50. def backgroundResource(p: Int): This

    Permalink

    Shortcut for setBackgroundResource(int)

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

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

    Permalink

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  53. def background_=(p: Drawable): This

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  54. def baseline(p: Int): This

    Permalink

    Shortcut for setBaseline(int)

    Shortcut for setBaseline(int)

    Annotations
    @inline()
  55. def baseline: Int

    Permalink

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  56. def baselineAlignBottom(p: Boolean): This

    Permalink

    Shortcut for setBaselineAlignBottom(boolean)

    Annotations
    @inline()
  57. def baselineAlignBottom: Boolean

    Permalink

    Shortcut for getBaselineAlignBottom()

    Annotations
    @inline()
  58. def baselineAlignBottom_=(p: Boolean): This

    Permalink

    Shortcut for setBaselineAlignBottom(boolean)

    Annotations
    @inline()
  59. def baseline_=(p: Int): This

    Permalink

    Shortcut for setBaseline(int)

    Shortcut for setBaseline(int)

    Annotations
    @inline()
  60. def bottom(p: Int): This

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

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

    Permalink

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  62. def bottom_=(p: Int): This

    Permalink

    Shortcut for setBottom(int)

    Shortcut for setBottom(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  63. def cameraDistance(p: Float): This

    Permalink

    Shortcut for setCameraDistance(float)

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

    Permalink

    Shortcut for getCameraDistance()

    Shortcut for getCameraDistance()

    Definition Classes
    TraitView
    Annotations
    @inline()
  65. def cameraDistance_=(p: Float): This

    Permalink

    Shortcut for setCameraDistance(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  66. def clickable(p: Boolean): This

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  68. def clickable_=(p: Boolean): This

    Permalink

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. def colorFilter(p: ColorFilter): This

    Permalink

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Annotations
    @inline()
  71. def colorFilter(p: Int): This

    Permalink

    Shortcut for setColorFilter(int)

    Shortcut for setColorFilter(int)

    Annotations
    @inline()
  72. def colorFilter: ColorFilter

    Permalink

    Shortcut for getColorFilter()

    Shortcut for getColorFilter()

    Annotations
    @inline()
  73. def colorFilter_=(p: ColorFilter): This

    Permalink

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Annotations
    @inline()
  74. def colorFilter_=(p: Int): This

    Permalink

    Shortcut for setColorFilter(int)

    Shortcut for setColorFilter(int)

    Annotations
    @inline()
  75. def contentDescription(p: CharSequence): This

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  77. def contentDescription_=(p: CharSequence): This

    Permalink

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Permalink

    Shortcut for getContext()

    Shortcut for getContext()

    Definition Classes
    TraitView
    Annotations
    @inline()
  79. def cropToPadding(p: Boolean): This

    Permalink

    Shortcut for setCropToPadding(boolean)

    Annotations
    @inline()
  80. def cropToPadding: Boolean

    Permalink

    Shortcut for getCropToPadding()

    Shortcut for getCropToPadding()

    Annotations
    @inline()
  81. def cropToPadding_=(p: Boolean): This

    Permalink

    Shortcut for setCropToPadding(boolean)

    Annotations
    @inline()
  82. def disable(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  83. def disableDrawingCache(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  84. def disableDuplicateParentState(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  85. def disableHapticFeedback(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  86. def disableHorizontalFadingEdge(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  87. def disableHorizontalScrollBar(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  88. def disableSave(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  89. def disableSaveFromParent(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  90. def disableScrollbarFading(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  91. def disableSoundEffects(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  92. def disableVerticalFadingEdge(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  93. def disableVerticalScrollBar(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  94. def drawable: Drawable

    Permalink

    Shortcut for getDrawable()

    Shortcut for getDrawable()

    Annotations
    @inline()
  95. def drawableState: Array[Int]

    Permalink

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  96. def drawingCache: Bitmap

    Permalink

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  97. def drawingCacheBackgroundColor(p: Int): This

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Permalink

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  99. def drawingCacheBackgroundColor_=(p: Int): This

    Permalink

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  100. def drawingCacheEnabled(p: Boolean): This

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Permalink

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  102. def drawingCacheEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  103. def drawingCacheQuality(p: Int): This

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  105. def drawingCacheQuality_=(p: Int): This

    Permalink

    Shortcut for setDrawingCacheQuality(int)

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

    Permalink

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  107. def duplicateParentStateEnabled(p: Boolean): This

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Permalink

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  109. def duplicateParentStateEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  110. def enable(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  111. def enableDrawingCache(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  112. def enableDuplicateParentState(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  113. def enableHapticFeedback(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  114. def enableHorizontalFadingEdge(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  115. def enableHorizontalScrollBar(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  116. def enableSave(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  117. def enableSaveFromParent(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  118. def enableScrollbarFading(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  119. def enableSoundEffects(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  120. def enableVerticalFadingEdge(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def enableVerticalScrollBar(): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  122. def enabled(p: Boolean): This

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  124. def enabled_=(p: Boolean): This

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  127. def fadingEdgeLength(p: Int): This

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

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

    Permalink

    Shortcut for setFadingEdgeLength(int)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  131. def filterTouchesWhenObscured(p: Boolean): This

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

    Permalink

    Shortcut for getFilterTouchesWhenObscured()

    Definition Classes
    TraitView
    Annotations
    @inline()
  133. def filterTouchesWhenObscured_=(p: Boolean): This

    Permalink

    Shortcut for setFilterTouchesWhenObscured(boolean)

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  136. def fitsSystemWindows(p: Boolean): This

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

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

    Permalink

    Shortcut for getFitsSystemWindows()

    Definition Classes
    TraitView
    Annotations
    @inline()
  138. def fitsSystemWindows_=(p: Boolean): This

    Permalink

    Shortcut for setFitsSystemWindows(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  139. def focusable(p: Boolean): This

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  141. def focusableInTouchMode(p: Boolean): This

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

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

    Permalink

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def focusableInTouchMode_=(p: Boolean): This

    Permalink

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  144. def focusable_=(p: Boolean): This

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def fw[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (This) ⇒ LP): This

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  146. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  147. def handler: Handler

    Permalink

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def hapticFeedbackEnabled(p: Boolean): This

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Permalink

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  150. def hapticFeedbackEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setHapticFeedbackEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  151. def hasTransientState(p: Boolean): This

    Permalink

    Shortcut for setHasTransientState(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def hasTransientState_=(p: Boolean): This

    Permalink

    Shortcut for setHasTransientState(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  153. def hashCode(): Int

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

    Permalink

    Shortcut for getHeight()

    Shortcut for getHeight()

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

    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()
  156. def hereWithoutStyle[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (This) ⇒ LP): This

    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()
  157. def horizontalFadingEdgeEnabled(p: Boolean): This

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  159. def horizontalFadingEdgeEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  161. def horizontalScrollBarEnabled(p: Boolean): This

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  163. def horizontalScrollBarEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  164. def hovered(p: Boolean): This

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

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

    Permalink

    Shortcut for isHovered()

    Shortcut for isHovered()

    Definition Classes
    TraitView
    Annotations
    @inline()
  166. def hovered_=(p: Boolean): This

    Permalink

    Shortcut for setHovered(boolean)

    Shortcut for setHovered(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  167. def id(p: Int): This

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Permalink

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  169. def id_=(p: Int): This

    Permalink

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  170. def imageAlpha(p: Int): This

    Permalink

    Shortcut for setImageAlpha(int)

    Shortcut for setImageAlpha(int)

    Annotations
    @inline()
  171. def imageAlpha: Int

    Permalink

    Shortcut for getImageAlpha()

    Shortcut for getImageAlpha()

    Annotations
    @inline()
  172. def imageAlpha_=(p: Int): This

    Permalink

    Shortcut for setImageAlpha(int)

    Shortcut for setImageAlpha(int)

    Annotations
    @inline()
  173. def imageBitmap(p: Bitmap): This

    Permalink

    Shortcut for setImageBitmap(android.graphics.Bitmap)

    Annotations
    @inline()
  174. def imageBitmap(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Annotations
    @inline()
  175. def imageBitmap_=(p: Bitmap): This

    Permalink

    Shortcut for setImageBitmap(android.graphics.Bitmap)

    Annotations
    @inline()
  176. def imageDrawable(p: Drawable): This

    Permalink

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

    Annotations
    @inline()
  177. def imageDrawable(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Annotations
    @inline()
  178. def imageDrawable_=(p: Drawable): This

    Permalink

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

    Annotations
    @inline()
  179. def imageLevel(p: Int): This

    Permalink

    Shortcut for setImageLevel(int)

    Shortcut for setImageLevel(int)

    Annotations
    @inline()
  180. def imageLevel(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Annotations
    @inline()
  181. def imageLevel_=(p: Int): This

    Permalink

    Shortcut for setImageLevel(int)

    Shortcut for setImageLevel(int)

    Annotations
    @inline()
  182. def imageMatrix(p: Matrix): This

    Permalink

    Shortcut for setImageMatrix(android.graphics.Matrix)

    Annotations
    @inline()
  183. def imageMatrix: Matrix

    Permalink

    Shortcut for getImageMatrix()

    Shortcut for getImageMatrix()

    Annotations
    @inline()
  184. def imageMatrix_=(p: Matrix): This

    Permalink

    Shortcut for setImageMatrix(android.graphics.Matrix)

    Annotations
    @inline()
  185. def imageResource(p: Int): This

    Permalink

    Shortcut for setImageResource(int)

    Shortcut for setImageResource(int)

    Annotations
    @inline()
  186. def imageResource(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Annotations
    @inline()
  187. def imageResource_=(p: Int): This

    Permalink

    Shortcut for setImageResource(int)

    Shortcut for setImageResource(int)

    Annotations
    @inline()
  188. def imageURI(p: Uri): This

    Permalink

    Shortcut for setImageURI(android.net.Uri)

    Annotations
    @inline()
  189. def imageURI(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Annotations
    @inline()
  190. def imageURI_=(p: Uri): This

    Permalink

    Shortcut for setImageURI(android.net.Uri)

    Annotations
    @inline()
  191. def importantForAccessibility(p: Int): This

    Permalink

    Shortcut for setImportantForAccessibility(int)

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

    Permalink

    Shortcut for getImportantForAccessibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  193. def importantForAccessibility_=(p: Int): This

    Permalink

    Shortcut for setImportantForAccessibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  194. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  195. def keepScreenOn(p: Boolean): This

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  197. def keepScreenOn_=(p: Boolean): This

    Permalink

    Shortcut for setKeepScreenOn(boolean)

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

    Permalink

    Shortcut for getKeyDispatcherState()

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

    Permalink

    Shortcut for getLayerType()

    Shortcut for getLayerType()

    Definition Classes
    TraitView
    Annotations
    @inline()
  200. def layoutParams(p: LayoutParams): This

    Permalink

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

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

    Permalink

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  202. def layoutParams_=(p: LayoutParams): This

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  203. def left(p: Int): This

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

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

    Permalink

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  205. def left_=(p: Int): This

    Permalink

    Shortcut for setLeft(int)

    Shortcut for setLeft(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  206. def longClickable(p: Boolean): This

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  208. def longClickable_=(p: Boolean): This

    Permalink

    Shortcut for setLongClickable(boolean)

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

    Permalink

    Shortcut for getMatrix()

    Shortcut for getMatrix()

    Definition Classes
    TraitView
    Annotations
    @inline()
  210. def maxHeight(p: Int): This

    Permalink

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Annotations
    @inline()
  211. def maxHeight: Int

    Permalink

    Shortcut for getMaxHeight()

    Shortcut for getMaxHeight()

    Annotations
    @inline()
  212. def maxHeight_=(p: Int): This

    Permalink

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Annotations
    @inline()
  213. def maxWidth(p: Int): This

    Permalink

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

    Annotations
    @inline()
  214. def maxWidth: Int

    Permalink

    Shortcut for getMaxWidth()

    Shortcut for getMaxWidth()

    Annotations
    @inline()
  215. def maxWidth_=(p: Int): This

    Permalink

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

    Annotations
    @inline()
  216. def measuredHeight: Int

    Permalink

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Permalink

    Shortcut for getMeasuredHeightAndState()

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

    Permalink

    Shortcut for getMeasuredState()

    Shortcut for getMeasuredState()

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

    Permalink

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

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

    Permalink

    Shortcut for getMeasuredWidthAndState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  221. def minimumHeight(p: Int): This

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Permalink

    Shortcut for getMinimumHeight()

    Shortcut for getMinimumHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  223. def minimumHeight_=(p: Int): This

    Permalink

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  224. def minimumWidth(p: Int): This

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink

    Shortcut for getMinimumWidth()

    Shortcut for getMinimumWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  226. def minimumWidth_=(p: Int): This

    Permalink

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Permalink
    Definition Classes
    AnyRef
  228. def nextFocusDownId(p: Int): This

    Permalink

    Shortcut for setNextFocusDownId(int)

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

    Permalink

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  230. def nextFocusDownId_=(p: Int): This

    Permalink

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  231. def nextFocusForwardId(p: Int): This

    Permalink

    Shortcut for setNextFocusForwardId(int)

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

    Permalink

    Shortcut for getNextFocusForwardId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  233. def nextFocusForwardId_=(p: Int): This

    Permalink

    Shortcut for setNextFocusForwardId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  234. def nextFocusLeftId(p: Int): This

    Permalink

    Shortcut for setNextFocusLeftId(int)

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

    Permalink

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  236. def nextFocusLeftId_=(p: Int): This

    Permalink

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  237. def nextFocusRightId(p: Int): This

    Permalink

    Shortcut for setNextFocusRightId(int)

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

    Permalink

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  239. def nextFocusRightId_=(p: Int): This

    Permalink

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  240. def nextFocusUpId(p: Int): This

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Permalink

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  242. def nextFocusUpId_=(p: Int): This

    Permalink

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

    Permalink
    Definition Classes
    AnyRef
  245. def onClick[U](f: ⇒ U): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  247. def onClickListener(p: OnClickListener): This

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  250. def onCreateContextMenu[U](f: ⇒ U): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  252. def onCreateContextMenuListener(p: OnCreateContextMenuListener): This

    Permalink

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

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

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

    Permalink

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

  255. def onDrag(f: ⇒ Boolean): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  257. def onDragListener(p: OnDragListener): This

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  260. def onFocusChange[U](f: ⇒ U): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  262. def onFocusChangeListener(p: OnFocusChangeListener): This

    Permalink

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

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

    Permalink

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  264. def onFocusChangeListener_=(p: OnFocusChangeListener): This

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  265. def onGenericMotion(f: ⇒ Boolean): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  267. def onGenericMotionListener(p: OnGenericMotionListener): This

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  270. def onHover(f: ⇒ Boolean): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  272. def onHoverListener(p: OnHoverListener): This

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  275. def onKey(f: ⇒ Boolean): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  277. def onKeyListener(p: OnKeyListener): This

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  280. def onLayoutChange[U](f: ⇒ U): This

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  284. def onLongClickListener(p: OnLongClickListener): This

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  287. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): This

    Permalink
    Definition Classes
    PressAndHoldable
  288. def onSystemUiVisibilityChange[U](f: ⇒ U): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  290. def onSystemUiVisibilityChangeListener(p: OnSystemUiVisibilityChangeListener): This

    Permalink

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

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

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

    Permalink

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

  293. def onTouch(f: ⇒ Boolean): This

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  295. def onTouchListener(p: OnTouchListener): This

    Permalink

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

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

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

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  298. def onViewAttachedToWindow[U](f: ⇒ U): This

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

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  302. def overScrollMode(p: Int): This

    Permalink

    Shortcut for setOverScrollMode(int)

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

    Permalink

    Shortcut for getOverScrollMode()

    Shortcut for getOverScrollMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  304. def overScrollMode_=(p: Int): This

    Permalink

    Shortcut for setOverScrollMode(int)

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

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  307. def padding(p: Int): This

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

    Permalink

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Permalink

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Permalink

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Permalink

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  312. def padding_=(p: Int): This

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

    Permalink

    Shortcut for getParent()

    Shortcut for getParent()

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

    Permalink

    Shortcut for getParentForAccessibility()

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TraitView
  317. def pivotX(p: Float): This

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

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

    Permalink

    Shortcut for getPivotX()

    Shortcut for getPivotX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  319. def pivotX_=(p: Float): This

    Permalink

    Shortcut for setPivotX(float)

    Shortcut for setPivotX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  320. def pivotY(p: Float): This

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

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

    Permalink

    Shortcut for getPivotY()

    Shortcut for getPivotY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  322. def pivotY_=(p: Float): This

    Permalink

    Shortcut for setPivotY(float)

    Shortcut for setPivotY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  323. def pressed(p: Boolean): This

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Permalink

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  325. def pressed_=(p: Boolean): This

    Permalink

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  326. def resources: Resources

    Permalink

    Shortcut for getResources()

    Shortcut for getResources()

    Definition Classes
    TraitView
    Annotations
    @inline()
  327. def right(p: Int): This

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  329. def right_=(p: Int): This

    Permalink

    Shortcut for setRight(int)

    Shortcut for setRight(int)

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

    Permalink

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  331. def rotation(p: Float): This

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

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

    Permalink

    Shortcut for getRotation()

    Shortcut for getRotation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  333. def rotationX(p: Float): This

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

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

    Permalink

    Shortcut for getRotationX()

    Shortcut for getRotationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  335. def rotationX_=(p: Float): This

    Permalink

    Shortcut for setRotationX(float)

    Shortcut for setRotationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  336. def rotationY(p: Float): This

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

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

    Permalink

    Shortcut for getRotationY()

    Shortcut for getRotationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  338. def rotationY_=(p: Float): This

    Permalink

    Shortcut for setRotationY(float)

    Shortcut for setRotationY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  339. def rotation_=(p: Float): This

    Permalink

    Shortcut for setRotation(float)

    Shortcut for setRotation(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  340. def saveEnabled(p: Boolean): This

    Permalink

    Shortcut for setSaveEnabled(boolean)

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

    Permalink

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  342. def saveEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  343. def saveFromParentEnabled(p: Boolean): This

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

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

    Permalink

    Shortcut for isSaveFromParentEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  345. def saveFromParentEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setSaveFromParentEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  346. def scaleType(p: ScaleType): This

    Permalink

    Shortcut for setScaleType(android.widget.ImageView.ScaleType)

    Annotations
    @inline()
  347. def scaleType: ScaleType

    Permalink

    Shortcut for getScaleType()

    Shortcut for getScaleType()

    Annotations
    @inline()
  348. def scaleType_=(p: ScaleType): This

    Permalink

    Shortcut for setScaleType(android.widget.ImageView.ScaleType)

    Annotations
    @inline()
  349. def scaleX(p: Float): This

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

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

    Permalink

    Shortcut for getScaleX()

    Shortcut for getScaleX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  351. def scaleX_=(p: Float): This

    Permalink

    Shortcut for setScaleX(float)

    Shortcut for setScaleX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  352. def scaleY(p: Float): This

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

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

    Permalink

    Shortcut for getScaleY()

    Shortcut for getScaleY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  354. def scaleY_=(p: Float): This

    Permalink

    Shortcut for setScaleY(float)

    Shortcut for setScaleY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  355. def scrollBarDefaultDelayBeforeFade(p: Int): This

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

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

    Permalink

    Shortcut for getScrollBarDefaultDelayBeforeFade()

    Definition Classes
    TraitView
    Annotations
    @inline()
  357. def scrollBarDefaultDelayBeforeFade_=(p: Int): This

    Permalink

    Shortcut for setScrollBarDefaultDelayBeforeFade(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  358. def scrollBarFadeDuration(p: Int): This

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

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

    Permalink

    Shortcut for getScrollBarFadeDuration()

    Definition Classes
    TraitView
    Annotations
    @inline()
  360. def scrollBarFadeDuration_=(p: Int): This

    Permalink

    Shortcut for setScrollBarFadeDuration(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  361. def scrollBarSize(p: Int): This

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

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

    Permalink

    Shortcut for getScrollBarSize()

    Shortcut for getScrollBarSize()

    Definition Classes
    TraitView
    Annotations
    @inline()
  363. def scrollBarSize_=(p: Int): This

    Permalink

    Shortcut for setScrollBarSize(int)

    Shortcut for setScrollBarSize(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  364. def scrollBarStyle(p: Int): This

    Permalink

    Shortcut for setScrollBarStyle(int)

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

    Permalink

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  366. def scrollBarStyle_=(p: Int): This

    Permalink

    Shortcut for setScrollBarStyle(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  367. def scrollContainer(p: Boolean): This

    Permalink

    Shortcut for setScrollContainer(boolean)

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

    Permalink

    Shortcut for isScrollContainer()

    Shortcut for isScrollContainer()

    Definition Classes
    TraitView
    Annotations
    @inline()
  369. def scrollContainer_=(p: Boolean): This

    Permalink

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  370. def scrollX(p: Int): This

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

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

    Permalink

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  372. def scrollX_=(p: Int): This

    Permalink

    Shortcut for setScrollX(int)

    Shortcut for setScrollX(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  373. def scrollY(p: Int): This

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

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

    Permalink

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  375. def scrollY_=(p: Int): This

    Permalink

    Shortcut for setScrollY(int)

    Shortcut for setScrollY(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  376. def scrollbarFadingEnabled(p: Boolean): This

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Permalink

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  378. def scrollbarFadingEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  379. def selected(p: Boolean): This

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  381. def selected_=(p: Boolean): This

    Permalink

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Permalink

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  383. def soundEffectsEnabled(p: Boolean): This

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Permalink

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  385. def soundEffectsEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  386. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  387. def systemUiVisibility(p: Int): This

    Permalink

    Shortcut for setSystemUiVisibility(int)

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

    Permalink

    Shortcut for getSystemUiVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  389. def systemUiVisibility_=(p: Int): This

    Permalink

    Shortcut for setSystemUiVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  390. def tag(p: Any): This

    Permalink

    Shortcut for setTag(java.lang.Object)

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

    Permalink

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  392. def tag_=(p: Any): This

    Permalink

    Shortcut for setTag(java.lang.Object)

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

    Permalink
    Definition Classes
    AnyRef → Any
  394. def top(p: Int): This

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

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

    Permalink

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  396. def top_=(p: Int): This

    Permalink

    Shortcut for setTop(int)

    Shortcut for setTop(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  397. def touchDelegate(p: TouchDelegate): This

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  399. def touchDelegate_=(p: TouchDelegate): This

    Permalink

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Permalink

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  401. def translationX(p: Float): This

    Permalink

    Shortcut for setTranslationX(float)

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

    Permalink

    Shortcut for getTranslationX()

    Shortcut for getTranslationX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  403. def translationX_=(p: Float): This

    Permalink

    Shortcut for setTranslationX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  404. def translationY(p: Float): This

    Permalink

    Shortcut for setTranslationY(float)

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

    Permalink

    Shortcut for getTranslationY()

    Shortcut for getTranslationY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  406. def translationY_=(p: Float): This

    Permalink

    Shortcut for setTranslationY(float)

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  408. def verticalFadingEdgeEnabled(p: Boolean): This

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  410. def verticalFadingEdgeEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Permalink

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  412. def verticalScrollBarEnabled(p: Boolean): This

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Permalink

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  414. def verticalScrollBarEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  415. def verticalScrollbarPosition(p: Int): This

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

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

    Permalink

    Shortcut for getVerticalScrollbarPosition()

    Definition Classes
    TraitView
    Annotations
    @inline()
  417. def verticalScrollbarPosition_=(p: Int): This

    Permalink

    Shortcut for setVerticalScrollbarPosition(int)

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

    Permalink

    Shortcut for getVerticalScrollbarWidth()

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

    Permalink

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  420. def visibility(p: Int): This

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Permalink

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  422. def visibility_=(p: Int): This

    Permalink

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

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

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

    Permalink

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  428. def willNotCacheDrawing(p: Boolean): This

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  429. def willNotCacheDrawing_=(p: Boolean): This

    Permalink

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  430. def willNotDraw(p: Boolean): This

    Permalink

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  431. def willNotDraw_=(p: Boolean): This

    Permalink

    Shortcut for setWillNotDraw(boolean)

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

    Permalink

    Shortcut for getWindowSystemUiVisibility()

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

    Permalink

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Permalink

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

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

    Permalink
    Definition Classes
    TraitView
    Annotations
    @inline()
  436. def x(p: Float): This

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

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

    Permalink

    Shortcut for getX()

    Shortcut for getX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  438. def x_=(p: Float): This

    Permalink

    Shortcut for setX(float)

    Shortcut for setX(float)

    Definition Classes
    TraitView
    Annotations
    @inline()
  439. def y(p: Float): This

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

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

    Permalink

    Shortcut for getY()

    Shortcut for getY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  441. def y_=(p: Float): This

    Permalink

    Shortcut for setY(float)

    Shortcut for setY(float)

    Definition Classes
    TraitView
    Annotations
    @inline()

Deprecated Value Members

  1. val FILL_PARENT: Int

    Permalink
    Definition Classes
    TraitView
    Annotations
    @deprecated
    Deprecated

    (Since version )

  2. def alpha(p: Int): This

    Permalink

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def alpha_=(p: Int): This

    Permalink

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def backgroundDrawable(p: Drawable): This

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  5. def backgroundDrawable_=(p: Drawable): This

    Permalink

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

    Definition Classes
    TraitView
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

Inherited from TraitView[This]

Inherited from PressAndHoldable[This]

Inherited from ConstantsSupport

Inherited from AnyRef

Inherited from Any

Ungrouped