HomeSort by relevance Sort by last modified time
    Searched defs:touchscreen (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
ResTableConfigTest.java 122 int touchscreen; field in class:ResTableConfigTest.ResTableConfigBuilder
143 return new ResTable_config(0, mcc, mnc, language, region, orientation, touchscreen, density, keyboard, navigation, inputFlags, screenWidth,
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 129 int touchscreen = UnsignedBytes.toInt(buffer.get()); local
181 touchscreen, density, keyboard, navigation, inputFlags, screenWidth, screenHeight,
212 TOUCHSCREEN,
598 public int touchscreen; field in class:ResTable_config
636 orientation, touchscreen, density, keyboard, navigation, inputFlags,
643 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags,
654 this.touchscreen = touchscreen;
    [all...]

Completed in 331 milliseconds