Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditTextCursorAnchorInfoTest.java112 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testMatrix()
131 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testMatrix_withTranslation()
148 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testEditorBoundsInfo_allVisible()
165 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testEditorBoundsInfo_scrolled()
183 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testEditorBoundsInfo_invisible()
194 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testVisibleLineBounds_allVisible()
207 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testVisibleLineBounds_allVisible_withLineSpacing()
229 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testVisibleLineBounds_allVisible_withLineMultiplier()
252 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testVisibleLineBounds_cutBottomLines()
266 mEditText.getCursorAnchorInfo(0, sCursorAnchorInfoBuilder, sMatrix); in testVisibleLineBounds_scrolled_cutTopLines()
[all …]
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4844 mTextView.getCursorAnchorInfo(ims.mUpdateCursorAnchorInfoFilter, in updatePosition()
H A DTextView.java13951 public CursorAnchorInfo getCursorAnchorInfo(@InputConnection.CursorUpdateFilter int filter, in getCursorAnchorInfo() method