Searched refs:onDragUpdate (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleDragController.java | 141 protected void onDragUpdate(float x, float y, float newTx, float newTy) { in setupBubbleView() 144 mBubblePinController.onDragUpdate(x, y); in setupBubbleView() 207 protected void onDragUpdate(float x, float y, float newTx, float newTy) { in setupBubbleBarView() 210 mBubbleBarPinController.onDragUpdate(x, y); in setupBubbleBarView() 303 protected abstract void onDragUpdate(float x, float y, float newTx, float newTy); in onDragUpdate() method in BubbleDragController.BubbleTouchListener 450 onDragUpdate(x, y, newTx, newTy); in drag()
|