Searched refs:DIM_ALPHA (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskView.java | 99 public static final Property<TaskView, Float> DIM_ALPHA = field in TaskView 303 mDimAnimator = ObjectAnimator.ofFloat(this, DIM_ALPHA, getDimAlpha(), in updateViewPropertiesToTaskTransform() 546 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this, in onStartLaunchTargetEnterAnimation() 572 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this, in onStartLaunchTargetLaunchAnimation() 573 DIM_ALPHA, getDimAlpha(), 0)); in onStartLaunchTargetLaunchAnimation()
|
D | AnimationProps.java | 53 public static final int DIM_ALPHA = 7; field in AnimationProps
|