Home
last modified time | relevance | path

Searched refs:findInsertIndex (Results 1 – 1 of 1) sorted by relevance

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