Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dconfiguration.cpp199 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong) { in AConfiguration_setScreenLong() argument
201 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG); in AConfiguration_setScreenLong()
/frameworks/native/include/android/
Dconfiguration.h646 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2747 const int screenLong = screenLayout&MASK_SCREENLONG; in match() local
2749 if (screenLong != 0 && screenLong != setScreenLong) { in match()