Home
last modified time | relevance | path

Searched defs:textLength (Results 1 – 12 of 12) 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.java1349 final int textLength = mTextView.getText().length(); in getCharClusterRange() local
3020 final int textLength = text.length(); in addSpanWatchers() local
DTextView.java6597 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.java234 int textLength = rawValue[valueIndex + 1] & 0xff; in retrieveTextAttribute() 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.java476 int textLength = buf.length(); in drawText() local
622 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.cpp321 const uint32_t textLength, in AFontMatcher_match()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java293 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