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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java127 public static final int SCREENLAYOUT_LONG_YES = 0x20; field in class:Configuration
165 * {@link #SCREENLAYOUT_LONG_NO} or {@link #SCREENLAYOUT_LONG_YES}.
180 | (SCREENLAYOUT_LONG_YES | SCREENLAYOUT_SIZE_XLARGE);
646 case SCREENLAYOUT_LONG_YES: sb.append(" long"); break;

Completed in 59 milliseconds