HomeSort by relevance Sort by last modified time
    Searched refs:mToIndex (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 85 int mToIndex = UNDEFINED;
388 return mToIndex;
399 mToIndex = toIndex;
772 mToIndex = record.mToIndex;
798 mToIndex = UNDEFINED;
830 builder.append("; ToIndex: " + mToIndex);
AccessibilityEvent.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 183 private int mToIndex;
200 mToIndex = fromIndex + count;
208 for (int index = mFromIndex; index < mToIndex; index++) {

Completed in 7492 milliseconds