Searched refs:endIndex (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutLineBreakingTest.java | 221 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/ |
D | Util.java | 123 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/ |
D | TextViewTest.java | 7469 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/ |
D | BlockCipherTestBase.java | 1552 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/ |
D | guava-20.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 28055 private final int endIndex 140881 public int endIndex
|
D | classes0.out.dex | 39414 private int endIndex
|