Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaMetadata.java592 int textIndex = 0; in getDescription() local
594 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) { in getDescription()
598 text[textIndex++] = next; in getDescription()
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp97 for (size_t i = start, textIndex = 0, posIndex = 0; i < end; i++) { in operator ()() local
98 text[textIndex++] = layout.getGlyphId(i); in operator ()()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java224 public boolean resetSelection(int textIndex) { in resetSelection() argument
225 if (mSelectionTracker.resetSelection(textIndex, mEditor)) { in resetSelection()
635 public boolean resetSelection(int textIndex, Editor editor) { in resetSelection() argument
639 && textIndex >= mSelectionStart && textIndex <= mSelectionEnd in resetSelection()