Home
last modified time | relevance | path

Searched refs:MAX_PAGE_SCRIM_ALPHA (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java116 public static final float MAX_PAGE_SCRIM_ALPHA = 0.4f; field in TaskView
585 mSnapshotView.setDimAlpha(curveInterpolation * MAX_PAGE_SCRIM_ALPHA); in onPageScroll()
DTaskMenuView.java269 closing ? 0 : TaskView.MAX_PAGE_SCRIM_ALPHA)); in animateOpenOrClosed()