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