HomeSort by relevance Sort by last modified time
    Searched refs:SCREENLAYOUT_LONG_MASK (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java 47 int expectedLong = expectedScreenLayout & Configuration.SCREENLAYOUT_LONG_MASK;
59 int actualLong = mConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK;
71 * {@link Configuration#SCREENLAYOUT_LONG_MASK} and
132 screenLayout = (screenLayout & ~Configuration.SCREENLAYOUT_LONG_MASK)
  /frameworks/base/core/java/android/content/res/
Configuration.java 233 public static final int SCREENLAYOUT_LONG_MASK = 0x30;
234 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_LONG_MASK}
237 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_LONG_MASK}
242 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_LONG_MASK}
307 * <p>The {@link #SCREENLAYOUT_LONG_MASK} defines whether the screen
335 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK
391 curLayout = (curLayout&~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO;
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
BootstrapTest.java 15 import static android.content.res.Configuration.SCREENLAYOUT_LONG_MASK;
150 assertThat(configuration.screenLayout & SCREENLAYOUT_LONG_MASK).isEqualTo(SCREENLAYOUT_LONG_NO);
206 assertThat(configuration.screenLayout & SCREENLAYOUT_LONG_MASK).isEqualTo(SCREENLAYOUT_LONG_YES);
231 assertThat(configuration.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK)
241 assertThat(configuration.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK)
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DeviceConfig.java 278 if ((configuration.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK)
396 return configuration.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK;
401 (configuration.screenLayout & ~Configuration.SCREENLAYOUT_LONG_MASK)
ConfigurationV25.java 132 switch (config.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK) {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 439 static final int SCREENLAYOUT_LONG_MASK = 0x30;
700 return screenLayout & SCREENLAYOUT_LONG_MASK;
704 screenLayout = (screenLayout & ~SCREENLAYOUT_LONG_MASK) | value;
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 253 switch (config.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK) {
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
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.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 218 milliseconds

1 2