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

/frameworks/base/native/android/
H A Dconfiguration.cpp204 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound) { argument
206 | (screenRound&ResTable_config::MASK_SCREENROUND);
/frameworks/native/include/android/
H A Dconfiguration.h652 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2759 const int screenRound = screenLayout2 & MASK_SCREENROUND; local
2761 if (screenRound != 0 && screenRound != setScreenRound) {
3204 res.appendFormat("screenRound=%d", dtohs(screenLayout2&MASK_SCREENROUND));

Completed in 78 milliseconds