HomeSort by relevance Sort by last modified time
    Searched defs:screenLayoutSize (Results 1 - 6 of 6) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/
FrontDoor.java 44 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
45 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) {
ViewContact.java 31 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
32 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_LARGE) {
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java 93 int screenLayoutSize;
108 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_SMALL;
112 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_XLARGE;
114 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_LARGE;
116 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_NORMAL;
131 if (screenLayoutSize < curSize) {
133 | screenLayoutSize;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 160 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
161 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) {
  /frameworks/base/core/java/android/content/res/
Configuration.java 192 int screenLayoutSize;
203 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL;
211 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE;
215 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE;
217 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL;
247 if (screenLayoutSize < curSize) {
248 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 126 String8 screenLayoutSize;

Completed in 248 milliseconds