Searched refs:createWindowAnimationToHome (Results 1 – 3 of 3) sorted by relevance
394 RectFSpringAnim anim = createWindowAnimationToHome(mCurrentShift.value, duration); in finishAnimationTargetSet()439 private RectFSpringAnim createWindowAnimationToHome(float startProgress, long duration) { in createWindowAnimationToHome() method in FallbackNoButtonInputConsumer454 return createWindowAnimationToHome(startProgress, factory); in createWindowAnimationToHome()
896 RectFSpringAnim windowAnim = createWindowAnimationToHome(start, homeAnimFactory); in animateToProgressInternal()968 protected RectFSpringAnim createWindowAnimationToHome(float startProgress, in createWindowAnimationToHome() method971 super.createWindowAnimationToHome(startProgress, homeAnimationFactory); in createWindowAnimationToHome()
367 protected RectFSpringAnim createWindowAnimationToHome(float startProgress, in createWindowAnimationToHome() method in BaseSwipeUpHandler