Searched refs:destY (Results 1 – 3 of 3) sorted by relevance
34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;38 uv.y = (float)y / destY;
65 const float destY = orientedDestContent.top; in getTransform() local67 destTranslation.set(destX, destY); in getTransform()
218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { in dragTo() argument220 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY, in dragTo()