Home
last modified time | relevance | path

Searched refs:DIM_ALPHA (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java98 public static final Property<TaskView, Float> DIM_ALPHA = field in TaskView
308 mDimAnimator = ObjectAnimator.ofFloat(this, DIM_ALPHA, getDimAlpha(), in updateViewPropertiesToTaskTransform()
556 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this, in onStartLaunchTargetEnterAnimation()
582 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this, in onStartLaunchTargetLaunchAnimation()
583 DIM_ALPHA, getDimAlpha(), 0)); in onStartLaunchTargetLaunchAnimation()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/
DAnimationProps.java53 public static final int DIM_ALPHA = 7; field in AnimationProps