Home
last modified time | relevance | path

Searched refs:endIndex (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingTest.java221 int endIndex = text.indexOf('>'); in spanify() local
222 if (endIndex < 0) throw new IllegalArgumentException("Unbalanced span markers"); in spanify()
224 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex) + in spanify()
225 text.substring(endIndex + 1); in spanify()
228 spanEnds[spanCount] = endIndex - 2; in spanify()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex() argument
125 for (int i = startIndex + 1; i <= endIndex; i++) { in findMaxIndex()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7469 int endIndex = startIndex + "president".length(); in testSmartSelection() local
7473 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection()
7493 int endIndex = startIndex + "is coming to town".length(); in testSmartSelection_dragSelection() local
7497 Point end = getCenterPositionOfTextAt(mTextView, endIndex, endIndex); in testSmartSelection_dragSelection()
7510 assertEquals(endIndex, mTextView.getSelectionEnd()); in testSmartSelection_dragSelection()
7518 int endIndex = startIndex + "president".length(); in testSmartSelection_resetSelection() local
7522 Point offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection()
7529 endIndex = startIndex + "Filip".length(); in testSmartSelection_resetSelection()
7530 offset = getCenterPositionOfTextAt(mTextView, startIndex, endIndex); in testSmartSelection_resetSelection()
7533 final int selEnd = endIndex; in testSmartSelection_resetSelection()
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1552 protected static byte[] subarray(byte[] array, int beginIndex, int endIndex) { in subarray() argument
1553 byte[] result = new byte[endIndex - beginIndex]; in subarray()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/cts/tools/dex-tools/dex/
Dclasses.out.dex28055 private final int endIndex
140881 public int endIndex
Dclasses0.out.dex39414 private int endIndex