Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DOverviewActionsView.java191 public AlphaProperty getContentAlpha() { in getContentAlpha() method in OverviewActionsView
DRecentsView.java167 return view.getContentAlpha();
1608 public float getContentAlpha() { in getContentAlpha() method in RecentsView
1628 mActionsView.getContentAlpha().setValue(mContentAlpha); in setContentAlpha()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java214 if (overview.getVisibility() != VISIBLE || overview.getContentAlpha() == 0) { in prepareForAtomicAnimation()