Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java246 final FloatingIconView mFIV; field in SwipeUpAnimationLogic.SpringAnimationRunner
261 mFIV = factory.mIconView; in SpringAnimationRunner()
270 mWindowAlphaThreshold = mFIV != null ? 1f - SHAPE_PROGRESS_DURATION : 1f; in SpringAnimationRunner()
285 if (mFIV != null) { in onUpdate()
286 mFIV.update(currentRect, 1f, progress, in onUpdate()
301 if (mFIV != null) { in onCancel()
302 mFIV.fastFinish(); in onCancel()