Searched refs:screenRound (Results 1 – 3 of 3) sorted by relevance
199 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound) { in AConfiguration_setScreenRound() argument201 | (screenRound&ResTable_config::MASK_SCREENROUND); in AConfiguration_setScreenRound()
652 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound);
2690 const int screenRound = screenLayout2 & MASK_SCREENROUND; in match() local2692 if (screenRound != 0 && screenRound != setScreenRound) { in match()