Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java252 final float mWindowAlphaThreshold; field in SwipeUpAnimationLogic.SpringAnimationRunner
270 mWindowAlphaThreshold = mFIV != null ? 1f - SHAPE_PROGRESS_DURATION : 1f; in SpringAnimationRunner()
287 mWindowAlphaThreshold, mMatrix.mapRadius(cornerRadius), false); in onUpdate()