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

/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java74 final int offset = getOffsetForPosition(mView, x, y);
206 // Compat implementation of TextView#getOffsetForPosition().
208 private static int getOffsetForPosition(TextView view, float x, float y) { method in class:LinkAccessibilityHelper
/frameworks/base/core/java/android/widget/
H A DTextView.java6021 final int offset = getOffsetForPosition(x, y);
9705 public int getOffsetForPosition(float x, float y) { method in class:TextView
9752 final int offset = getOffsetForPosition(event.getX(), event.getY());

Completed in 225 milliseconds