Home
last modified time | relevance | path

Searched refs:screenRound (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/native/android/
Dconfiguration.cpp199 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound) { in AConfiguration_setScreenRound() argument
201 | (screenRound&ResTable_config::MASK_SCREENROUND); in AConfiguration_setScreenRound()
/frameworks/native/include/android/
Dconfiguration.h652 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2690 const int screenRound = screenLayout2 & MASK_SCREENROUND; in match() local
2692 if (screenRound != 0 && screenRound != setScreenRound) { in match()