Home
last modified time | relevance | path

Searched refs:animatedValue (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp88 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
93 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local
94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()
98 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
108 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
109 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt112 addUpdateListener { currentAnimatedView?.view?.alpha = animatedValue as Float } in onSystemEventAnimationBegin()
119 addUpdateListener { currentAnimatedView?.contentView?.alpha = animatedValue as Float } in onSystemEventAnimationBegin()
125 addUpdateListener { updateAnimatedViewBoundsWidth(animatedValue as Int) } in onSystemEventAnimationBegin()
154 updateAnimatedViewBoundsWidth(animatedValue as Int) in createMoveOutAnimationForDot()
163 updateAnimatedViewBoundsWidth(animatedValue as Int) in createMoveOutAnimationForDot()
174 updateAnimatedViewBoundsHeight(animatedValue as Int, chipVerticalCenter) in createMoveOutAnimationForDot()
183 updateAnimatedViewBoundsHeight(animatedValue as Int, chipVerticalCenter) in createMoveOutAnimationForDot()
196 animatedValue as Int in createMoveOutAnimationForDot()
198 -(animatedValue as Int) in createMoveOutAnimationForDot()
214 addUpdateListener { currentAnimatedView?.view?.alpha = animatedValue as Float } in createMoveOutAnimationDefault()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarSystemEventAnimator.kt74 onTranslationXChanged(-(translationXIn * animatedValue as Float)) in onSystemEventAnimationBegin()
81 onAlphaChanged(animatedValue as Float) in onSystemEventAnimationBegin()
97 onTranslationXChanged(translationXOut * animatedValue as Float) in onSystemEventAnimationFinish()
105 onAlphaChanged(animatedValue as Float) in onSystemEventAnimationFinish()
DMultiSourceMinAlphaController.kt58 animator.addUpdateListener { updateAlpha(animator.animatedValue as Float, sourceId) } in animateToAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleView.kt128 dwellShader.progress = animator.animatedValue as Float in <lambda>()
141 animator.animatedValue as Int in <lambda>()
180 animator.animatedValue as Int in <lambda>()
216 dwellShader.progress = animator.animatedValue as Float in <lambda>()
229 dwellShader.progress = animator.animatedValue as Float in <lambda>()
267 rippleShader.rawProgress = animator.animatedValue as Float in <lambda>()
DUdfpsAnimationViewController.kt123 addUpdateListener { animatedValue -> in <lambda>() method
124 view.setDialogSuggestedAlpha(animatedValue.animatedValue as Float) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt114 child.alpha = it.animatedValue as Float in <lambda>()
135 view.alpha = it.animatedValue as Float in <lambda>()
202 ColorStateList.valueOf(Color.argb(it.animatedValue as Float, 0f, 0f, 0f)) in <lambda>()
224 animator.addUpdateListener { view.translationX = it.animatedValue as Float } in <lambda>()
244 view.translationX = it.animatedValue as Float in <lambda>()
267 actionContainer.translationY = it.animatedValue as Float in <lambda>()
287 val progress = it.animatedValue as Float in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/transitions/
DBaseBlueprintTransition.kt58 addUpdateListener { view.alpha = it.animatedValue as Float } in <lambda>()
72 addUpdateListener { view.alpha = it.animatedValue as Float } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt204 val animatedValue = animation.animatedValue as Float in <lambda>() constant
210 (1f - animatedValue) * in <lambda>()
216 .withAlpha(animatedValue) in <lambda>()
DKeyguardUnlockAnimationController.kt341 surfaceBehindAlpha = valueAnimator.animatedValue as Float in <lambda>()
371 setWallpaperAppearAmount(valueAnimator.animatedValue as Float) in <lambda>()
387 surfaceBehindAlpha = valueAnimator.animatedValue as Float in <lambda>()
388 setSurfaceBehindAppearAmount(valueAnimator.animatedValue as Float) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMoveToDesktopAnimator.kt33 get() = dragToDesktopAnimator.animatedValue as Float * startBounds.width()
35 get() = dragToDesktopAnimator.animatedValue as Float
DResizeVeil.kt220 veilAnimT.setAlpha(background, animatedValue as Float) in showVeil()
238 iconAnimT.setAlpha(icon, animatedValue as Float) in showVeil()
347 .setAlpha(background, animatedValue as Float) in hideVeil()
348 .setAlpha(icon, animatedValue as Float) in hideVeil()
DHandleImageButton.kt62 scaleX = animator.animatedValue as Float in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractAnimationController.java224 final float animatedValue = (float) dismissAnimation.getAnimatedValue(); in createMagnetizedObjectAndAnimator()
225 final float scaleValue = Math.max(animatedValue, mSizePercent); in createMagnetizedObjectAndAnimator()
229 mMenuView.setAlpha(Math.max(animatedValue, ANIMATING_MAX_ALPHA)); in createMagnetizedObjectAndAnimator()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxEffect.kt93 val progress = it.animatedValue as Float in playEaseIn()
139 val progress = it.animatedValue as Float in playEaseOut()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt404 val animatedValue = animateSceneFloatAsState(value, key) in <lambda>() constant
405 LaunchedEffect(animatedValue) { in <lambda>()
406 snapshotFlow { animatedValue.value } in <lambda>()
465 val animatedValue = animateSceneFloatAsState(value, key) in animatedValueDoesNotOverscrollWhenOverscrollIsSpecified() constant
466 LaunchedEffect(animatedValue) { in animatedValueDoesNotOverscrollWhenOverscrollIsSpecified()
467 snapshotFlow { animatedValue.value }.collect { lastValues[sceneKey] = it } in animatedValueDoesNotOverscrollWhenOverscrollIsSpecified()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DLightSourceDrawable.kt95 rippleData.alpha = it.animatedValue as Float in <lambda>()
214 rippleData.alpha = it.animatedValue as Float in illuminate()
222 rippleData.progress = it.animatedValue as Float in illuminate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/compose/
DBrightnessSlider.kt59 val animatedValue by constant
65 value = animatedValue.toFloat(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DFaceScanningOverlay.kt311 rimProgress = animator.animatedValue as Float in updateRimProgress()
316 cameraProtectionProgress = animator.animatedValue as Float in updateCameraProtectionProgress()
321 rimPaint.alpha = animator.animatedValue as Int in updateRimAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayAnimationsController.kt275 mCurrentBlurRadius = animator.animatedValue as Float in <lambda>()
301 alpha = va.animatedValue as Float, in <lambda>()
327 setElementsTranslationYAtPosition(va.animatedValue as Float, position) in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseView.kt129 val progress = updateListener.animatedValue as Float in <lambda>()
175 val progress = updateListener.animatedValue as Float in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayAnimationsControllerTest.kt130 it.animatedValue == DREAM_IN_TRANSLATION_Y_DISTANCE.toFloat() in testEntryAnimations_translatesUpwards()
153 it.animatedValue == -DREAM_IN_TRANSLATION_Y_DISTANCE.toFloat() in testEntryAnimations_translatesDownwards()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/loadingeffect/
DLoadingEffect.kt219 val progress = updateListener.animatedValue as Float in <lambda>()
302 val progress = updateListener.animatedValue as Float in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/
DRippleAnimation.kt50 val progress = updateListener.animatedValue as Float in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
DReceiverChipRippleView.kt81 val progress = updateListener.animatedValue as Float in <lambda>()

123