Searched defs:selectBetweenCoordinates (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectionHandleController.java73 * selectBetweenCoordinates(x1,y1,x2,y2) will trigger the selection and set the
78 selectBetweenCoordinates(mFixedHandleX, mFixedHandleY, x, y);
93 protected abstract void selectBetweenCoordinates(int x1, int y1, int x2, int y2); method in class:SelectionHandleController
170 * selectBetweenCoordinates()

Completed in 79 milliseconds