HomeSort by relevance Sort by last modified time
    Searched refs:screenLayoutSize (Results 1 - 13 of 13) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ViewContact.java 31 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
32 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_LARGE) {
FrontDoor.java 44 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
45 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) {
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java 98 int screenLayoutSize;
113 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_SMALL;
117 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_XLARGE;
119 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_LARGE;
121 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_NORMAL;
136 if (screenLayoutSize < curSize) {
138 | screenLayoutSize;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 160 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
161 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DeviceConfig.java 110 int screenLayoutSize = getScreenLayoutSize(configuration);
111 int resTabSize = resTab.screenLayoutSize();
113 screenLayoutSize = resTabSize;
143 screenLayoutSize | screenLayoutLong | screenLayoutLayoutDir | screenLayoutRound;
  /frameworks/base/core/java/android/content/res/
Configuration.java 342 int screenLayoutSize;
353 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL;
361 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE;
365 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE;
367 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL;
397 if (screenLayoutSize < curSize) {
398 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize;
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 691 public final int screenLayoutSize() {
695 public final void screenLayoutSize(int value) {
    [all...]
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 
shadows-framework-3.6.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1124 milliseconds