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 92 int screenLayoutSize;
107 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_SMALL;
111 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_XLARGE;
113 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_LARGE;
115 screenLayoutSize = Configuration.SCREENLAYOUT_SIZE_NORMAL;
130 if (screenLayoutSize < curSize) {
132 | 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/tools/aapt/
AaptAssets.h 124 String8 screenLayoutSize;
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 676 milliseconds