Searched refs:SCREENLAYOUT_LONG_MASK (Results 1 – 3 of 3) sorted by relevance
121 public static final int SCREENLAYOUT_LONG_MASK = 0x30; field in Configuration185 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()241 curLayout = (curLayout&~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO; in reduceScreenLayout()683 switch ((screenLayout&SCREENLAYOUT_LONG_MASK)) { in toString()688 sb.append(screenLayout&SCREENLAYOUT_LONG_MASK); break; in toString()
200 NO DOC BLOCK: android.content.res.Configuration Field SCREENLAYOUT_LONG_MASK
7616 field public static final int SCREENLAYOUT_LONG_MASK = 48; // 0x30