Searched refs:CONTENT_ALPHA (Results 1 – 6 of 6) sorted by relevance
24 import static com.android.quickstep.views.RecentsView.CONTENT_ALPHA;128 return CONTENT_ALPHA; in getContentAlphaProperty()
50 RecentsView.CONTENT_ALPHA, values); in createStateElementAnimation()
46 import static com.android.quickstep.views.RecentsView.CONTENT_ALPHA;241 xAnim.addFloat(mRecentsView, CONTENT_ALPHA, 0f, 1f, LINEAR); in setupOverviewAnimators()
502 ? ObjectAnimator.ofFloat(recentsView, RecentsView.CONTENT_ALPHA, 0) in composeRecentsLaunchAnimator()
563 RecentsView.CONTENT_ALPHA, alphas); in composeViewContentAnimator()
187 public static final FloatProperty<RecentsView> CONTENT_ALPHA = field in RecentsView