Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/res/
DConfiguration.java83 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration
185 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()
246 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()
248 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()
264 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()
674 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()
681 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()
DCompatibilityInfo.java198 switch (screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) { in CompatibilityInfo()
457 (inoutConfig.screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in applyToConfiguration()
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt205 NO DOC BLOCK: android.content.res.Configuration Field SCREENLAYOUT_SIZE_MASK
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java569 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
/frameworks/base/api/
Dcurrent.txt7621 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf