HomeSort by relevance Sort by last modified time
    Searched defs:screenLayoutSize (Results 1 - 4 of 4) 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) {
  /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 131 String8 screenLayoutSize;

Completed in 31 milliseconds