Searched refs:destX (Results 1 – 3 of 3) sorted by relevance
33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;37 uv.x = (float)x / destX;
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()
544 final int destX = getLeftEdgeForItem(position); in scrollToItem() local547 smoothScrollTo(destX, 0, velocity); in scrollToItem()564 scrollTo(destX, 0); in scrollToItem()565 pageScrolled(destX); in scrollToItem()