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

/frameworks/base/native/android/
H A Dconfiguration.cpp190 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong) { argument
192 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG);
/frameworks/native/include/android/
H A Dconfiguration.h283 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1942 const int screenLong = screenLayout&MASK_SCREENLONG; local
1944 if (screenLong != 0 && screenLong != setScreenLong) {

Completed in 565 milliseconds