Searched refs:getCursorAnchorInfo (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditTextCursorAnchorInfoTest.java | 112 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 D | Editor.java | 4844 mTextView.getCursorAnchorInfo(ims.mUpdateCursorAnchorInfoFilter, in updatePosition()
|
H A D | TextView.java | 13951 public CursorAnchorInfo getCursorAnchorInfo(@InputConnection.CursorUpdateFilter int filter, in getCursorAnchorInfo() method
|