/frameworks/av/media/libstagefright/timedtext/test/fuzzer/ |
D | timedtext_fuzzer.cpp | 48 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/ |
D | UnicodeUtils.cpp | 109 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/ |
D | AccessibilityIterators.java | 137 final int textLength = mText.length(); in following() local 166 final int textLength = mText.length(); in preceding() local
|
D | Editor.java | 1386 final int textLength = mTextView.getText().length(); in getCharClusterRange() local 3126 final int textLength = text.length(); in addSpanWatchers() local
|
D | TextView.java | 7477 final int textLength = text.length(); in setText() local
|
/frameworks/base/core/java/android/view/ |
D | AccessibilityIterators.java | 271 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/ |
D | ValueParser.java | 242 int textLength = rawValue[valueIndex + 1] & 0xff; in retrieveTextAttribute() local
|
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/ |
D | BaseInputConnectionTest.java | 751 int textLength, int composingSpanStart, int composingSpanEnd) { in isValidComposingSpan()
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | InteractionMonitorDebugOverlay.java | 256 float textLength = mDebugPaint.measureText(cujName); in getWidthOfLongestCujName() local
|
/frameworks/base/core/java/android/text/ |
D | BoringLayout.java | 509 private static boolean hasAnyInterestingChars(CharSequence text, int textLength) { in hasAnyInterestingChars() 573 final int textLength = text.length(); in isBoring() local
|
D | Layout.java | 811 int textLength = buf.length(); in drawText() local 961 int textLength = buffer.length(); in drawBackground() local
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | PasswordTextView.java | 317 int textLength = mTextChars.size(); in getTransformedText() local
|
/frameworks/base/native/android/ |
D | system_fonts.cpp | 309 const uint32_t textLength, in AFontMatcher_match()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextClassifier.java | 727 int textLength = text.length(); in checkTextLength() local
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteComposeBuffer.java | 1509 public float textLength(int textId) { in textLength() method in RemoteComposeBuffer
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 2213 final int textLength = displayText.length() - 1; in createChip() local
|