/frameworks/base/libs/hwui/ |
D | PropertyValuesHolder.cpp | 88 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/ |
D | SystemEventChipAnimationController.kt | 112 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/ |
D | StatusBarSystemEventAnimator.kt | 74 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()
|
D | MultiSourceMinAlphaController.kt | 58 animator.addUpdateListener { updateAlpha(animator.animatedValue as Float, sourceId) } in animateToAlpha()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleView.kt | 128 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>()
|
D | UdfpsAnimationViewController.kt | 123 addUpdateListener { animatedValue -> in <lambda>() method 124 view.setDialogSuggestedAlpha(animatedValue.animatedValue as Float) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/ |
D | ScreenshotAnimationController.kt | 114 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/ |
D | BaseBlueprintTransition.kt | 58 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/ |
D | WindowManagerOcclusionManager.kt | 204 val animatedValue = animation.animatedValue as Float in <lambda>() constant 210 (1f - animatedValue) * in <lambda>() 216 .withAlpha(animatedValue) in <lambda>()
|
D | KeyguardUnlockAnimationController.kt | 341 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/ |
D | MoveToDesktopAnimator.kt | 33 get() = dragToDesktopAnimator.animatedValue as Float * startBounds.width() 35 get() = dragToDesktopAnimator.animatedValue as Float
|
D | ResizeVeil.kt | 220 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()
|
D | HandleImageButton.kt | 62 scaleX = animator.animatedValue as Float in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | DragToInteractAnimationController.java | 224 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/ |
D | GlowBoxEffect.kt | 93 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/ |
D | AnimatedSharedAsStateTest.kt | 404 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/ |
D | LightSourceDrawable.kt | 95 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/ |
D | BrightnessSlider.kt | 59 val animatedValue by constant 65 value = animatedValue.toFloat(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | FaceScanningOverlay.kt | 311 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/ |
D | DreamOverlayAnimationsController.kt | 275 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/ |
D | TurbulenceNoiseView.kt | 129 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/ |
D | DreamOverlayAnimationsControllerTest.kt | 130 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/ |
D | LoadingEffect.kt | 219 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/ |
D | RippleAnimation.kt | 50 val progress = updateListener.animatedValue as Float in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/ |
D | ReceiverChipRippleView.kt | 81 val progress = updateListener.animatedValue as Float in <lambda>()
|