Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 9 of 9) sorted by relevance
73 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration162 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()
198 switch (screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) { in CompatibilityInfo()457 (inoutConfig.screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in applyToConfiguration()
205 NO DOC BLOCK: android.content.res.Configuration Field SCREENLAYOUT_SIZE_MASK
525 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
6365 int curSize = curLayout&Configuration.SCREENLAYOUT_SIZE_MASK; in reduceConfigLayout()6367 curLayout = (curLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in reduceConfigLayout()
6522 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
6544 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
6809 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf