Home
last modified time | relevance | path

Searched refs:JELLY_BEAN_MR1 (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/
H A DSensor.java1001 && sdkLevel <= Build.VERSION_CODES.JELLY_BEAN_MR1) { in getMaxLengthValuesArray()
/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListView.java19 import static android.os.Build.VERSION_CODES.JELLY_BEAN_MR1;
294 return targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()
H A DRelativeLayout.java19 import static android.os.Build.VERSION_CODES.JELLY_BEAN_MR1;
273 mAllowBrokenMeasureSpecs = version <= Build.VERSION_CODES.JELLY_BEAN_MR1; in queryCompatibilityModes()
1302 mIsRtlCompatibilityMode = (targetSdkVersion < JELLY_BEAN_MR1 || in LayoutParams()
H A DImageView.java259 sCompatAdjustViewBounds = targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR1; in initImageView()
H A DTextView.java618 mIsRtlCompatibilityMode = targetSdkVersion < VERSION_CODES.JELLY_BEAN_MR1 in Drawables()
/aosp14/frameworks/base/core/java/android/os/
H A DBuild.java842 public static final int JELLY_BEAN_MR1 = 17; field in Build.VERSION_CODES
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedProviderUtils.java93 targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1)); in parseProvider()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java243 if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.JELLY_BEAN_MR1) { in getDefaultWallpaperSize()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2811 <= Build.VERSION_CODES.JELLY_BEAN_MR1) { in updateLegacyCapabilitiesLocked()
3103 <= Build.VERSION_CODES.JELLY_BEAN_MR1) { in canRequestAndRequestsTouchExplorationLocked()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java19 import static android.os.Build.VERSION_CODES.JELLY_BEAN_MR1;
8642 if (targetSdkVersion < JELLY_BEAN_MR1 || !hasRtlSupport) { in MarginLayoutParams()
H A DView.java5505 sUseBrokenMakeMeasureSpec = targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR1; in View()
13158 if (targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1) { in getLayoutDirection()
21566 return targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1 || !hasRtlSupport(); in isRtlCompatibilityMode()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java5094 if (owner.applicationInfo.targetSdkVersion < Build.VERSION_CODES.JELLY_BEAN_MR1) { in parseProvider()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32638 field public static final int JELLY_BEAN_MR1 = 17; // 0x11