Searched refs:screenRound (Results 1 – 2 of 2) sorted by relevance
204 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound) { in AConfiguration_setScreenRound() argument206 | (screenRound&ResTable_config::MASK_SCREENROUND); in AConfiguration_setScreenRound()
2921 const int screenRound = screenLayout2 & MASK_SCREENROUND; in match() local2923 if (screenRound != 0 && screenRound != setScreenRound) { in match()