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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LanguageSwitcher.java 36 private int mCurrentIndex = 0;
76 mCurrentIndex = 0;
79 mCurrentIndex = 0;
82 mCurrentIndex = i;
114 return mSelectedLanguageArray[mCurrentIndex];
132 return mLocales[mCurrentIndex];
143 return mLocales[(mCurrentIndex + 1) % mLocales.length];
170 return mLocales[(mCurrentIndex - 1 + mLocales.length) % mLocales.length];
174 mCurrentIndex = 0;
178 mCurrentIndex++
    [all...]
  /frameworks/base/core/java/android/webkit/
WebBackForwardList.java 29 private int mCurrentIndex;
41 mCurrentIndex = -1;
52 return getItemAtIndex(mCurrentIndex);
61 return mCurrentIndex;
110 ++mCurrentIndex;
114 final int newPos = mCurrentIndex;
134 mCurrentIndex = -1;
152 mCurrentIndex--;
167 l.mCurrentIndex = mCurrentIndex;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java 474 private int mCurrentIndex;
478 switch (mCurrentIndex) {
492 mCurrentIndex = which;
499 private int mCurrentIndex;
503 mCurrentIndex = 0;
522 String canonicalPath = mAllVCardFileList.get(mCurrentIndex).getCanonicalPath();
530 mCurrentIndex = which;
    [all...]

Completed in 31 milliseconds