Home
last modified time | relevance | path

Searched refs:newTx (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()
142 bubbleView.setDragTranslationX(newTx); in setupBubbleView()
207 protected void onDragUpdate(float x, float y, float newTx, float newTy) { in setupBubbleBarView()
208 bubbleBarView.setTranslationX(newTx); in setupBubbleBarView()
303 protected abstract void onDragUpdate(float x, float y, float newTx, float newTy); in onDragUpdate() argument
448 final float newTx = mViewInitialPosition.x + dx; in drag() local
450 onDragUpdate(x, y, newTx, newTy); in drag()