Searched refs:insertIndex (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
H A DSparseArray.java50 final int insertIndex = ~index;
51 mKeys.add(insertIndex, key);
52 mValues.add(insertIndex, value);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java606 int insertIndex = 0;
617 insertIndex = i + 1;
626 addPartition(insertIndex, directory);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java521 int insertIndex = 0;
532 insertIndex = i + 1;
541 addPartition(insertIndex, directory);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java694 int insertIndex = mScreenOrder.indexOf(EXTRA_EMPTY_SCREEN_ID);
695 if (insertIndex < 0) {
696 insertIndex = mScreenOrder.size();
698 insertNewWorkspaceScreen(screenId, insertIndex);
705 public CellLayout insertNewWorkspaceScreen(long screenId, int insertIndex) { argument
718 mScreenOrder.add(insertIndex, screenId);
719 addView(newScreen, insertIndex);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1103 private View addAndMeasureExpandableView(int adapterIndex, int insertIndex) { argument
1111 addViewInLayout(child, insertIndex, child.getLayoutParams(), true);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/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 1499 milliseconds