Home
last modified time | relevance | path

Searched refs:FLAG_RESIZEABLE_FOR_SCREENS (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DCompatibilityModeTest.java19 import static android.content.pm.ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS;
75 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeEnabled_oldApp_supportAllScreens_usesCompatMode()
86 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeEnabled_oldApp_supportSomeScreens_usesCompatMode()
114 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeDisabled_oldApp_supportAllScreens_usesCompatMode()
125 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeDisabled_oldApp_supportSomeScreens_usesCompatMode()
155 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeEnabled_newApp_supportAllScreens_doesntUseCompatMode()
165 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeEnabled_newApp_supportSomeScreens_doesntUseCompatMode()
191 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeDisabled_newApp_supportAllScreens_doesntUseCompatMode()
201 | FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS in testGlobalCompatModeDisabled_newApp_supportSomeScreens_doesntUseCompatMode()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DAppInfoUtils.java55 | flag(pkg.isResizeable(), ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS) in appInfoFlags()
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java63 | ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS in init()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java279 public static final int FLAG_RESIZEABLE_FOR_SCREENS = 1<<12; field in ApplicationInfo
2261 FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS | in disableCompatibilityMode()
2273 FLAG_SUPPORTS_SMALL_SCREENS | FLAG_RESIZEABLE_FOR_SCREENS | in usesCompatibilityMode()
DPackageParser.java2497 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS; in parseBaseApkCommon()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java252 if ((appInfo.flags & ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS) != 0) { in CompatibilityInfo()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java959 | flag(pkg.isResizeable(), ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS) in appInfoFlags()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8379 field public static final int FLAG_RESIZEABLE_FOR_SCREENS = 4096; // 0x1000
/frameworks/base/core/api/
Dcurrent.txt12195 field public static final int FLAG_RESIZEABLE_FOR_SCREENS = 4096; // 0x1000