OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCREENLAYOUT_SIZE_XLARGE
(Results
1 - 19
of
19
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/
FrontDoor.java
45
if (screenLayoutSize == Configuration.
SCREENLAYOUT_SIZE_XLARGE
) {
/cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java
74
boolean isXLarge = screenSize == Configuration.
SCREENLAYOUT_SIZE_XLARGE
;
/cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java
82
assertEquals(Configuration.
SCREENLAYOUT_SIZE_XLARGE
, screenLayout);
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java
45
screenSize == Configuration.
SCREENLAYOUT_SIZE_XLARGE
;
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java
161
if (screenLayoutSize == Configuration.
SCREENLAYOUT_SIZE_XLARGE
) {
/frameworks/base/core/java/android/view/
ViewConfiguration.java
269
if (config.isLayoutSizeAtLeast(Configuration.
SCREENLAYOUT_SIZE_XLARGE
)) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java
321
config.screenLayout |= Configuration.
SCREENLAYOUT_SIZE_XLARGE
;
/cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java
356
config.setProperty(Properties.SCREENLAYOUT, Configuration.
SCREENLAYOUT_SIZE_XLARGE
);
560
config.setProperty(Properties.SCREENLAYOUT, Configuration.
SCREENLAYOUT_SIZE_XLARGE
);
722
config.setProperty(Properties.SCREENLAYOUT, Configuration.
SCREENLAYOUT_SIZE_XLARGE
);
[
all
...]
/frameworks/base/core/java/android/content/res/
CompatibilityInfo.java
199
case Configuration.
SCREENLAYOUT_SIZE_XLARGE
:
Configuration.java
89
public static final int
SCREENLAYOUT_SIZE_XLARGE
= 0x04;
110
* {@link #SCREENLAYOUT_SIZE_LARGE}, or {@link #
SCREENLAYOUT_SIZE_XLARGE
}.
127
* {@link #
SCREENLAYOUT_SIZE_XLARGE
}.
371
case
SCREENLAYOUT_SIZE_XLARGE
: sb.append(" xlrg"); break;
[
all
...]
/frameworks/base/core/java/android/app/
ActivityManager.java
[
all
...]
/packages/apps/Email/src/com/android/email/activity/
MessageListItem.java
459
if (config.isLayoutSizeAtLeast(Configuration.
SCREENLAYOUT_SIZE_XLARGE
)) {
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java
396
== Configuration.
SCREENLAYOUT_SIZE_XLARGE
;
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
Utils.java
569
Configuration.
SCREENLAYOUT_SIZE_XLARGE
) != 0;
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
521
Configuration.
SCREENLAYOUT_SIZE_XLARGE
;
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 751 milliseconds