Searched refs:populateCharacterBounds (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewPopulateCharacterBoundsTest.java | 98 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_LTR() 127 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_LTR_multiline() 157 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_LTR_newline() 190 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_RTL() 219 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_RTL_multiline() 249 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_RTL_newline() 283 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_BiDi() 316 textView.populateCharacterBounds(builder, 0, text.length(), 0, 0); in testPopulateCharacterBounds_BiDi_multiline() 354 textView.populateCharacterBounds(builder, 0, text.length(), 0, verticalOffset); in testPopulateCharacterBounds_charactersWithInvisibleRegion() 391 textView.populateCharacterBounds(builder, 2, 4, 0, 0); in testPopulateCharacterBounds_withinRange()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | TextViewCursorAnchorInfoPerfTest.java | 104 mTextView.populateCharacterBounds(builder, 0, mTextLength, 0f, 0f); in testPopulateCharacterBounds()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 13802 populateCharacterBounds(builder, positionInfoStartIndex, in addExtraDataToAccessibilityNodeInfo() 13877 public void populateCharacterBounds(CursorAnchorInfo.Builder builder, in populateCharacterBounds() method 14040 populateCharacterBounds(builder, composingTextStart, in getCursorAnchorInfo()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70594 Landroid/widget/TextView;->populateCharacterBounds(Landroid/view/inputmethod/CursorAnchorInfo$Build…
|