Home
last modified time | relevance | path

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

/frameworks/minikin/tests/util/
DUnicodeUtils.cpp108 const int32_t textLength = static_cast<int32_t>(text.size()); in utf8ToUtf16() local
123 const uint32_t textLength = u16String.size(); in utf16ToUtf8() local
/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java137 final int textLength = mText.length(); in following() local
166 final int textLength = mText.length(); in preceding() local
DEditor.java1383 final int textLength = mTextView.getText().length(); in getCharClusterRange() local
3087 final int textLength = text.length(); in addSpanWatchers() local
DTextView.java7157 final int textLength = text.length(); in setText() local
/frameworks/base/core/java/android/view/
DAccessibilityIterators.java271 final int textLength = mText.length(); in following() local
298 final int textLength = mText.length(); in preceding() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DValueParser.java242 int textLength = rawValue[valueIndex + 1] & 0xff; in retrieveTextAttribute() local
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DBaseInputConnectionTest.java751 int textLength, int composingSpanStart, int composingSpanEnd) { in isValidComposingSpan()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java119 float textLength = mDebugPaint.measureText(cujName); in getWidthOfLongestCujName() local
/frameworks/base/core/java/android/text/
DBoringLayout.java418 private static boolean hasAnyInterestingChars(CharSequence text, int textLength) { in hasAnyInterestingChars()
473 final int textLength = text.length(); in isBoring() local
DLayout.java628 int textLength = buf.length(); in drawText() local
775 int textLength = buffer.length(); in drawBackground() local
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifier.java689 int textLength = text.length(); in checkTextLength() local
/frameworks/base/native/android/
Dsystem_fonts.cpp310 const uint32_t textLength, in AFontMatcher_match()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java316 int textLength = mTextChars.size(); in getTransformedText() local
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2213 final int textLength = displayText.length() - 1; in createChip() local