HomeSort by relevance Sort by last modified time
    Searched refs:getEditor (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 215 getEditor().putInt(PreferenceKeys.MIGRATED_VERSION, CURRENT_VERSION_NUMBER).commit();
227 getEditor().putString(PreferenceKeys.WIDGET_ACCOUNT_PREFIX + appWidgetId,
244 getEditor().remove(PreferenceKeys.WIDGET_ACCOUNT_PREFIX + id);
246 getEditor().apply();
255 getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply();
283 getEditor().putString(PreferenceKeys.REMOVAL_ACTION, removalAction).apply();
296 getEditor().putBoolean(PreferenceKeys.CONVERSATION_LIST_SWIPE, enabled).apply();
330 getEditor().putStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, notificationSet)
346 getEditor().putBoolean(PreferenceKeys.CONVERSATION_PHOTO_TEASER_SHOWN, true).apply();
360 getEditor().putInt(PreferenceKeys.LONG_PRESS_TO_SELECT_TIP_SHOWN, 1).apply()
    [all...]
AccountPreferences.java 106 getEditor().putBoolean(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED, enabled).apply();
110 getEditor().remove(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED).apply();
118 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply();
130 getEditor().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, 0).apply();
137 getEditor().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, value + 1).apply();
145 getEditor().putInt(PreferenceKeys.LAST_SEEN_OUTBOX_COUNT, count).apply();
VersionedPrefs.java 102 protected Editor getEditor() {
124 getEditor().putInt(PREFS_VERSION_NUMBER, versionNumber);
132 getEditor().apply();
148 getEditor().commit();
161 getEditor().clear().commit();
230 getEditor().putBoolean(key, (Boolean) restoreValue);
233 getEditor().putFloat(key, (Float) restoreValue);
236 getEditor().putInt(key, (Integer) restoreValue);
239 getEditor().putLong(key, (Long) restoreValue);
242 getEditor().putString(key, (String) restoreValue)
    [all...]
FolderPreferences.java 216 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply();
226 getEditor().putString(PreferenceKeys.NOTIFICATION_RINGTONE, uri).apply();
235 getEditor().putBoolean(PreferenceKeys.NOTIFICATION_VIBRATE, enabled).apply();
245 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/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/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/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/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/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/layout/properties/
PropertyValueCompleter.java 32 protected CommonXmlEditor getEditor() {
XmlPropertyComposite.java 42 primary.getEditor(),
  /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/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/values/
ValuesEditorDelegate.java 82 getEditor().addPage(new ValuesTreePage(getEditor()));
131 getUiRootNode().setEditor(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/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/gle2/
LayoutCanvasViewer.java 91 return mEditorDelegate.getEditor().getEditorInput();
117 if (mEditorDelegate.getEditor().getIgnoreXmlUpdate()) {
OutlineDragListener.java 63 final LayoutCanvas canvas = mOutlinePage.getEditor().getCanvasControl();
97 LayoutCanvas canvas = mOutlinePage.getEditor().getCanvasControl();
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();
LayoutCanvas.java 274 IFile file = editorDelegate != null ? editorDelegate.getEditor().getInputFile() : null;
324 IEditorSite editorSite = getEditorDelegate().getEditor().getEditorSite();
426 IEditorSite editorSite = getEditorDelegate().getEditor().getEditorSite();
832 IFile file = mEditorDelegate.getEditor().getInputFile();
    [all...]
ClipboardSupport.java 207 mCanvas.getEditorDelegate().getEditor().wrapUndoEditXmlModel(title, new Runnable() {
290 mCanvas.getEditorDelegate().getEditor().wrapUndoEditXmlModel("Paste", new Runnable() {
337 delegate.getEditor().wrapUndoEditXmlModel(title, new Runnable() {
FragmentMenu.java 103 IProject project = mCanvas.getEditorDelegate().getEditor().getProject();
245 LayoutMetadata.setProperty(delegate.getEditor(), xmlNode, KEY_FRAGMENT_LAYOUT,
289 IFile file = delegate.getEditor().getInputFile();
  /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();
  /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/manifest/pages/
OverviewInfoPart.java 84 setUiElementNode(getManifestUiNode(getEditor()));

Completed in 614 milliseconds

1 2 3 4 5