Home
last modified time | relevance | path

Searched defs:textLength (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java137 final int textLength = mText.length(); in following() local
166 final int textLength = mText.length(); in preceding() local
H A DEditor.java1383 final int textLength = mTextView.getText().length(); in getCharClusterRange() local
3087 final int textLength = text.length(); in addSpanWatchers() local
H A DTextView.java7157 final int textLength = text.length(); in setText() local
/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java271 final int textLength = mText.length(); in following() local
298 final int textLength = mText.length(); in preceding() local
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionMonitorDebugOverlay.java119 float textLength = mDebugPaint.measureText(cujName); in getWidthOfLongestCujName() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DBaseInputConnectionTest.java751 int textLength, int composingSpanStart, int composingSpanEnd) { in isValidComposingSpan()
/aosp14/frameworks/base/core/java/android/text/
H A DBoringLayout.java418 private static boolean hasAnyInterestingChars(CharSequence text, int textLength) { in hasAnyInterestingChars()
473 final int textLength = text.length(); in isBoring() local
H A DLayout.java628 int textLength = buf.length(); in drawText() local
775 int textLength = buffer.length(); in drawBackground() local
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifier.java689 int textLength = text.length(); in checkTextLength() local
/aosp14/frameworks/base/native/android/
H A Dsystem_fonts.cpp310 const uint32_t textLength, in AFontMatcher_match()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java316 int textLength = mTextChars.size(); in getTransformedText() local