Class

org.argus.amandroid.core.parser.ARSCFileParser

ResTable_Config

Related Doc: package ARSCFileParser

Permalink

class ResTable_Config extends AnyRef

Describes a particular resource configuration.

Attributes
protected
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResTable_Config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResTable_Config()

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. var country: Array[Char]

    Permalink

    \0\0 means "any".

    \0\0 means "any". Otherwise, US, CA, etc.

  7. var density: Int

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. var inputFlags: Int

    Permalink
  14. var inputPad0: Int

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. var keyboard: Int

    Permalink
  17. var language: Array[Char]

    Permalink

    \0\0 means "any".

    \0\0 means "any". Otherwise, en, fr, etc.

  18. var minorVersion: Int

    Permalink
  19. var mmc: Int

    Permalink

    Mobile country code (from SIM).

    Mobile country code (from SIM). "0" means any.

  20. var mnc: Int

    Permalink

    Mobile network code (from SIM).

    Mobile network code (from SIM). "0" means any.

  21. var navigation: Int

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. var orientation: Int

    Permalink
  26. var screenHeight: Int

    Permalink
  27. var screenHeightDp: Int

    Permalink
  28. var screenLayout: Int

    Permalink
  29. var screenWidth: Int

    Permalink
  30. var screenWidthDp: Int

    Permalink
  31. var sdkVersion: Int

    Permalink
  32. var size: Int

    Permalink

    Number of bytes in this structure

  33. var smallestScreenWidthDp: Int

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. var touchscreen: Int

    Permalink
  37. var uiMode: Int

    Permalink
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped