Searched defs:SCREENLAYOUT_LONG_NO (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java151 public static final int SCREENLAYOUT_LONG_NO = 0x10; field in class:Configuration
219 * {@link #SCREENLAYOUT_LONG_NO} or {@link #SCREENLAYOUT_LONG_YES}.</p>
292 curLayout = (curLayout&~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO;
841 case SCREENLAYOUT_LONG_NO: /* not-long is not interesting to print */ break;
1655 case Configuration.SCREENLAYOUT_LONG_NO:

Completed in 22 milliseconds