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

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

Completed in 40 milliseconds