Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DBaseCardView.java219 protected void onSetFocusAnimatedValue(float animatedValue) { in onSetFocusAnimatedValue() argument
222 float scale = 1f + (mVerticalCardMargin / cardViewHeight) * animatedValue; in onSetFocusAnimatedValue()
225 setTranslationZ(mFocusTranslationZ * animatedValue); in onSetFocusAnimatedValue()
233 * animatedValue) in onSetFocusAnimatedValue()
240 setTextViewFocusedAlpha(animatedValue); in onSetFocusAnimatedValue()
245 private void setFocusAnimatedValue(float animatedValue) { in setFocusAnimatedValue() argument
246 mFocusAnimatedValue = animatedValue; in setFocusAnimatedValue()
247 onSetFocusAnimatedValue(animatedValue); in setFocusAnimatedValue()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DBackgroundAnimationHelper.kt64 bannerTranslateAnimator.addUpdateListener { banner.y = (it.animatedValue as Int).toFloat() } in animateBanner()
66 .addUpdateListener { appsGridBackground.y = (it.animatedValue as Int).toFloat() } in animateBanner()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSlideInRemoteTransition.kt80 t.setPosition(it, anim.animatedValue as Float * targetX, 0f) in startAnimation()
90 t.setPosition(it, (1f - anim.animatedValue as Float) * -targetX, 0f) in startAnimation()
DFadeOutRemoteTransition.kt52 closingControls.forEach { t.setAlpha(it, anim.animatedValue as Float) } in startAnimation()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/animation/view/
DLoadingAnimation.kt127 transitionProgress = it.animatedValue as Float in <lambda>()
185 val progress = it.animatedValue as Float in <lambda>()
247 transitionProgress = it.animatedValue as Float in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderPreviewAnimation.kt132 val progress = updatedAnimation.animatedValue as Float in onAnimationUpdate()
152 animator = ObjectAnimator.ofFloat((animator.animatedValue as Float), 0f) in finishAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarEduTooltip.kt195 val alpha = it.animatedValue as Float in createOpenCloseAnimator()
205 val translationY = it.animatedValue as Float in createOpenCloseAnimator()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/udfps/ui/widget/
DUdfpsEnrollIconV2.kt185 sensorLeftOffset = it.animatedValue as Float in <lambda>()
191 sensorTopOffset = it.animatedValue as Float in <lambda>()
/packages/apps/DeskClock/src/com/android/deskclock/
DBaseActivity.kt105 @ColorInt val color = valueAnimator.animatedValue as Int in onAnimationUpdate()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java381 float animatedValue = (Float) animation.getAnimatedValue();
382 setViewClipBounds((int) animatedValue);
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DWallpaperQuickSwitchOptionBinder.kt177 addUpdateListener { setWidth(it.animatedValue as Int) } in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/filters/
DFilterChip.kt140 view.layoutParams.width = it.animatedValue as Int in <lambda>()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DMoreIssuesHeaderView.kt215 cornerRadii.fill(it.animatedValue as Float, fromIndex = 4, toIndex = 8) in <lambda>()