HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 276 - 300 of 696) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
JoinContactConfirmationDialogFragment.java 17 package com.android.contacts.editor;
SuggestionEditConfirmationDialogFragment.java 17 package com.android.contacts.editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 24 import org.eclipse.wb.internal.core.model.property.editor.string.StringPropertyDialog;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 63 public CopyCutAction(AndroidXmlEditor editor, Clipboard clipboard, ICommitXml xmlCommit,
65 this(editor, clipboard, xmlCommit, toList(selected), performCut);
75 public CopyCutAction(AndroidXmlEditor editor, Clipboard clipboard, ICommitXml xmlCommit,
78 mEditor = editor;
130 // directly from the editor, try to fall back on a direct XML serialization
162 /** Get the data directly from the editor. */
PasteAction.java 46 public PasteAction(AndroidXmlEditor editor, Clipboard clipboard, UiElementNode ui_node) {
48 mEditor = editor;
  /frameworks/base/media/java/android/media/
RemoteController.java 381 MetadataEditor editor = new MetadataEditor(); local
382 editor.mEditorMetadata = new Bundle();
383 editor.mEditorArtwork = null;
384 editor.mMetadataChanged = true;
385 editor.mArtworkChanged = true;
386 editor.mEditableKeys = 0;
387 return editor;
  /packages/apps/Settings/src/com/android/settings/datausage/
BillingCycleSettings.java 268 final NetworkPolicyEditor editor = target.getNetworkPolicyEditor(); local
272 final long bytes = isLimit ? editor.getPolicyLimitBytes(template)
273 : editor.getPolicyWarningBytes(template);
302 final NetworkPolicyEditor editor = target.getNetworkPolicyEditor(); local
319 editor.setPolicyLimitBytes(template, correctedBytes);
321 editor.setPolicyWarningBytes(template, correctedBytes);
361 final NetworkPolicyEditor editor = target.getNetworkPolicyEditor(); local
370 final int cycleDay = editor.getPolicyCycleDay(template);
387 final NetworkPolicyEditor editor = target.getNetworkPolicyEditor(); local
394 editor.setPolicyCycleDay(template, cycleDay, cycleTimezone)
    [all...]
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiConnector.java 381 final SharedPreferences.Editor editor = prefs.edit(); local
382 editor.putString("ssid", ssid);
383 editor.putString("psk", psk);
384 editor.putBoolean("scan_ssid", scanSsid);
385 editor.commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 73 * Represents an XML node that can be modified by the user interface in the XML editor.
161 * Also resets the attached XML node, document, editor if any.
561 * The editor must always be set on the root node. This method takes care of that.
563 * @param editor The editor to associate this node with.
565 public void setEditor(AndroidXmlEditor editor) {
567 mEditor = editor;
569 mUiParent.setEditor(editor);
859 AndroidXmlEditor editor = getEditor(); local
1000 AndroidXmlEditor editor = getEditor(); local
1181 AndroidXmlEditor editor = getEditor(); local
1247 AndroidXmlEditor editor = getEditor(); local
2018 AndroidXmlEditor editor = getEditor(); local
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 61 * entry may have only one editor at one time; if a value is not available to be
71 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
72 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
312 entry.currentEditor = new Editor(entry);
437 * Returns an editor for the entry named {@code key}, or null if another
440 public Editor edit(String key) throws IOException {
444 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
458 Editor editor = new Editor(entry) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 74 * editor's configuration chooser
210 GraphicalEditorPart editor = mPalette.getEditor(); local
211 LayoutEditorDelegate layoutEditorDelegate = editor.getEditorDelegate();
212 LayoutLibrary layoutLibrary = editor.getLayoutLibrary();
243 model.setUnknownDescriptorProvider(editor.getModel().getUnknownDescriptorProvider());
266 session = RenderService.create(editor)
270 .setLog(editor.createRenderLogger("palette"))
439 GraphicalEditorPart editor = mPalette.getEditor(); local
440 ResourceResolver resources = editor.getResourceResolver();
442 BufferedImage image = RenderService.create(editor)
    [all...]
CreateNewConfigJob.java 49 @NonNull GraphicalEditorPart editor,
53 mEditor = editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 272 * Returns the current editor (the currently visible and active editor), or null if
275 * @return the current editor, or null
349 * Returns the current text editor (the currently visible and active editor), or null
352 * @return the current text editor, or null
355 IEditorPart editor = getActiveEditor(); local
356 if (editor != null) {
357 if (editor instanceof ITextEditor) {
358 return (ITextEditor) editor;
389 IEditorPart editor = reference.getEditor(restore); local
433 IEditorPart editor = getActiveEditor(); local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 163 final SharedPreferences.Editor editor = prefs.edit(); local
164 editor.putBoolean(key, value);
165 editor.apply();
178 final SharedPreferences.Editor editor = prefs.edit(); local
179 editor.putString(key, value);
180 editor.apply();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 51 import org.eclipse.ui.forms.editor.FormEditor;
52 import org.eclipse.ui.forms.editor.IFormPage;
68 * Multi-page form editor for Android text files.
73 * source editor. This can be a no-op if desired.
84 /** Page id of the XML source editor, used for switching tabs programmatically */
90 /** Page index of the text editor (always the last page) */
93 /** The text editor */
102 * Creates a form editor.
119 * as well as text editor page) have been created. This give a chance to deriving
141 * Creates the pages of the multi-page editor
378 IEditorPart editor = getEditor(mTextPageIndex); local
    [all...]
  /external/python/cpython3/Lib/idlelib/
filelist.py 10 from idlelib.editor import EditorWindow
115 from idlelib.editor import fixwordbreaks
  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
StatusMessage.java 193 public VisualVoicemailPreferences.Editor putStatus(VisualVoicemailPreferences.Editor editor) {
194 return editor
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java 17 package com.android.notificationstudio.editor;
35 import com.android.notificationstudio.editor.Editors.Editor;
41 public class DateTimeEditor implements Editor {
IconEditor.java 17 package com.android.notificationstudio.editor;
32 import com.android.notificationstudio.editor.Editors.Editor;
35 public class IconEditor implements Editor {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 59 * There's one {@link RulesEngine} instance per layout editor.
61 * and the project specific rules (local to the current instance / layout editor).
84 * The editor which owns this {@link RulesEngine}
93 * @param editor the editor which owns this {@link RulesEngine}
96 public RulesEngine(GraphicalEditorPart editor, IProject project) {
98 mEditor = editor;
114 * @return the associated editor
497 * @param editor the XML editor to apply edits to the model for (performed by vie
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 34 public ExtractIncludeWizard(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) {
35 super(ref, editor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 48 public ApplicationAttributesPart(Composite body, FormToolkit toolkit, ManifestEditor editor,
50 super(body, toolkit, editor, applicationUiNode,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 45 /** A reference to the container editor */
52 public UiElementPart(Composite body, FormToolkit toolkit, ManifestEditor editor,
56 mEditor = editor;
69 * Returns the Editor associated with this part.
264 * wizard or a multi-page editor and the user is about to leave
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 259 SharedPreferences.Editor editor = activity.getSharedPreferences(PREFS_DEVICE_OWNER, local
262 editor.remove(PREF_LAUNCHER);
264 editor.putString(PREF_LAUNCHER, packageName);
266 editor.apply();
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 259 SharedPreferences.Editor editor = activity.getSharedPreferences(PREFS_DEVICE_OWNER, local
262 editor.remove(PREF_LAUNCHER);
264 editor.putString(PREF_LAUNCHER, packageName);
266 editor.apply();

Completed in 1712 milliseconds

<<11121314151617181920>>