Home | History | Annotate | Download | only in androidfw

Lines Matching refs:MASK_SCREENLONG

1600         if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) {
1601 if (!(screenLayout & MASK_SCREENLONG)) return false;
1602 if (!(o.screenLayout & MASK_SCREENLONG)) return true;
1773 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0
1774 && (requested->screenLayout & MASK_SCREENLONG)) {
1775 return (screenLayout & MASK_SCREENLONG);
1947 const int screenLong = screenLayout&MASK_SCREENLONG;
1948 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG;
2113 if ((screenLayout&MASK_SCREENLONG) != 0) {
2115 switch (screenLayout&ResTable_config::MASK_SCREENLONG) {
2124 dtohs(screenLayout&ResTable_config::MASK_SCREENLONG));