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

/frameworks/base/native/android/
H A Dconfiguration.cpp185 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong) { argument
187 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG);
/frameworks/base/native/include/android/
H A Dconfiguration.h275 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong);
/frameworks/base/include/utils/
H A DResourceTypes.h1484 const int screenLong = screenLayout&MASK_SCREENLONG; local
1486 if (screenLong != 0 && screenLong != setScreenLong) {

Completed in 166 milliseconds