com.hanhuy.android.extensions

ExtensionOfView

implicit final class ExtensionOfView extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtensionOfView
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtensionOfView(base: View)

Value Members

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

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

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

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def asScala: ExtensionOfView

  6. val base: View

  7. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def onApplyWindowInsets(fn: (View, WindowInsets) ⇒ WindowInsets): Unit

    Annotations
    @inline()
  10. def onApplyWindowInsets0(fn: ⇒ WindowInsets): Unit

    Annotations
    @inline()
  11. def onClick[A](fn: (View) ⇒ A): Unit

    Annotations
    @inline()
  12. def onClick0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  13. def onContextClick(fn: (View) ⇒ Boolean): Unit

    Annotations
    @inline()
  14. def onContextClick0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  15. def onCreateContextMenu[A](fn: (ContextMenu, View, ContextMenuInfo) ⇒ A): Unit

    Annotations
    @inline()
  16. def onCreateContextMenu0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  17. def onDrag(fn: (View, DragEvent) ⇒ Boolean): Unit

    Annotations
    @inline()
  18. def onDrag0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  19. def onFocusChange[A](fn: (View, Boolean) ⇒ A): Unit

    Annotations
    @inline()
  20. def onFocusChange0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  21. def onGenericMotion(fn: (View, MotionEvent) ⇒ Boolean): Unit

    Annotations
    @inline()
  22. def onGenericMotion0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  23. def onHover(fn: (View, MotionEvent) ⇒ Boolean): Unit

    Annotations
    @inline()
  24. def onHover0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  25. def onKey(fn: (View, Int, KeyEvent) ⇒ Boolean): Unit

    Annotations
    @inline()
  26. def onKey0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  27. def onLongClick(fn: (View) ⇒ Boolean): Unit

    Annotations
    @inline()
  28. def onLongClick0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  29. def onScrollChange[A](fn: (View, Int, Int, Int, Int) ⇒ A): Unit

    Annotations
    @inline()
  30. def onScrollChange0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  31. def onSystemUiVisibilityChange[A](fn: (Int) ⇒ A): Unit

    Annotations
    @inline()
  32. def onSystemUiVisibilityChange0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  33. def onTouch(fn: (View, MotionEvent) ⇒ Boolean): Unit

    Annotations
    @inline()
  34. def onTouch0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  35. def outlineProvider[A](fn: (View, Outline) ⇒ A): Unit

    Annotations
    @inline()
  36. def outlineProvider0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  37. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped