Searched refs:newX (Results 1 – 6 of 6) sorted by relevance
481 public void setFinalX(int newX) { in setFinalX() argument482 mFinalX = newX; in setFinalX()
267 public void setFinalX(int newX) { in setFinalX() argument268 mScrollerX.setFinalPosition(newX); in setFinalX()
715 float newX = ev.getX(pointerIndex);717 float deltaX = newX - mInitialX;
451 float newX = SkScalarToFloat(point.fX); in transform() local453 float newXOffset = newX - rawX; in transform()
6331 float newX = scaleCoordinate(scale, in snapDraggingCursor() local6335 int x = Math.round(newX); in snapDraggingCursor()8565 private native boolean nativeScrollLayer(int nativeInstance, int layer, int newX, int newY);
696 final float newX = motionEvent.getRawX(); in onInputEvent() local709 mDragState.notifyMoveLw(newX, newY); in onInputEvent()715 + newX + "," + newY); in onInputEvent()717 endDrag = mDragState.notifyDropLw(newX, newY); in onInputEvent()