/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | DynamicRangeProfiles.java | 59 public static final long STANDARD = field in DynamicRangeProfiles 155 {STANDARD, 207 if (elements[i] == STANDARD) { in DynamicRangeProfiles() 214 for (long profile = STANDARD; profile < PUBLIC_MAX; profile <<= 1) { in DynamicRangeProfiles() 227 standardConstraints.add(STANDARD); in DynamicRangeProfiles() 229 if (mProfileMap.get(profile).isEmpty() || mProfileMap.get(profile).contains(STANDARD)) { in DynamicRangeProfiles() 234 mProfileMap.put(STANDARD, standardConstraints); in DynamicRangeProfiles() 235 mLookahedLatencyMap.put(STANDARD, false); in DynamicRangeProfiles() 243 if (profile == STANDARD || profile == HLG10 || profile == HDR10 || profile == HDR10_PLUS in checkProfileValue()
|
H A D | ColorSpaceProfiles.java | 101 for (long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in ColorSpaceProfiles()
|
H A D | OutputConfiguration.java | 572 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration() 676 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/animation/ |
H A D | FakeLaunchAnimator.kt | 42 positionInterpolator = Interpolators.STANDARD, 43 positionXInterpolator = Interpolators.STANDARD, 44 contentBeforeFadeOutInterpolator = Interpolators.STANDARD, 45 contentAfterFadeInInterpolator = Interpolators.STANDARD
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipInterpolators.java | 30 public static final Interpolator STANDARD = new PathInterpolator(0.2f, 0.1f, 0f, 1f); field in TvPipInterpolators
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
H A D | Easings.kt | 30 val Standard = fromInterpolator(InterpolatorsAndroidX.STANDARD)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | FaceScanningOverlay.kt | 143 else if (faceAuthSucceeded) Interpolators.STANDARD 260 Interpolators.STANDARD 355 interpolator = Interpolators.STANDARD
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/ |
H A D | RippleShader.kt | 192 private val STANDARD: Interpolator = PathInterpolator(0.2f, 0f, 0f, 1f) 220 progress = STANDARD.getInterpolation(value)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPinBasedInputView.java | 227 scaleDownAnimator.setInterpolator(Interpolators.STANDARD); in startErrorAnimation() 235 scaleUpAnimator.setInterpolator(Interpolators.STANDARD); in startErrorAnimation()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | CameraStreamStats.java | 71 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in CameraStreamStats()
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 1043 interpolator = Interpolators.STANDARD
|
H A D | ViewHierarchyAnimator.kt | 40 private val DEFAULT_INTERPOLATOR = Interpolators.STANDARD
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShelf.java | 483 final float fractionToShade = Interpolators.STANDARD.getInterpolation( in updateAppearance()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraAdvancedExtensionSessionImpl.java | 140 if (c.getDynamicRangeProfile() != DynamicRangeProfiles.STANDARD) { in createCameraAdvancedExtensionSession()
|
H A D | CameraExtensionSessionImpl.java | 161 if (c.getDynamicRangeProfile() != DynamicRangeProfiles.STANDARD) { in createCameraExtensionSession()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 519 public static final short STANDARD = 0; field
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 2581 animator.setInterpolator(Interpolators.STANDARD);
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_tv_Tuner.cpp | 1219 case FrontendScanMessageType::STANDARD: { in executeOnScanMessage()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 19302 field public static final long STANDARD = 1L; // 0x1L
|