Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java73 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration
162 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()
498 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()
505 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.java525 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java6365 int curSize = curLayout&Configuration.SCREENLAYOUT_SIZE_MASK; in reduceConfigLayout()
6367 curLayout = (curLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in reduceConfigLayout()
/frameworks/base/api/
D14.txt6522 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
D15.txt6544 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
Dcurrent.txt6809 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
D16.txt6809 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf