Home
last modified time | relevance | path

Searched refs:screenLayoutSize (Results 1 – 3 of 3) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/
DViewContact.java31 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in onCreate() local
32 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_LARGE) { in onCreate()
DFrontDoor.java44 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in onCreate() local
45 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) { in onCreate()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactsListFragment.java160 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getListItemResId() local
161 if (screenLayoutSize == Configuration.SCREENLAYOUT_SIZE_XLARGE) { in getListItemResId()