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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java259 public static final int SCREENLAYOUT_ROUND_YES = 0x2 << SCREENLAYOUT_ROUND_SHIFT; field in class:Configuration
291 * shape. They may be one of {@link #SCREENLAYOUT_ROUND_NO} or {@link #SCREENLAYOUT_ROUND_YES}.
1846 return (screenLayout & SCREENLAYOUT_ROUND_MASK) == SCREENLAYOUT_ROUND_YES;
1991 case Configuration.SCREENLAYOUT_ROUND_YES:

Completed in 67 milliseconds