Searched defs:endIndex (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSpannableStringUtils.java124 final int startIndex, final int endIndex) {
130 // trick, and works in all cases even if startIndex <= 0 or endIndex >= text.length().
131 final URLSpan[] spans = spanned.getSpans(startIndex - 1, endIndex + 1, URLSpan.class);
123 hasUrlSpans(final CharSequence text, final int startIndex, final int endIndex) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureTrailDrawingPoints.java255 private void debugDrawPoints(final Canvas canvas, final int startIndex, final int endIndex, argument
263 for (int i = startIndex; i < endIndex; i++) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestions.java103 private boolean fitInWidth(final int startIndex, final int endIndex, final int width) { argument
104 for (int index = startIndex; index < endIndex; index++) {
111 private int calcurateMaxRowWidth(final int startIndex, final int endIndex) { argument
117 while (index < endIndex && mRowNumbers[index] == row) {
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DStringUtils.java243 * @param endIndex the end index inside the string in java chars, exclusive.
244 * @return a new array of code points. At most endIndex - startIndex, but possibly less.
248 final int startIndex, final int endIndex) {
254 new int[Character.codePointCount(charSequence, startIndex, endIndex)];
255 copyCodePointsAndReturnCodePointCount(codePoints, charSequence, startIndex, endIndex,
274 * @param endIndex the end index inside the string in java chars, exclusive.
279 @Nonnull final CharSequence charSequence, final int startIndex, final int endIndex,
282 for (int index = startIndex; index < endIndex;
247 toCodePointArray(@onnull final CharSequence charSequence, final int startIndex, final int endIndex) argument
278 copyCodePointsAndReturnCodePointCount(@onnull final int[] destination, @Nonnull final CharSequence charSequence, final int startIndex, final int endIndex, final boolean downCase) argument
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2931 int endIndex = endDay - firstDay;
2943 event.right = computeDayLeftPosition(endIndex + 1) - DAY_GAP;
2951 incrementSkipCount(mSkippedAlldayEvents, startIndex, endIndex);
2955 incrementSkipCount(mSkippedAlldayEvents, startIndex, endIndex);
3001 private void incrementSkipCount(int[] counts, int startIndex, int endIndex) { argument
3002 if (counts == null || startIndex < 0 || endIndex > counts.length) {
3005 for (int i = startIndex; i <= endIndex; i++) {
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 669 milliseconds