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 90 int mToIndex = UNDEFINED;
422 return mToIndex;
433 mToIndex = toIndex;
850 mToIndex = record.mToIndex;
876 mToIndex = UNDEFINED;
915 append(builder, "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 1718 milliseconds