Home
last modified time | relevance | path

Searched refs:getContentAlpha (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java327 public AnimatedFloat getContentAlpha() { in getContentAlpha() method in OverviewActionsView
DRecentsView.java290 return view.getContentAlpha();
4804 public float getContentAlpha() { in getContentAlpha() method in RecentsView
4826 mActionsView.getContentAlpha().updateValue(mContentAlpha); in setContentAlpha()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java195 if (overview.getVisibility() != VISIBLE || overview.getContentAlpha() == 0) { in prepareForAtomicAnimation()