Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java105 setMenuItemAppliedEnabled(actionBar, R.string.show_images_only, in setupMenuItems()
109 setMenuItemAppliedEnabled(actionBar, R.string.show_videos_only, in setupMenuItems()
113 setMenuItemAppliedEnabled(actionBar, R.string.show_all, in setupMenuItems()
171 …private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boo… in setMenuItemAppliedEnabled() method in FilterUtils