Searched refs:representation (Results 51 - 58 of 58) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterChanSat.java50 public void useRepresentation(FilterRepresentation representation) { argument
51 mParameters = (FilterChanSatRepresentation) representation;
H A DImageFilterTinyPlanet.java59 public void useRepresentation(FilterRepresentation representation) { argument
60 FilterTinyPlanetRepresentation parameters = (FilterTinyPlanetRepresentation) representation;
H A DImageFilter.java81 public abstract void useRepresentation(FilterRepresentation representation); argument
H A DBaseFiltersManager.java74 Log.v(LOGTAG, "unable to generate a filter representation for \"" + name + "\"");
85 public ImageFilter getFilterForRepresentation(FilterRepresentation representation) { argument
86 return mFilters.get(representation.getFilterClass());
347 FilterRepresentation representation) {
350 if (r.getFilterClass() == representation.getFilterClass()) {
346 removeRepresentation(ArrayList<FilterRepresentation> list, FilterRepresentation representation) argument
H A DImageFilterGrad.java60 public void useRepresentation(FilterRepresentation representation) { argument
61 mParameters = (FilterGradRepresentation) representation;
H A DImageFilterDraw.java76 public void useRepresentation(FilterRepresentation representation) { argument
77 FilterDrawRepresentation parameters = (FilterDrawRepresentation) representation;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java210 * Call this to update the preset in MasterImage with the current representation
219 * Call this to update the preset in MasterImage with a given representation.
267 FilterRepresentation representation = getLocalRepresentation();
268 if (representation != null && mFilterTitle != null && representation.getTextId() != 0) {
269 String text = mContext.getString(representation.getTextId()).toUpperCase();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackSource.java151 FilterUserPresetRepresentation representation =
153 ret.add(representation);

Completed in 50 milliseconds

123