Searched refs:getCenterPositionOfTextAt (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 8851 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection() 8874 Point start = getCenterPositionOfTextAt(mTextView, startIndex, startIndex); in testSmartSelection_dragSelection() 8875 Point end = getCenterPositionOfTextAt(mTextView, endIndex, endIndex); in testSmartSelection_dragSelection() 8900 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection() 8908 offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection() 9799 private static Point getCenterPositionOfTextAt( in getCenterPositionOfTextAt() method
|