Home
last modified time | relevance | path

Searched defs:textLength (Results 1 – 16 of 16) 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
DTextView.java7477 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/InputMethodCoreTests/src/android/view/inputmethod/
DBaseInputConnectionTest.java751 int textLength, int composingSpanStart, int composingSpanEnd) { in isValidComposingSpan()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java256 float textLength = mDebugPaint.measureText(cujName); in getWidthOfLongestCujName() local
/frameworks/base/core/java/android/text/
DBoringLayout.java509 private static boolean hasAnyInterestingChars(CharSequence text, int textLength) { in hasAnyInterestingChars()
573 final int textLength = text.length(); in isBoring() local
DLayout.java811 int textLength = buf.length(); in drawText() local
961 int textLength = buffer.length(); in drawBackground() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java317 int textLength = mTextChars.size(); in getTransformedText() local
/frameworks/base/native/android/
Dsystem_fonts.cpp309 const uint32_t textLength, in AFontMatcher_match()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifier.java727 int textLength = text.length(); in checkTextLength() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteComposeBuffer.java1509 public float textLength(int textId) { in textLength() method in RemoteComposeBuffer
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2213 final int textLength = displayText.length() - 1; in createChip() local