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

/frameworks/base/native/android/
H A Dconfiguration.cpp173 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong) { argument
175 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG);
/frameworks/base/native/include/android/
H A Dconfiguration.h266 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong);
/frameworks/base/include/utils/
H A DResourceTypes.h1408 const int screenLong = screenLayout&MASK_SCREENLONG; local
1410 if (setScreenLong != 0 && screenLong != 0
1411 && screenLong != setScreenLong) {

Completed in 42 milliseconds