Home
last modified time | relevance | path

Searched refs:getCenterPositionOfTextAt (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8309 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection()
8332 Point start = getCenterPositionOfTextAt(mTextView, startIndex, startIndex); in testSmartSelection_dragSelection()
8333 Point end = getCenterPositionOfTextAt(mTextView, endIndex, endIndex); in testSmartSelection_dragSelection()
8358 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection()
8366 offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection()
9002 private static Point getCenterPositionOfTextAt( in getCenterPositionOfTextAt() method