Searched refs:newTy (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() 143 bubbleView.setTranslationY(newTy); in setupBubbleView() 207 protected void onDragUpdate(float x, float y, float newTx, float newTy) { in setupBubbleBarView() 209 bubbleBarView.setTranslationY(newTy); in setupBubbleBarView() 303 protected abstract void onDragUpdate(float x, float y, float newTx, float newTy); in onDragUpdate() argument 449 final float newTy = mViewInitialPosition.y + dy; in drag() local 450 onDragUpdate(x, y, newTx, newTy); in drag()
|