/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 237 * As most other parts of the android manifest editor, this assumes the 409 // now we try to find the file that contains this class and we open it in the editor. 437 AndroidXmlEditor editor = uiNode.getEditor(); 438 IEditorInput input = editor.getEditorInput(); 440 // from the file editor we can get the IFile object, and from it, the IProject.
|
/tools/motodev/src/plugins/android/ |
plugin.properties | 35 command.localization.name=Open Localization Files Editor 36 command.localization.description=Open the string editor for localization 115 motodevmenu.localization.openEditor=Open Android Localization Files Editor
|
/external/proguard/src/proguard/classfile/editor/ |
AttributeAdder.java | 21 package proguard.classfile.editor;
|
/external/proguard/src/proguard/optimize/peephole/ |
ClassMerger.java | 25 import proguard.classfile.editor.*;
|
TargetClassChanger.java | 24 import proguard.classfile.editor.*;
|
/external/webkit/Source/WebCore/editing/ |
DeleteButtonController.cpp | 36 #include "Editor.h" 266 if (!m_frame->editor()->shouldShowDeleteInterface(toHTMLElement(element)))
|
/external/webkit/Source/WebCore/platform/chromium/ |
ClipboardChromium.cpp | 317 String str = frame->editor()->selectedText();
|
/external/webkit/Source/WebCore/platform/qt/ |
ClipboardQt.cpp | 332 QString text = frame->editor()->selectedText();
|
/external/webkit/Source/WebCore/platform/win/ |
PasteboardWin.cpp | 134 String str = frame->editor()->selectedText();
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.cpp | 36 #include "Editor.h" 494 page->handle()->page->focusController()->focusedOrMainFrame()->editor()->command(name).execute(value); 499 return page->handle()->page->focusController()->focusedOrMainFrame()->editor()->command(name).isEnabled(); 525 return frame && frame->editor()->findString(string, options); 603 QRect resultRect = frame->editor()->firstRectForRange(range.get()); [all...] |
/external/webkit/Tools/Scripts/ |
extract-localizable-strings | 220 if (!s-([^\\]|\\.)'--) { #' <-- that single quote makes the Project Builder editor less confused
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
EventFieldEditorView.java | 17 package com.android.contacts.editor; 45 * Editor that allows editing Events using a {@link DatePickerDialog}
|
RawContactReadOnlyEditorView.java | 17 package com.android.contacts.editor;
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactBrowseListFragment.java | 35 import com.android.contacts.editor.ContactEditorFragment;
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
NotificationStudioActivity.java | 48 import com.android.notificationstudio.editor.Editors;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 118 import org.eclipse.wb.internal.core.editor.structure.IPage; 119 import org.eclipse.wb.internal.core.editor.structure.PageSiteComposite; 132 * we have *one* instance of the outline page per open canvas editor. 138 * (on which both the layout editor part and the property sheet page listen.) 150 * The graphical editor that created this outline. 229 * Creates a new {@link OutlinePage} associated with the given editor 231 * @param graphicalEditorPart the editor associated with this outline 361 // the embedded property sheet to for example give a Text property editor focus, 440 // let's use it for something else -- such as showing the editor source 464 // Listen to selection changes from the layout editor [all...] |
/build/tools/releasetools/ |
common.py | 548 self.editor = os.getenv("EDITOR", None) 557 user edit that file to add more needed passwords. If no editor is 602 if not self.editor or not self.pwfile: 620 p = Run([self.editor, "+%d" % (first_line,), self.pwfile])
|
/external/webkit/Source/WebCore/dom/ |
ContainerNode.cpp | 803 if (document()->frame() && document()->frame()->editor()->canEdit()) { 809 document()->frame()->editor()->deleteButtonController()->disable(); 816 document()->frame()->editor()->deleteButtonController()->enable(); [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.mm | 521 return _private->coreFrame->displayStringModifiedByEncoding(_private->coreFrame->editor()->selectedText()); 635 return _private->coreFrame->editor()->firstRectForRange(core(range)); 726 return kit(_private->coreFrame->editor()->mark().toNormalizedRange().get()); 825 _private->coreFrame->editor()->computeAndSetTypingStyle(core(style), undoAction); [all...] |
/frameworks/base/core/java/android/webkit/ |
WebSettingsClassic.java | 219 SharedPreferences.Editor editor = mContext 222 editor.putInt(DOUBLE_TAP_TOAST_COUNT, 224 editor.commit(); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneBase.java | 352 SharedPreferences.Editor editor = sp.edit(); local 353 editor.putBoolean(DNS_SERVER_CHECK_DISABLED_KEY, b); 354 editor.apply(); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
ResearchLogger.java | 30 import android.content.SharedPreferences.Editor; 171 Editor e = prefs.edit(); 183 Editor e = prefs.edit(); 299 final Editor e = mPrefs.edit(); 309 Editor e = mPrefs.edit(); 770 Editor editor = prefs.edit(); local 771 editor.putString(PREF_RESEARCH_LOGGER_UUID_STRING, uuidString); 772 editor.apply(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 787 * editor 789 * @param graphicalEditor the editor associated with the resource to be 802 AndroidXmlEditor editor = graphicalEditor.getEditorDelegate().getEditor(); local 803 IProject project = editor.getProject(); 813 AndroidTargetData data = editor.getTargetData();
|
/packages/apps/Camera/src/com/android/camera/ |
PhotoModule.java | 26 import android.content.SharedPreferences.Editor; 592 Editor editor = mPreferences.edit(); local 593 editor.putString(CameraSettings.KEY_EXPOSURE, "0"); 594 editor.apply(); 2528 Editor editor = mPreferences.edit(); local [all...] |
VideoModule.java | 28 import android.content.SharedPreferences.Editor; 791 ComboPreferences.Editor editor = mPreferences.edit(); local 792 editor.putString(CameraSettings.KEY_VIDEO_EFFECT, 794 editor.apply(); 2641 Editor editor = mPreferences.edit(); local [all...] |