Home
last modified time | relevance | path

Searched refs:textIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DCanvas.cpp99 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local
100 text[textIndex++] = layout.getGlyphId(i); in operator ()()
105 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local
106 text[textIndex++] = layout.getGlyphId(i); in operator ()()
/frameworks/base/media/java/android/media/
DMediaMetadata.java568 int textIndex = 0; in getDescription() local
570 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) { in getDescription()
574 text[textIndex++] = next; in getDescription()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java224 public boolean resetSelection(int textIndex) { in resetSelection() argument
225 if (mSelectionTracker.resetSelection(textIndex, mEditor)) { in resetSelection()
633 public boolean resetSelection(int textIndex, Editor editor) { in resetSelection() argument
637 && textIndex >= mSelectionStart && textIndex <= mSelectionEnd in resetSelection()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt26871 Landroid/icu/lang/UScriptRun;->textIndex:I