Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DRecentsHitboxExtenderTest.java68 mHitboxExtender.onAnimationProgressToOverview(0); in noRecentsButtonClick_notActive()
69 mHitboxExtender.onAnimationProgressToOverview(0.5f); in noRecentsButtonClick_notActive()
76 mHitboxExtender.onAnimationProgressToOverview(0); in recentsButtonClick_active()
77 mHitboxExtender.onAnimationProgressToOverview(0.5f); in recentsButtonClick_active()
83 mHitboxExtender.onAnimationProgressToOverview(1); in homeToTaskbar_notActive()
84 mHitboxExtender.onAnimationProgressToOverview(0.5f); in homeToTaskbar_notActive()
91 mHitboxExtender.onAnimationProgressToOverview(0); in animationEndReset()
92 mHitboxExtender.onAnimationProgressToOverview(0.5f); in animationEndReset()
94 mHitboxExtender.onAnimationProgressToOverview(1); in animationEndReset()
101 mHitboxExtender.onAnimationProgressToOverview(0); in motionWithinHitbox()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DRecentsHitboxExtender.java74 public void onAnimationProgressToOverview(float progress) { in onAnimationProgressToOverview() method in RecentsHitboxExtender
DNavbarButtonsViewController.java1078 mHitboxExtender.onAnimationProgressToOverview(alignment); in updateTaskbarAlignment()