HomeSort by relevance Sort by last modified time
    Searched full:labelindex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 297 ArrayList<Integer> labelIndex = new ArrayList<Integer>();
299 labelIndex.add(val);
305 labelIndex.remove(0);
309 labelIndex.remove(0);
314 labelIndex.remove(1);
318 which = labelIndex.indexOf(which);
320 mWhichIndex = labelIndex;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 176 private void addActions(List<RuleAction> actions, int labelIndex, String label) {
186 if (index == labelIndex) {

Completed in 740 milliseconds