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

/frameworks/base/native/android/
H A Dconfiguration.cpp199 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound) { argument
201 | (screenRound&ResTable_config::MASK_SCREENROUND);
/frameworks/native/include/android/
H A Dconfiguration.h609 void AConfiguration_setScreenRound(AConfiguration* config, int32_t screenRound);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2605 const int screenRound = screenLayout2 & MASK_SCREENROUND; local
2607 if (screenRound != 0 && screenRound != setScreenRound) {
2920 res.appendFormat("screenRound=%d", dtohs(screenLayout2&MASK_SCREENROUND));

Completed in 163 milliseconds