Searched defs:SCREENLAYOUT_LONG_MASK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java91 public static final int SCREENLAYOUT_LONG_MASK = 0x30; field in class:Configuration
112 * <p>The {@link #SCREENLAYOUT_LONG_MASK} defines whether the screen
375 switch ((screenLayout&SCREENLAYOUT_LONG_MASK)) {
380 sb.append(screenLayout&SCREENLAYOUT_LONG_MASK); break;

Completed in 99 milliseconds