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

/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DActionBarHelperBase.java51 protected Set<Integer> mActionItemIds = new HashSet<Integer>(); field in class:ActionBarHelperBase
75 if (mActionItemIds.contains(item.getItemId())) {
131 for (Integer id : mActionItemIds) {
278 mActionItemIds.add(itemId);

Completed in 135 milliseconds