Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java595 static RunningWindowAnim wrap(RectFSpringAnim rectFSpringAnim) { in wrap() argument
599 rectFSpringAnim.end(); in wrap()
604 rectFSpringAnim.cancel(); in wrap()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1616 RectFSpringAnim rectFSpringAnim = null; in createWallpaperOpenAnimations() local
1642 rectFSpringAnim = getClosingWindowAnimators( in createWallpaperOpenAnimations()
1653 mLauncher, rectFSpringAnim, in createWallpaperOpenAnimations()
1654 rectFSpringAnim.getTargetRect()).getAnimators()); in createWallpaperOpenAnimations()
1695 if (fromPredictiveBack && rectFSpringAnim != null) { in createWallpaperOpenAnimations()
1696 rectFSpringAnim.addAnimatorListener(endListener); in createWallpaperOpenAnimations()
1720 return new Pair(rectFSpringAnim, anim); in createWallpaperOpenAnimations()