Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleDragController.java141 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()