HomeSort by relevance Sort by last modified time
    Searched refs:DIM_ALPHA (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 99 public static final Property<TaskView, Float> DIM_ALPHA =
303 mDimAnimator = ObjectAnimator.ofFloat(this, DIM_ALPHA, getDimAlpha(),
546 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this,
572 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this,
573 DIM_ALPHA, getDimAlpha(), 0));
AnimationProps.java 53 public static final int DIM_ALPHA = 7;

Completed in 355 milliseconds