Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DBaseFiltersManager.java89 public FilterRepresentation getRepresentation(Class c) { in getRepresentation() method in BaseFiltersManager
289 mEffects.add(getRepresentation(ImageFilterTinyPlanet.class)); in addEffects()
290 mEffects.add(getRepresentation(ImageFilterWBalance.class)); in addEffects()
291 mEffects.add(getRepresentation(ImageFilterExposure.class)); in addEffects()
292 mEffects.add(getRepresentation(ImageFilterVignette.class)); in addEffects()
293 mEffects.add(getRepresentation(ImageFilterGrad.class)); in addEffects()
294 mEffects.add(getRepresentation(ImageFilterContrast.class)); in addEffects()
295 mEffects.add(getRepresentation(ImageFilterShadows.class)); in addEffects()
296 mEffects.add(getRepresentation(ImageFilterHighlights.class)); in addEffects()
297 mEffects.add(getRepresentation(ImageFilterVibrance.class)); in addEffects()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryAdapter.java157 if (action.getRepresentation() != null in getTinyPlanet()
158 && action.getRepresentation() in getTinyPlanet()
160 return action.getRepresentation(); in getTinyPlanet()
169 if (action.getRepresentation() != null in removeTinyPlanet()
170 && action.getRepresentation() in removeTinyPlanet()
216 FilterRepresentation itemRep = getItem(i).getRepresentation(); in reflectImagePreset()
DCategoryView.java156 activity.showRepresentation(mAction.getRepresentation()); in onClick()
160 activity.showRepresentation(mAction.getRepresentation()); in onClick()
DAction.java100 public FilterRepresentation getRepresentation() { in getRepresentation() method in Action
192 if (getRepresentation().getFilterType() == FilterRepresentation.TYPE_BORDER) { in available()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
DUserPresetsAdapter.java64 FilterRepresentation rep = action.getRepresentation(); in deletePreset()
73 FilterRepresentation rep = action.getRepresentation(); in changePreset()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java442 mVersions.remove(action.getRepresentation()); in removeVersion()
448 (FilterUserPresetRepresentation) action.getRepresentation(); in removeLook()
636 FilterRepresentation representation = copy.getRepresentation(filterRepresentation); in useFilterRepresentation()
672 if (preset.getRepresentation(representation) != null) { in showRepresentation()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java333 && preset.getRepresentation(representation) != null) { in onTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java429 public FilterRepresentation getRepresentation(FilterRepresentation filterRepresentation) { in getRepresentation() method in ImagePreset