Searched refs:vTarget (Results 1 – 1 of 1) sorted by relevance
2186 public final PointF sourceToViewCoord(PointF sxy, PointF vTarget) { in sourceToViewCoord() argument2187 return sourceToViewCoord(sxy.x, sxy.y, vTarget); in sourceToViewCoord()2197 public final PointF sourceToViewCoord(float sx, float sy, PointF vTarget) { in sourceToViewCoord() argument2201 vTarget.set(sourceToViewX(sx), sourceToViewY(sy)); in sourceToViewCoord()2202 return vTarget; in sourceToViewCoord()2208 private void sourceToViewRect(Rect sRect, Rect vTarget) { in sourceToViewRect() argument2209 vTarget.set( in sourceToViewRect()2398 public final void getPanRemaining(RectF vTarget) { in getPanRemaining() argument2407 vTarget.top = Math.max(0, -(vTranslate.y - (getHeight() / 2))); in getPanRemaining()2408 vTarget.left = Math.max(0, -(vTranslate.x - (getWidth() / 2))); in getPanRemaining()[all …]