Searched refs:shortDisplayValue (Results 1 - 7 of 7) sorted by relevance

/sdk/layoutlib_api/src/com/android/resources/
H A DKeyboardState.java32 private KeyboardState(String value, String shortDisplayValue, String longDisplayValue) { argument
34 mShortDisplayValue = shortDisplayValue;
H A DNavigation.java33 private Navigation(String value, String shortDisplayValue, String longDisplayValue) { argument
35 mShortDisplayValue = shortDisplayValue;
H A DNavigationState.java31 private NavigationState(String value, String shortDisplayValue, String longDisplayValue) { argument
33 mShortDisplayValue = shortDisplayValue;
H A DNightMode.java31 private NightMode(String value, String shortDisplayValue, String longDisplayValue) { argument
33 mShortDisplayValue = shortDisplayValue;
H A DScreenOrientation.java32 private ScreenOrientation(String value, String shortDisplayValue, String longDisplayValue) { argument
34 mShortDisplayValue = shortDisplayValue;
H A DScreenSize.java33 private ScreenSize(String value, String shortDisplayValue, String longDisplayValue) { argument
35 mShortDisplayValue = shortDisplayValue;
H A DKeyboard.java32 private Keyboard(String value, String value2, String shortDisplayValue, argument
36 mShortDisplayValue = shortDisplayValue;

Completed in 55 milliseconds