Searched refs:getOffsetAfter (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DLayout.java783 int aft = TextUtils.getOffsetAfter(mText, low);
914 candidate = TextUtils.getOffsetAfter(mText, offset);
937 candidate = TextUtils.getOffsetAfter(mText, here);
1014 candidate = TextUtils.getOffsetAfter(mText, offset);
1037 candidate = TextUtils.getOffsetAfter(mText, here);
H A DTextUtils.java878 public static int getOffsetAfter(CharSequence text, int offset) { method in class:TextUtils

Completed in 51 milliseconds