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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java138 public static final int SCREENLAYOUT_LONG_NO = 0x10; field in class:Configuration
181 * {@link #SCREENLAYOUT_LONG_NO} or {@link #SCREENLAYOUT_LONG_YES}.
250 curLayout = (curLayout&~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO;
711 case SCREENLAYOUT_LONG_NO: /* not-long is not interesting to print */ break;
1422 case Configuration.SCREENLAYOUT_LONG_NO:

Completed in 148 milliseconds