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

  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ViewContact.java 31 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
32 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_LARGE) {
FrontDoor.java 44 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
45 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) {
  /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.cpp 624 this->screenLayoutSize = layoutsize;
662 s += screenLayoutSize;
730 if (this->screenLayoutSize != "") {
734 s += screenLayoutSize;
    [all...]
AaptAssets.h 131 String8 screenLayoutSize;

Completed in 501 milliseconds