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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1435 int offset = putOffsetInRange(x, y);
1532 private int putOffsetInRange(final float x, final float y) { method in class:RecipientEditTextView
1541 return putOffsetInRange(offset);
1547 private int putOffsetInRange(int o) { method in class:RecipientEditTextView
2719 final int offset = putOffsetInRange(x, y);

Completed in 42 milliseconds