Searched refs:screenLong (Results 1 – 3 of 3) sorted by relevance
199 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong) { in AConfiguration_setScreenLong() argument201 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG); in AConfiguration_setScreenLong()
646 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong);
2747 const int screenLong = screenLayout&MASK_SCREENLONG; in match() local2749 if (screenLong != 0 && screenLong != setScreenLong) { in match()