Searched defs:newTx (Results 1 – 1 of 1) sorted by relevance
303 protected abstract void onDragUpdate(float x, float y, float newTx, float newTy); in onDragUpdate()448 final float newTx = mViewInitialPosition.x + dx; in drag() local