Searched refs:mEditor (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DBasicParameterStyle.java29 protected FilterView mEditor; field in class:BasicParameterStyle
87 if (mEditor != null) {
88 mEditor.commitLocalRepresentation();
94 mEditor.computeIcon(index, caller);
109 mEditor = editor;
H A DBasicParameterInt.java29 protected FilterView mEditor; field in class:BasicParameterInt
99 if (mEditor != null) {
100 mEditor.commitLocalRepresentation();
111 mEditor = editor;
H A DBasicSlider.java33 Editor mEditor; field in class:BasicSlider
38 mEditor = editor;
62 mEditor.commitLocalRepresentation();
H A DSliderBrightness.java34 Editor mEditor; field in class:SliderBrightness
39 mEditor = editor;
53 mEditor.commitLocalRepresentation();
H A DSliderOpacity.java35 private Editor mEditor; field in class:SliderOpacity
40 mEditor = editor;
54 mEditor.commitLocalRepresentation();
H A DSliderSaturation.java36 private Editor mEditor; field in class:SliderSaturation
41 mEditor = editor;
55 mEditor.commitLocalRepresentation();
H A DTitledSlider.java37 Editor mEditor; field in class:TitledSlider
44 mEditor = editor;
75 mEditor.commitLocalRepresentation();
99 mEditor.commitLocalRepresentation();
H A DSliderHue.java45 Editor mEditor; field in class:SliderHue
50 mEditor = editor;
64 mEditor.commitLocalRepresentation();
H A DParameterColor.java26 protected FilterView mEditor; field in class:ParameterColor
101 mEditor = editor;
H A DStyleChooser.java25 protected Editor mEditor; field in class:StyleChooser
33 mEditor = editor;
H A DColorChooser.java26 protected Editor mEditor; field in class:ColorChooser
51 mEditor = editor;
127 mEditor.commitLocalRepresentation();
157 mEditor.commitLocalRepresentation();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorPanel.java41 private Editor mEditor; field in class:EditorPanel
52 mEditor = filterShowActivity.getEditor(mEditorID);
93 mEditor = activity.getEditor(mEditorID);
94 if (mEditor != null) {
95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState);
96 mEditor.reflectCurrentFilter();
97 if (mEditor.useUtilityPanel()) {
98 mEditor.openUtilityPanel((LinearLayout) actionControl);
105 mEditor.finalApplyCalled();
116 if (mEditor !
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DVersionedPrefs.java45 private final Editor mEditor; field in class:VersionedPrefs
65 mEditor = mSharedPreferences.edit();
103 return mEditor;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java1999 private final BaseRawContactEditorView mEditor; field in class:ContactEditorFragment.PhotoHandler
2005 mEditor = editor;
2017 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
2032 onClick(mEditor.getPhotoEditor());
2055 photoEditor.setSuperPrimary(editor == mEditor);
2066 mEditor.setPhotoBitmap(null);

Completed in 184 milliseconds