Searched refs:commitLocalRepresentation (Results 1 - 25 of 29) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DFilterView.java24 public void commitLocalRepresentation(); method in interface:FilterView
H A DTitledSlider.java75 mEditor.commitLocalRepresentation();
99 mEditor.commitLocalRepresentation();
H A DBasicParameterInt.java100 mEditor.commitLocalRepresentation();
H A DBasicParameterStyle.java88 mEditor.commitLocalRepresentation();
H A DBasicSlider.java62 mEditor.commitLocalRepresentation();
H A DSliderBrightness.java53 mEditor.commitLocalRepresentation();
H A DSliderOpacity.java54 mEditor.commitLocalRepresentation();
H A DSliderSaturation.java55 mEditor.commitLocalRepresentation();
H A DSliderHue.java64 mEditor.commitLocalRepresentation();
H A DColorChooser.java127 mEditor.commitLocalRepresentation();
157 mEditor.commitLocalRepresentation();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java214 public void commitLocalRepresentation() { method in class:Editor
215 commitLocalRepresentation(getLocalRepresentation());
222 public void commitLocalRepresentation(FilterRepresentation rep) { method in class:Editor
225 commitLocalRepresentation(filter);
232 public void commitLocalRepresentation(Collection<FilterRepresentation> reps) { method in class:Editor
251 commitLocalRepresentation();
H A DEditorMirror.java82 commitLocalRepresentation(mImageMirror.getFinalRepresentation());
H A DEditorStraighten.java76 commitLocalRepresentation(mImageStraighten.getFinalRepresentation());
H A DEditorGrad.java108 commitLocalRepresentation();
222 commitLocalRepresentation();
299 commitLocalRepresentation();
396 commitLocalRepresentation();
415 commitLocalRepresentation();
H A DBasicEditor.java111 commitLocalRepresentation();
H A DEditorColorBorderTabletUI.java124 mEditorDraw.commitLocalRepresentation();
144 mEditorDraw.commitLocalRepresentation();
191 mEditorDraw.commitLocalRepresentation();
235 mEditorDraw.commitLocalRepresentation();
H A DEditorDrawTabletUI.java123 mEditorDraw.commitLocalRepresentation();
152 mEditorDraw.commitLocalRepresentation();
200 mEditorDraw.commitLocalRepresentation();
246 mEditorDraw.commitLocalRepresentation();
H A DEditorRotate.java85 commitLocalRepresentation(mImageRotate.getFinalRepresentation());
H A DEditorColorBorder.java184 commitLocalRepresentation();
H A DEditorCrop.java102 commitLocalRepresentation(mImageCrop.getFinalRepresentation());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageTinyPlanet.java71 mEditorTinyPlanet.commitLocalRepresentation();
129 mEditorTinyPlanet.commitLocalRepresentation();
H A DImageGrad.java90 mEditorGrad.commitLocalRepresentation();
129 mEditorGrad.commitLocalRepresentation();
159 mEditorGrad.commitLocalRepresentation();
H A DImageRedEye.java89 mEditorRedEye.commitLocalRepresentation();
H A DImageDraw.java144 mEditorDraw.commitLocalRepresentation();
182 mEditorDraw.commitLocalRepresentation();
H A DImageCurves.java330 mEditorCurves.commitLocalRepresentation();
436 mEditorCurves.commitLocalRepresentation();

Completed in 164 milliseconds

12