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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java186 boolean screenLayoutLong;
197 screenLayoutLong = false;
225 screenLayoutLong = true;
227 screenLayoutLong = false;
233 if (!screenLayoutLong) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp684 this->screenLayoutLong = layoutlong;
726 s += screenLayoutLong;
804 if (this->screenLayoutLong != "") {
808 s += screenLayoutLong;
1476 if (v == 0) v = screenLayoutLong.compare(o.screenLayoutLong);
1508 getScreenLayoutLongName(screenLayoutLong.string(), &params);
H A DAaptAssets.h127 String8 screenLayoutLong; member in struct:AaptGroupEntry

Completed in 79 milliseconds