Searched refs:entryIndex (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java404 public int getRowIndex(int entryIndex) { argument
405 if (entryIndex < getMaxContactsInTiles()) {
406 return entryIndex / mColumnCount;
408 return entryIndex - mMaxTiledRows * (mColumnCount + 1);
424 final int entryIndex = getFirstContactEntryIndexForPosition(position);
436 final ContactEntry entry = getContactEntryFromCache(entryIndex + i);
820 int entryIndex = -1;
826 entryIndex = getFirstContactEntryIndexForPosition(mPosition) + childIndex;
832 entryIndex = getFirstContactEntryIndexForPosition(mPosition);
839 if (entryIndex !
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsFragment.java320 int entryIndex = colorSchemePreference.findIndexOfValue(Integer.toString(themeIndex));
321 if (entryIndex < 0) {
323 entryIndex = colorSchemePreference.findIndexOfValue(
326 colorSchemePreference.setSummary(colorSchemePreference.getEntries()[entryIndex]);

Completed in 71 milliseconds