Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.cpp663 this->screenLayoutLong = layoutlong; in initFromDirName()
702 s += screenLayoutLong; in toString()
774 if (this->screenLayoutLong != "") { in toDirName()
778 s += screenLayoutLong; in toDirName()
1423 if (v == 0) v = screenLayoutLong.compare(o.screenLayoutLong); in compare()
1454 getScreenLayoutLongName(screenLayoutLong.string(), &params); in toParams()
DAaptAssets.h125 String8 screenLayoutLong; member
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java6302 boolean screenLayoutLong; in reduceConfigLayout()
6322 screenLayoutLong = false; in reduceConfigLayout()
6350 screenLayoutLong = true; in reduceConfigLayout()
6352 screenLayoutLong = false; in reduceConfigLayout()
6358 if (!screenLayoutLong) { in reduceConfigLayout()