Home
last modified time | relevance | path

Searched refs:STANDARD (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DDynamicRangeProfiles.java59 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 DColorSpaceProfiles.java101 for (long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in ColorSpaceProfiles()
H A DOutputConfiguration.java572 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 DFakeLaunchAnimator.kt42 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 DTvPipInterpolators.java30 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 DEasings.kt30 val Standard = fromInterpolator(InterpolatorsAndroidX.STANDARD)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DFaceScanningOverlay.kt143 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 DRippleShader.kt192 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 DKeyguardPinBasedInputView.java227 scaleDownAnimator.setInterpolator(Interpolators.STANDARD); in startErrorAnimation()
235 scaleUpAnimator.setInterpolator(Interpolators.STANDARD); in startErrorAnimation()
/aosp14/frameworks/base/core/java/android/hardware/
H A DCameraStreamStats.java71 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in CameraStreamStats()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt1043 interpolator = Interpolators.STANDARD
H A DViewHierarchyAnimator.kt40 private val DEFAULT_INTERPOLATOR = Interpolators.STANDARD
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java483 final float fractionToShade = Interpolators.STANDARD.getInterpolation( in updateAppearance()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraAdvancedExtensionSessionImpl.java140 if (c.getDynamicRangeProfile() != DynamicRangeProfiles.STANDARD) { in createCameraAdvancedExtensionSession()
H A DCameraExtensionSessionImpl.java161 if (c.getDynamicRangeProfile() != DynamicRangeProfiles.STANDARD) { in createCameraExtensionSession()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java519 public static final short STANDARD = 0; field
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java2581 animator.setInterpolator(Interpolators.STANDARD);
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp1219 case FrontendScanMessageType::STANDARD: { in executeOnScanMessage()
/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.txt19302 field public static final long STANDARD = 1L; // 0x1L