org.digimead.digi.ctrl.lib.util

Android

object Android extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Android
  2. Logging
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. class TextViewLeadingMarginSpan extends LeadingMarginSpan2

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def addLeadingDrawable(text: TextView, drawable: Drawable, drawablePadding: Int, dW: Int = 1, dH: Int = 1): Unit

    Annotations
    @Loggable()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def collectCommandOutput(commandArgs: String*): Option[String]

    Annotations
    @Loggable()
  10. def collectCommandOutputWithBusyBox(commandArgs: String*): Option[String]

    Annotations
    @Loggable()
  11. def disableRotation(activity: Activity): Unit

    Annotations
    @Loggable()
  12. def enableRotation(activity: Activity): Unit

    Annotations
    @Loggable()
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def execChmod(permission: Int, file: File, recursive: Boolean = false): Boolean

    Annotations
    @Loggable()
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def findBusyBox(): Option[File]

    Annotations
    @Loggable()
  18. def getCapitalized(context: Context, name: String, formatArgs: AnyRef*): Option[String]

  19. def getCapitalized(context: WeakReference[Context], name: String, formatArgs: AnyRef*): Option[String]

  20. def getCapitalized(context: Context, name: String): Option[String]

  21. def getCapitalized(context: WeakReference[Context], name: String): Option[String]

  22. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  23. def getId(context: Context, name: String, scope: String): Int

  24. def getId(context: Context, name: String): Int

  25. def getId(context: WeakReference[Context], name: String, scope: String): Int

  26. def getId(context: WeakReference[Context], name: String): Int

  27. def getLayerInsets(drawable: LayerDrawable, id: Int): Option[(Int, Int, Int, Int, Int)]

    Annotations
    @Loggable()
  28. def getScreenOrientation(display: Display): Int

    Annotations
    @Loggable()
  29. def getString(context: Context, name: String, formatArgs: AnyRef*): Option[String]

  30. def getString(context: WeakReference[Context], name: String, formatArgs: AnyRef*): Option[String]

  31. def getString(context: Context, name: String): Option[String]

  32. def getString(context: WeakReference[Context], name: String): Option[String]

  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. implicit val log: RichLogger

    Attributes
    protected[lib]
    Definition Classes
    Logging
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def withProcess(func: (String, Int, Int, Int, Int, File) ⇒ Unit): Boolean

    Annotations
    @Loggable()

Inherited from Logging

Inherited from AnyRef

Inherited from Any