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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java618 public void show(Point cursorBottom, Point cursorTop, argument
630 y = cursorBottom.y + mSelectHandleCenter.getIntrinsicHeight();
631 x = cursorBottom.x - (width / 2);

Completed in 37 milliseconds