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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java27 // can be applied at most once. In addition, there is one more constraint
103 // A filtering is available if it's not applied, and the old filtering
117 // Gets the filters applied in the path.
167 GalleryActionBar model, int id, boolean applied, boolean updateTitle) {
168 model.setClusterItemEnabled(id, !applied);
171 private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boolean enabled, boolean updateTitle) { argument
166 setMenuItemApplied( GalleryActionBar model, int id, boolean applied, boolean updateTitle) argument
H A DGalleryActionBar.java81 public ActionItem(int action, boolean applied, boolean enabled, int title, argument
83 this(action, applied, enabled, title, title, clusterBy);
86 public ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle, argument

Completed in 87 milliseconds