Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java135 public void onBubbleBarTouchedWhileAnimating() { in init()
136 BubbleBarViewController.this.onBubbleBarTouchedWhileAnimating(); in init()
157 private void onBubbleBarTouchedWhileAnimating() { in onBubbleBarTouchedWhileAnimating() method in BubbleBarViewController
158 mBubbleBarViewAnimator.onBubbleBarTouchedWhileAnimating(); in onBubbleBarTouchedWhileAnimating()
DBubbleBarView.java1154 mController.onBubbleBarTouchedWhileAnimating(); in onInterceptTouchEvent()
1257 void onBubbleBarTouchedWhileAnimating(); in onBubbleBarTouchedWhileAnimating() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt320 fun onBubbleBarTouchedWhileAnimating() { in <lambda>() method
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt148 animator.onBubbleBarTouchedWhileAnimating() in animateBubbleInForStashed_tapAnimatingBubble()