Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/android/
H A Dconfiguration.cpp204 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound) { in AConfiguration_setScreenRound() argument
206 | (screenRound&ResTable_config::MASK_SCREENROUND); in AConfiguration_setScreenRound()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2921 const int screenRound = screenLayout2 & MASK_SCREENROUND; in match() local
2923 if (screenRound != 0 && screenRound != setScreenRound) { in match()