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 309 mDimAnimator = ObjectAnimator.ofFloat(this, DIM_ALPHA, getDimAlpha(), in updateViewPropertiesToTaskTransform() 557 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this, in onStartLaunchTargetEnterAnimation() 583 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this, in onStartLaunchTargetLaunchAnimation() 584 DIM_ALPHA, getDimAlpha(), 0)); in onStartLaunchTargetLaunchAnimation()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
D | AnimationProps.java | 53 public static final int DIM_ALPHA = 7; field in AnimationProps
|