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

/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java160 final int offset = getOffsetForPosition(mView, x, y);
297 // Compat implementation of TextView#getOffsetForPosition().
299 private static int getOffsetForPosition(TextView view, float x, float y) { method in class:LinkAccessibilityHelper.PreOLinkAccessibilityHelper
/frameworks/base/core/java/android/widget/
H A DTextView.java7388 final int offset = getOffsetForPosition(x, y);
11814 public int getOffsetForPosition(float x, float y) { method in class:TextView
11862 final int offset = getOffsetForPosition(event.getX(), event.getY());

Completed in 26 milliseconds