org.scaloid.common

SImageView

class SImageView extends ImageView with TraitImageView[SImageView]

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

Linear Supertypes
TraitImageView[SImageView], TraitView[SImageView], PressAndHoldable, ConstantsSupport, ImageView, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SImageView
  2. TraitImageView
  3. TraitView
  4. PressAndHoldable
  5. ConstantsSupport
  6. ImageView
  7. View
  8. AccessibilityEventSource
  9. Callback
  10. Callback
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SImageView(imageResource: Drawable, onClickListener: OnClickListener)(implicit context: Context)

  2. new SImageView(imageResource: Drawable, onClickListener: (View) ⇒ Unit)(implicit context: Context)

  3. new SImageView(imageResource: Drawable)(implicit context: Context)

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

Type Members

  1. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable

Value Members

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

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

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

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

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

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

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

    Definition Classes
    Any
  8. val FILL_PARENT: Int

    Definition Classes
    TraitView
  9. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  10. val NONE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  28. val WRAP_CONTENT: Int

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

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

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

    Definition Classes
    View
  32. def adjustViewBounds(p: Boolean): SImageView

    Shortcut for setAdjustViewBounds(boolean)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  33. def adjustViewBounds(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  34. def adjustViewBounds_=(p: Boolean): SImageView

    Shortcut for setAdjustViewBounds(boolean)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  35. def alpha(p: Int): SImageView

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  36. def alpha(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  37. def alpha_=(p: Int): SImageView

    Shortcut for setAlpha(int)

    Shortcut for setAlpha(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  38. def animation(p: Animation): SImageView

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

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

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  40. def animation_=(p: Animation): SImageView

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

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

    Shortcut for getApplicationWindowToken()

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

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

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

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

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

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  47. def backgroundColor(p: Int): SImageView

    Shortcut for setBackgroundColor(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  49. def backgroundColor_=(p: Int): SImageView

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  50. def backgroundDrawable(p: Drawable): SImageView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  52. def backgroundDrawable_=(p: Drawable): SImageView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  53. def backgroundResource(p: Int): SImageView

    Shortcut for setBackgroundResource(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  55. def backgroundResource_=(p: Int): SImageView

    Shortcut for setBackgroundResource(int)

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

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  57. def basis: SImageView

    Definition Classes
    SImageViewTraitViewPressAndHoldable
  58. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

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

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

    Definition Classes
    View
  61. def buildDrawingCache(): Unit

    Definition Classes
    View
  62. def cancelLongPress(): Unit

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

    Definition Classes
    View
  64. def clearAnimation(): Unit

    Definition Classes
    View
  65. final def clearColorFilter(): Unit

    Definition Classes
    ImageView
  66. def clearFocus(): Unit

    Definition Classes
    View
  67. def clickable(p: Boolean): SImageView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  69. def clickable_=(p: Boolean): SImageView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

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

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

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  72. def colorFilter(p: Int): SImageView

    Shortcut for setColorFilter(int)

    Shortcut for setColorFilter(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  73. def colorFilter(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  74. def colorFilter_=(p: ColorFilter): SImageView

    Shortcut for setColorFilter(android.graphics.ColorFilter)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  75. def colorFilter_=(p: Int): SImageView

    Shortcut for setColorFilter(int)

    Shortcut for setColorFilter(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  76. def computeHorizontalScrollExtent(): Int

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

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

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

    Definition Classes
    View
  80. def computeVerticalScrollExtent(): Int

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

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

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

    Shortcut for setContentDescription(java.lang.CharSequence)

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

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  85. def contentDescription_=(p: CharSequence): SImageView

    Shortcut for setContentDescription(java.lang.CharSequence)

    Definition Classes
    TraitView
    Annotations
    @inline()
  86. def createContextMenu(arg0: ContextMenu): Unit

    Definition Classes
    View
  87. def destroyDrawingCache(): Unit

    Definition Classes
    View
  88. def disable: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  89. def disableDrawingCache: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  90. def disableDuplicateParentState: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  91. def disableHapticFeedback: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  92. def disableHorizontalFadingEdge: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  93. def disableHorizontalScrollBar: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  94. def disableSave: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  95. def disableScrollbarFading: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  96. def disableSoundEffects: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  97. def disableVerticalFadingEdge: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  98. def disableVerticalScrollBar: SImageView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  117. def drawable: Drawable

    Shortcut for getDrawable()

    Shortcut for getDrawable()

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  118. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

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

    Attributes
    protected[android.widget]
    Definition Classes
    ImageView → View
  120. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def drawingCacheBackgroundColor(p: Int): SImageView

    Shortcut for setDrawingCacheBackgroundColor(int)

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

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  123. def drawingCacheBackgroundColor_=(p: Int): SImageView

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  124. def drawingCacheEnabled(p: Boolean): SImageView

    Shortcut for setDrawingCacheEnabled(boolean)

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

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  126. def drawingCacheEnabled_=(p: Boolean): SImageView

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  127. def drawingCacheQuality(p: Int): SImageView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  129. def drawingCacheQuality_=(p: Int): SImageView

    Shortcut for setDrawingCacheQuality(int)

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

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  131. def duplicateParentStateEnabled(p: Boolean): SImageView

    Shortcut for setDuplicateParentStateEnabled(boolean)

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

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  133. def duplicateParentStateEnabled_=(p: Boolean): SImageView

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  134. def enable: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  135. def enableDrawingCache: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  136. def enableDuplicateParentState: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  137. def enableHapticFeedback: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  138. def enableHorizontalFadingEdge: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  139. def enableHorizontalScrollBar: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def enableSave: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  141. def enableScrollbarFading: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def enableSoundEffects: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def enableVerticalFadingEdge: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  144. def enableVerticalScrollBar: SImageView

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def enabled(p: Boolean): SImageView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def enabled_=(p: Boolean): SImageView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

    Definition Classes
    AnyRef → Any
  150. def fadingEdgeLength(p: Int): SImageView

    Shortcut for setFadingEdgeLength(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  152. def fadingEdgeLength_=(p: Int): SImageView

    Shortcut for setFadingEdgeLength(int)

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

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

    Definition Classes
    TraitView
  155. def findFocus(): View

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

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

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

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

    Definition Classes
    View
  160. def focusable(p: Boolean): SImageView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  162. def focusableInTouchMode(p: Boolean): SImageView

    Shortcut for setFocusableInTouchMode(boolean)

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

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  164. def focusableInTouchMode_=(p: Boolean): SImageView

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  165. def focusable_=(p: Boolean): SImageView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Definition Classes
    View
  167. def getAnimation(): Animation

    Definition Classes
    View
  168. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  169. def getBackground(): Drawable

    Definition Classes
    View
  170. def getBaseline(): Int

    Definition Classes
    ImageView → View
  171. final def getBottom(): Int

    Definition Classes
    View
  172. def getBottomFadingEdgeStrength(): Float

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  174. final def getClass(): Class[_]

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

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

    Definition Classes
    View
  177. def getContextMenuInfo(): ContextMenuInfo

    Attributes
    protected[android.view]
    Definition Classes
    View
  178. def getDrawable(): Drawable

    Definition Classes
    ImageView
  179. final def getDrawableState(): Array[Int]

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

    Definition Classes
    View
  181. def getDrawingCache(): Bitmap

    Definition Classes
    View
  182. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  183. def getDrawingCacheQuality(): Int

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

    Definition Classes
    View
  185. def getDrawingTime(): Long

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

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

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

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

    Definition Classes
    View
  190. def getHandler(): Handler

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

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

    Definition Classes
    View
  193. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  194. def getHorizontalScrollbarHeight(): Int

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

    Definition Classes
    View
  196. def getImageMatrix(): Matrix

    Definition Classes
    ImageView
  197. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  198. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  199. def getLayoutParams(): LayoutParams

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

    Definition Classes
    View
  201. def getLeftFadingEdgeStrength(): Float

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

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

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

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

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

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

    Definition Classes
    View
  208. def getNextFocusDownId(): Int

    Definition Classes
    View
  209. def getNextFocusLeftId(): Int

    Definition Classes
    View
  210. def getNextFocusRightId(): Int

    Definition Classes
    View
  211. def getNextFocusUpId(): Int

    Definition Classes
    View
  212. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  213. def getPaddingBottom(): Int

    Definition Classes
    View
  214. def getPaddingLeft(): Int

    Definition Classes
    View
  215. def getPaddingRight(): Int

    Definition Classes
    View
  216. def getPaddingTop(): Int

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

    Definition Classes
    View
  218. def getResources(): Resources

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

    Definition Classes
    View
  220. def getRightFadingEdgeStrength(): Float

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

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

    Definition Classes
    View
  223. def getScaleType(): ScaleType

    Definition Classes
    ImageView
  224. def getScrollBarStyle(): Int

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

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

    Definition Classes
    View
  227. def getSolidColor(): Int

    Definition Classes
    View
  228. def getSuggestedMinimumHeight(): Int

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

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

    Definition Classes
    View
  231. def getTag(): AnyRef

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

    Definition Classes
    View
  233. def getTopFadingEdgeStrength(): Float

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

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

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

    Definition Classes
    View
  237. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  238. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  239. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  240. def getVisibility(): Int

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

    Definition Classes
    View
  242. def getWindowAttachCount(): Int

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

    Definition Classes
    View
  244. def getWindowVisibility(): Int

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

    Definition Classes
    View
  246. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  247. def hapticFeedbackEnabled(p: Boolean): SImageView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  249. def hapticFeedbackEnabled_=(p: Boolean): SImageView

    Shortcut for setHapticFeedbackEnabled(boolean)

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

    Definition Classes
    View
  251. def hasFocusable(): Boolean

    Definition Classes
    View
  252. def hasWindowFocus(): Boolean

    Definition Classes
    View
  253. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  254. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  255. def horizontalFadingEdgeEnabled(p: Boolean): SImageView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  257. def horizontalFadingEdgeEnabled_=(p: Boolean): SImageView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

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

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  259. def horizontalScrollBarEnabled(p: Boolean): SImageView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

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

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  261. def horizontalScrollBarEnabled_=(p: Boolean): SImageView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  262. def id(p: Int): SImageView

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  264. def id_=(p: Int): SImageView

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  265. def imageBitmap(p: Bitmap): SImageView

    Shortcut for setImageBitmap(android.graphics.Bitmap)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  266. def imageBitmap(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  267. def imageBitmap_=(p: Bitmap): SImageView

    Shortcut for setImageBitmap(android.graphics.Bitmap)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  268. def imageDrawable(p: Drawable): SImageView

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

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  269. def imageDrawable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  270. def imageDrawable_=(p: Drawable): SImageView

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

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  271. def imageLevel(p: Int): SImageView

    Shortcut for setImageLevel(int)

    Shortcut for setImageLevel(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  272. def imageLevel(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  273. def imageLevel_=(p: Int): SImageView

    Shortcut for setImageLevel(int)

    Shortcut for setImageLevel(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  274. def imageMatrix(p: Matrix): SImageView

    Shortcut for setImageMatrix(android.graphics.Matrix)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  275. def imageMatrix: Matrix

    Shortcut for getImageMatrix()

    Shortcut for getImageMatrix()

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  276. def imageMatrix_=(p: Matrix): SImageView

    Shortcut for setImageMatrix(android.graphics.Matrix)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  277. def imageResource(p: Int): SImageView

    Shortcut for setImageResource(int)

    Shortcut for setImageResource(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  278. def imageResource(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  279. def imageResource_=(p: Int): SImageView

    Shortcut for setImageResource(int)

    Shortcut for setImageResource(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  280. def imageURI(p: Uri): SImageView

    Shortcut for setImageURI(android.net.Uri)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  281. def imageURI(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  282. def imageURI_=(p: Uri): SImageView

    Shortcut for setImageURI(android.net.Uri)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  283. def initializeFadingEdge(arg0: TypedArray): Unit

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

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

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

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

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

    Definition Classes
    ImageView → View → Callback
  289. def isClickable(): Boolean

    Definition Classes
    View
  290. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  291. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  292. def isEnabled(): Boolean

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

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

    Definition Classes
    View
  295. def isFocused(): Boolean

    Definition Classes
    View
  296. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  297. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  298. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  299. def isInEditMode(): Boolean

    Definition Classes
    View
  300. def isInTouchMode(): Boolean

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

    Definition Classes
    Any
  302. def isLayoutRequested(): Boolean

    Definition Classes
    View
  303. def isLongClickable(): Boolean

    Definition Classes
    View
  304. def isOpaque(): Boolean

    Definition Classes
    View
  305. def isPaddingOffsetRequired(): Boolean

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

    Definition Classes
    View
  307. def isSaveEnabled(): Boolean

    Definition Classes
    View
  308. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  309. def isSelected(): Boolean

    Definition Classes
    View
  310. def isShown(): Boolean

    Definition Classes
    View
  311. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  312. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  313. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  314. def keepScreenOn(p: Boolean): SImageView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  316. def keepScreenOn_=(p: Boolean): SImageView

    Shortcut for setKeepScreenOn(boolean)

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

    Shortcut for getKeyDispatcherState()

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

    Definition Classes
    View
  319. def layoutParams(p: LayoutParams): SImageView

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

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

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  321. def layoutParams_=(p: LayoutParams): SImageView

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

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

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  323. def longClickable(p: Boolean): SImageView

    Shortcut for setLongClickable(boolean)

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

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  325. def longClickable_=(p: Boolean): SImageView

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  326. def maxHeight(p: Int): SImageView

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  327. def maxHeight(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  328. def maxHeight_=(p: Int): SImageView

    Shortcut for setMaxHeight(int)

    Shortcut for setMaxHeight(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  329. def maxWidth(p: Int): SImageView

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  330. def maxWidth(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  331. def maxWidth_=(p: Int): SImageView

    Shortcut for setMaxWidth(int)

    Shortcut for setMaxWidth(int)

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

    Definition Classes
    View
  333. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

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

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  335. def minimumHeight(p: Int): SImageView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  337. def minimumHeight_=(p: Int): SImageView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  338. def minimumWidth(p: Int): SImageView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  340. def minimumWidth_=(p: Int): SImageView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    AnyRef
  342. def nextFocusDownId(p: Int): SImageView

    Shortcut for setNextFocusDownId(int)

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

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  344. def nextFocusDownId_=(p: Int): SImageView

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  345. def nextFocusLeftId(p: Int): SImageView

    Shortcut for setNextFocusLeftId(int)

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

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  347. def nextFocusLeftId_=(p: Int): SImageView

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  348. def nextFocusRightId(p: Int): SImageView

    Shortcut for setNextFocusRightId(int)

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

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  350. def nextFocusRightId_=(p: Int): SImageView

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  351. def nextFocusUpId(p: Int): SImageView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  353. def nextFocusUpId_=(p: Int): SImageView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

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

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

    Definition Classes
    View
  358. def onAnimationEnd(): Unit

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

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

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

    Definition Classes
    View
  362. def onClick[U](f: ⇒ U): SImageView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  364. def onClickListener(p: OnClickListener): SImageView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  366. def onClickListener_=(p: OnClickListener): SImageView

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

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  373. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SImageView

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

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

    Definition Classes
    ImageView → View
  375. def onCreateInputConnection(arg0: EditorInfo): InputConnection

    Definition Classes
    View
  376. def onDetachedFromWindow(): Unit

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  378. def onDraw(arg0: Canvas): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    ImageView → View
  379. final def onDrawScrollBars(arg0: Canvas): Unit

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

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

    Definition Classes
    View
  382. def onFocusChange[U](f: ⇒ U): SImageView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  384. def onFocusChangeListener(p: OnFocusChangeListener): SImageView

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

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

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  386. def onFocusChangeListener_=(p: OnFocusChangeListener): SImageView

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  388. def onKey(f: ⇒ Boolean): SImageView

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

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

    Definition Classes
    View → Callback
  391. def onKeyListener(p: OnKeyListener): SImageView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  393. def onKeyListener_=(p: OnKeyListener): SImageView

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

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

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

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

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

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

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

    Attributes
    protected[android.view]
    Definition Classes
    View
  400. def onLongClick(f: ⇒ Boolean): SImageView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  402. def onLongClickListener(p: OnLongClickListener): SImageView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  404. def onLongClickListener_=(p: OnLongClickListener): SImageView

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    ImageView → View
  406. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): Unit

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

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    ImageView → View
  411. def onSizeChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

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

    Definition Classes
    View
  413. def onTouch(f: ⇒ Boolean): SImageView

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

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

    Definition Classes
    View
  416. def onTouchListener(p: OnTouchListener): SImageView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  418. def onTouchListener_=(p: OnTouchListener): SImageView

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

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

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

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

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

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  425. def padding(p: Int): SImageView

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

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

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

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

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

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

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

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  430. def padding_=(p: Int): SImageView

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

    Shortcut for getParent()

    Shortcut for getParent()

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

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

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

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

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

    Definition Classes
    View
  437. def performLongClick(): Boolean

    Definition Classes
    View
  438. def playSoundEffect(arg0: Int): Unit

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

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

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

    Definition Classes
    View
  442. def postInvalidate(): Unit

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

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

    Definition Classes
    View
  445. def pressed(p: Boolean): SImageView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  447. def pressed_=(p: Boolean): SImageView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

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

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

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

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

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

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

    Definition Classes
    View
  454. def requestLayout(): Unit

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

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

    Definition Classes
    View
  457. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

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

    Definition Classes
    View
  459. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

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

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  461. def saveEnabled(p: Boolean): SImageView

    Shortcut for setSaveEnabled(boolean)

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

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  463. def saveEnabled_=(p: Boolean): SImageView

    Shortcut for setSaveEnabled(boolean)

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

    Definition Classes
    View
  465. def scaleType(p: ScaleType): SImageView

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

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  466. def scaleType: ScaleType

    Shortcut for getScaleType()

    Shortcut for getScaleType()

    Definition Classes
    TraitImageView
    Annotations
    @inline()
  467. def scaleType_=(p: ScaleType): SImageView

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

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

    Definition Classes
    View → Callback
  469. def scrollBarStyle(p: Int): SImageView

    Shortcut for setScrollBarStyle(int)

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

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  471. def scrollBarStyle_=(p: Int): SImageView

    Shortcut for setScrollBarStyle(int)

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

    Definition Classes
    View
  473. def scrollContainer(p: Boolean): SImageView

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  475. def scrollContainer_=(p: Boolean): SImageView

    Shortcut for setScrollContainer(boolean)

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

    Definition Classes
    View
  477. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

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

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  479. def scrollbarFadingEnabled(p: Boolean): SImageView

    Shortcut for setScrollbarFadingEnabled(boolean)

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

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  481. def scrollbarFadingEnabled_=(p: Boolean): SImageView

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  482. def selected(p: Boolean): SImageView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  484. def selected_=(p: Boolean): SImageView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

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

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

    Definition Classes
    View → AccessibilityEventSource
  487. def setAdjustViewBounds(arg0: Boolean): Unit

    Definition Classes
    ImageView
  488. def setAlpha(arg0: Int): Unit

    Definition Classes
    ImageView
  489. def setAnimation(arg0: Animation): Unit

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

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

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

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

    Definition Classes
    View
  494. def setColorFilter(arg0: ColorFilter): Unit

    Definition Classes
    ImageView
  495. final def setColorFilter(arg0: Int): Unit

    Definition Classes
    ImageView
  496. final def setColorFilter(arg0: Int, arg1: Mode): Unit

    Definition Classes
    ImageView
  497. def setContentDescription(arg0: CharSequence): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    View
  506. def setFrame(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    ImageView
  507. def setHapticFeedbackEnabled(arg0: Boolean): Unit

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

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

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

    Definition Classes
    View
  511. def setImageBitmap(arg0: Bitmap): Unit

    Definition Classes
    ImageView
  512. def setImageDrawable(arg0: Drawable): Unit

    Definition Classes
    ImageView
  513. def setImageLevel(arg0: Int): Unit

    Definition Classes
    ImageView
  514. def setImageMatrix(arg0: Matrix): Unit

    Definition Classes
    ImageView
  515. def setImageResource(arg0: Int): Unit

    Definition Classes
    ImageView
  516. def setImageState(arg0: Array[Int], arg1: Boolean): Unit

    Definition Classes
    ImageView
  517. def setImageURI(arg0: Uri): Unit

    Definition Classes
    ImageView
  518. def setKeepScreenOn(arg0: Boolean): Unit

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

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

    Definition Classes
    View
  521. def setMaxHeight(arg0: Int): Unit

    Definition Classes
    ImageView
  522. def setMaxWidth(arg0: Int): Unit

    Definition Classes
    ImageView
  523. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    View
  539. def setScaleType(arg0: ScaleType): Unit

    Definition Classes
    ImageView
  540. def setScrollBarStyle(arg0: Int): Unit

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

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

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

    Definition Classes
    ImageView → View
  544. def setSoundEffectsEnabled(arg0: Boolean): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    View
  553. def showContextMenu(): Boolean

    Definition Classes
    View
  554. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  555. def soundEffectsEnabled(p: Boolean): SImageView

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  557. def soundEffectsEnabled_=(p: Boolean): SImageView

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  558. def startAnimation(arg0: Animation): Unit

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

    Definition Classes
    AnyRef
  560. def tag(p: Any): SImageView

    Shortcut for setTag(java.lang.Object)

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

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  562. def tag_=(p: Any): SImageView

    Shortcut for setTag(java.lang.Object)

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

    Definition Classes
    AnyRef → Any
  564. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  565. def touchDelegate(p: TouchDelegate): SImageView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  567. def touchDelegate_=(p: TouchDelegate): SImageView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

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

    Shortcut for getTouchables()

    Shortcut for getTouchables()

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

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

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

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

    Attributes
    protected[android.widget]
    Definition Classes
    ImageView → View
  573. def verticalFadingEdgeEnabled(p: Boolean): SImageView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  575. def verticalFadingEdgeEnabled_=(p: Boolean): SImageView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

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

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  577. def verticalScrollBarEnabled(p: Boolean): SImageView

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  579. def verticalScrollBarEnabled_=(p: Boolean): SImageView

    Shortcut for setVerticalScrollBarEnabled(boolean)

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

    Shortcut for getVerticalScrollbarWidth()

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

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  582. def visibility(p: Int): SImageView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  584. def visibility_=(p: Int): SImageView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

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

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

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

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

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  589. def willNotCacheDrawing(p: Boolean): SImageView

    Shortcut for setWillNotCacheDrawing(boolean)

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

    Definition Classes
    View
  591. def willNotCacheDrawing_=(p: Boolean): SImageView

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  592. def willNotDraw(p: Boolean): SImageView

    Shortcut for setWillNotDraw(boolean)

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

    Definition Classes
    View
  594. def willNotDraw_=(p: Boolean): SImageView

    Shortcut for setWillNotDraw(boolean)

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

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

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

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()

Inherited from TraitImageView[SImageView]

Inherited from TraitView[SImageView]

Inherited from PressAndHoldable

Inherited from ConstantsSupport

Inherited from ImageView

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped