Home
last modified time | relevance | path

Searched refs:KEYBOARD_ANY (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java203 if (resTab.keyboard != ResTable_config.KEYBOARD_ANY) { in applyToConfiguration()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java829 out.keyboard = ResTable_config.KEYBOARD_ANY; in parseKeyboard()
DResTable_config.java265 public static final int KEYBOARD_ANY = ACONFIGURATION_KEYBOARD_ANY; field in ResTable_config