Searched refs:getCenterPositionOfTextAt (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 7473 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection() 7496 Point start = getCenterPositionOfTextAt(mTextView, startIndex, startIndex); in testSmartSelection_dragSelection() 7497 Point end = getCenterPositionOfTextAt(mTextView, endIndex, endIndex); in testSmartSelection_dragSelection() 7522 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection() 7530 offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection() 7894 private static Point getCenterPositionOfTextAt( in getCenterPositionOfTextAt() method
|