OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commitLocalRepresentation
(Results
1 - 18
of
18
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
FilterView.java
24
public void
commitLocalRepresentation
();
TitledSlider.java
75
mEditor.
commitLocalRepresentation
();
99
mEditor.
commitLocalRepresentation
();
BasicParameterInt.java
100
mEditor.
commitLocalRepresentation
();
BasicParameterStyle.java
88
mEditor.
commitLocalRepresentation
();
ColorChooser.java
127
mEditor.
commitLocalRepresentation
();
157
mEditor.
commitLocalRepresentation
();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java
111
commitLocalRepresentation
();
EditorColorBorder.java
184
commitLocalRepresentation
();
Editor.java
214
public void
commitLocalRepresentation
() {
215
commitLocalRepresentation
(getLocalRepresentation());
222
public void
commitLocalRepresentation
(FilterRepresentation rep) {
225
commitLocalRepresentation
(filter);
232
public void
commitLocalRepresentation
(Collection<FilterRepresentation> reps) {
251
commitLocalRepresentation
();
EditorDraw.java
240
commitLocalRepresentation
();
EditorChanSat.java
349
commitLocalRepresentation
();
EditorGrad.java
108
commitLocalRepresentation
();
222
commitLocalRepresentation
();
299
commitLocalRepresentation
();
396
commitLocalRepresentation
();
415
commitLocalRepresentation
();
EditorVignette.java
346
commitLocalRepresentation
();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java
90
mEditorGrad.
commitLocalRepresentation
();
129
mEditorGrad.
commitLocalRepresentation
();
159
mEditorGrad.
commitLocalRepresentation
();
ImageRedEye.java
89
mEditorRedEye.
commitLocalRepresentation
();
ImageTinyPlanet.java
71
mEditorTinyPlanet.
commitLocalRepresentation
();
129
mEditorTinyPlanet.
commitLocalRepresentation
();
ImageVignette.java
209
mEditorVignette.
commitLocalRepresentation
();
ImageDraw.java
144
mEditorDraw.
commitLocalRepresentation
();
182
mEditorDraw.
commitLocalRepresentation
();
ImageCurves.java
330
mEditorCurves.
commitLocalRepresentation
();
436
mEditorCurves.
commitLocalRepresentation
();
Completed in 35 milliseconds