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.java188 public AlphaProperty getContentAlpha() { in getContentAlpha() method in OverviewActionsView
DRecentsView.java196 return view.getContentAlpha();
2648 public float getContentAlpha() { in getContentAlpha() method in RecentsView
2668 mActionsView.getContentAlpha().setValue(mContentAlpha); in setContentAlpha()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java152 if (overview.getVisibility() != VISIBLE || overview.getContentAlpha() == 0) { in prepareForAtomicAnimation()