Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/timedtext/test/fuzzer/
Dtimedtext_fuzzer.cpp48 void setTextSize(std::vector<uint8_t>& local3GPPDescription, int32_t textLength) { in setTextSize()
78 int32_t textLength = text.size(); in DEFINE_PROTO_FUZZER() local
/frameworks/minikin/tests/util/
DUnicodeUtils.cpp109 const int32_t textLength = static_cast<int32_t>(text.size()); in utf8ToUtf16() local
124 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.java1386 final int textLength = mTextView.getText().length(); in getCharClusterRange() local
3126 final int textLength = text.length(); in addSpanWatchers() 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/InputMethodCoreTests/src/android/view/inputmethod/
DBaseInputConnectionTest.java751 int textLength, int composingSpanStart, int composingSpanEnd) { in isValidComposingSpan()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java121 float textLength = mDebugPaint.measureText(cujName); in getWidthOfLongestCujName() local
/frameworks/base/core/java/android/text/
DBoringLayout.java506 private static boolean hasAnyInterestingChars(CharSequence text, int textLength) { in hasAnyInterestingChars()
570 final int textLength = text.length(); in isBoring() local
DLayout.java809 int textLength = buf.length(); in drawText() local
959 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/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java313 int textLength = mTextChars.size(); in getTransformedText() local
/frameworks/base/native/android/
Dsystem_fonts.cpp309 const uint32_t textLength, in AFontMatcher_match()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2213 final int textLength = displayText.length() - 1; in createChip() local