Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt173 bubbleStashController.updateTaskbarTouchRegion() in <lambda>()
184 bubbleStashController.updateTaskbarTouchRegion() in <lambda>()
200 bubbleStashController.updateTaskbarTouchRegion() in <lambda>()
243 bubbleStashController.updateTaskbarTouchRegion() in <lambda>()
268 bubbleStashController.updateTaskbarTouchRegion() in <lambda>()
291 bubbleStashController.updateTaskbarTouchRegion() in <lambda>()
311 animator.addUpdateListener { _, _ -> bubbleStashController.updateTaskbarTouchRegion() } in <lambda>()
314 bubbleStashController.updateTaskbarTouchRegion() in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java404 public void updateTaskbarTouchRegion() { in updateTaskbarTouchRegion() method in BubbleStashController
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt143 verify(bubbleStashController, atLeastOnce()).updateTaskbarTouchRegion() in animateBubbleInForStashed_tapAnimatingBubble()