OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geteditor
(Results
1 - 25
of
106
) sorted by null
1
2
3
4
5
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java
103
getEditor
().putBoolean(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED, enabled).apply();
107
getEditor
().remove(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED).apply();
115
getEditor
().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply();
127
getEditor
().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, 0).apply();
134
getEditor
().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, value + 1).apply();
142
getEditor
().putInt(PreferenceKeys.LAST_SEEN_OUTBOX_COUNT, count).apply();
VersionedPrefs.java
94
protected Editor
getEditor
() {
106
getEditor
().putInt(PREFS_VERSION_NUMBER, versionNumber);
114
getEditor
().apply();
130
getEditor
().commit();
143
getEditor
().clear().commit();
212
getEditor
().putBoolean(key, (Boolean) restoreValue);
215
getEditor
().putFloat(key, (Float) restoreValue);
218
getEditor
().putInt(key, (Integer) restoreValue);
221
getEditor
().putLong(key, (Long) restoreValue);
224
getEditor
().putString(key, (String) restoreValue)
[
all
...]
MailPrefs.java
156
getEditor
().putInt(PreferenceKeys.MIGRATED_VERSION, CURRENT_VERSION_NUMBER).commit();
168
getEditor
().putString(PreferenceKeys.WIDGET_ACCOUNT_PREFIX + appWidgetId,
185
getEditor
().remove(PreferenceKeys.WIDGET_ACCOUNT_PREFIX + id);
187
getEditor
().apply();
196
getEditor
().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply();
217
getEditor
().putString(PreferenceKeys.REMOVAL_ACTION, removalAction).apply();
230
getEditor
().putBoolean(PreferenceKeys.CONVERSATION_LIST_SWIPE, enabled).apply();
264
getEditor
().putStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, notificationSet)
280
getEditor
().putBoolean(PreferenceKeys.CONVERSATION_PHOTO_TEASER_SHOWN, true).apply();
294
getEditor
().putInt(PreferenceKeys.LONG_PRESS_TO_SELECT_TIP_SHOWN, 1).apply()
[
all
...]
FolderPreferences.java
217
getEditor
().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply();
227
getEditor
().putString(PreferenceKeys.NOTIFICATION_RINGTONE, uri).apply();
236
getEditor
().putBoolean(PreferenceKeys.NOTIFICATION_VIBRATE, enabled).apply();
246
getEditor
().putBoolean(PreferenceKeys.NOTIFICATION_NOTIFY_EVERY_MESSAGE, enabled).apply();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
260
IEditorInput input =
getEditor
().getEditorInput();
281
mGraphicalEditorIndex =
getEditor
().addPage(mGraphicalEditor,
282
getEditor
().getEditorInput());
283
getEditor
().setPageText(mGraphicalEditorIndex, mGraphicalEditor.getTitle());
333
if (
getEditor
().getEditorInput().equals(editorInput)) {
339
getEditor
().doSave(new NullProgressMonitor());
342
int currentPage =
getEditor
().getActivePage();
347
int count =
getEditor
().getPageCount();
349
getEditor
().removePage(i);
353
getEditor
().removePage(i)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java
100
AndroidTargetData data =
getEditor
().getTargetData();
117
getUiRootNode().setEditor(
getEditor
());
134
AndroidTargetData data =
getEditor
().getTargetData();
146
getUiRootNode().setEditor(
getEditor
());
155
String folderName = AdtUtils.getParentFolderName(
getEditor
().getEditorInput());
163
IStructuredModel model =
getEditor
().getModelForRead();
166
Node node =
getEditor
().getXmlDocument(model).getDocumentElement();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorEditorDelegate.java
93
AndroidTargetData data =
getEditor
().getTargetData();
100
getUiRootNode().setEditor(
getEditor
());
106
IStructuredModel model =
getEditor
().getModelForRead();
109
Node node =
getEditor
().getXmlDocument(model).getDocumentElement();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java
74
getEditor
().addPage(new OtherXmlTreePage(
getEditor
()));
107
AndroidTargetData data =
getEditor
().getTargetData();
117
getUiRootNode().setEditor(
getEditor
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java
96
AndroidTargetData data =
getEditor
().getTargetData();
109
getUiRootNode().setEditor(
getEditor
());
126
AndroidTargetData data =
getEditor
().getTargetData();
134
getUiRootNode().setEditor(
getEditor
());
143
IStructuredModel model =
getEditor
().getModelForRead();
146
Node node =
getEditor
().getXmlDocument(model).getDocumentElement();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java
162
GraphicalEditorPart editor = mRulesEngine.
getEditor
();
223
ViewHierarchy views = mRulesEngine.
getEditor
().getCanvasControl().getViewHierarchy();
248
return mRulesEngine.
getEditor
().getCanvasControl().getInsets(fqcn);
262
IAndroidTarget target = currentSdk.getTarget(mRulesEngine.
getEditor
().getProject());
286
Document doc = mRulesEngine.
getEditor
().getModel().getXmlDocument();
296
IProject project = mRulesEngine.
getEditor
().getProject();
331
GraphicalEditorPart graphicalEditor = mRulesEngine.
getEditor
();
333
IProject project = delegate.
getEditor
().getProject();
367
GraphicalEditorPart graphicalEditor = mRulesEngine.
getEditor
();
374
GraphicalEditorPart editor = mRulesEngine.
getEditor
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringWizard.java
38
mDelegate.
getEditor
().setIgnoreXmlUpdate(true);
42
mDelegate.
getEditor
().setIgnoreXmlUpdate(false);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyValueCompleter.java
32
protected CommonXmlEditor
getEditor
() {
ValueCompleter.java
57
protected abstract CommonXmlEditor
getEditor
();
112
CommonXmlEditor editor =
getEditor
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java
79
getEditor
().addPage(new MenuTreePage(
getEditor
()));
147
AndroidTargetData data =
getEditor
().getTargetData();
157
getUiRootNode().setEditor(
getEditor
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java
63
final LayoutCanvas canvas = mOutlinePage.
getEditor
().getCanvasControl();
97
LayoutCanvas canvas = mOutlinePage.
getEditor
().getCanvasControl();
LayoutCanvasViewer.java
91
return mEditorDelegate.
getEditor
().getEditorInput();
117
if (mEditorDelegate.
getEditor
().getIgnoreXmlUpdate()) {
OutlineDropListener.java
113
final LayoutCanvas canvas = mOutlinePage.
getEditor
().getCanvasControl();
125
canvas.getEditorDelegate().
getEditor
().wrapUndoEditXmlModel(label, new Runnable() {
PreviewIconFactory.java
167
if (!mPalette.
getEditor
().renderingSupports(Capability.ADAPTER_BINDING)) {
171
IAndroidTarget renderingTarget = mPalette.
getEditor
().getRenderingTarget();
210
GraphicalEditorPart editor = mPalette.
getEditor
();
234
AndroidTargetData data = layoutEditorDelegate.
getEditor
().getTargetData();
242
model.setEditor(layoutEditorDelegate.
getEditor
());
368
mPalette.
getEditor
().recomputeLayout();
385
ResourceResolver resources = mPalette.
getEditor
().getResourceResolver();
439
GraphicalEditorPart editor = mPalette.
getEditor
();
FragmentMenu.java
103
IProject project = mCanvas.getEditorDelegate().
getEditor
().getProject();
245
LayoutMetadata.setProperty(delegate.
getEditor
(), xmlNode, KEY_FRAGMENT_LAYOUT,
289
IFile file = delegate.
getEditor
().getInputFile();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java
78
public Editor
getEditor
(int editorId) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java
95
public @NonNull CommonXmlEditor
getEditor
() {
136
getEditor
().setPartName(file.getName());
140
getEditor
().setPartName(name);
177
return
getEditor
().startLintJob();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java
82
getEditor
().addPage(new ValuesTreePage(
getEditor
()));
131
getUiRootNode().setEditor(
getEditor
());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java
52
mEditor = filterShowActivity.
getEditor
(mEditorID);
93
mEditor = activity.
getEditor
(mEditorID);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java
83
// TODO: for unknown attributes, getParent() != null && getParent().
getEditor
() != null
85
AndroidXmlEditor editor = getUiParent().
getEditor
();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java
85
((ComplexPropertyEditor)
getEditor
()).m_presentation = presentation;
Completed in 378 milliseconds
1
2
3
4
5