Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp2748 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG; in match() local
2749 if (screenLong != 0 && screenLong != setScreenLong) { in match()