HomeSort by relevance Sort by last modified time
    Searched defs:findInsertIndex (Results 1 - 4 of 4) sorted by null

  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenu.java 78 mItems.add(findInsertIndex(mItems, order), item);
82 private static int findInsertIndex(ArrayList<? extends MenuItem> items, int order) {