/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | Editors.java | 35 Runnable bindEditor(View v, EditableItem item, Runnable afterChange); in bindEditor() 39 private static Runnable sUpdatePreset; 63 item.setVisibilityListener(new Runnable(){ in newEditor() 72 Runnable updater = editor.bindEditor(editorView, item, new Runnable() { in newEditor() 94 if (childTag instanceof Runnable) { in updateEditors() 95 ((Runnable) childTag).run(); in updateEditors()
|
D | BooleanEditor.java | 31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() 35 Runnable updateSwitch = new Runnable() { in bindEditor()
|
D | TextEditor.java | 31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() 35 Runnable updateEditText = new Runnable() { in bindEditor()
|
D | DropDownEditor.java | 34 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() 63 Runnable updateSelection = new Runnable() { in bindEditor()
|
D | IconEditor.java | 37 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() 44 final Runnable updateSelection = new Runnable() { in bindEditor()
|
D | DateTimeEditor.java | 46 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() 59 final Runnable updateButtonText = new Runnable() { in bindEditor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | CommonAction.java | 29 private Runnable mRunnable; 67 public void setRunnable(Runnable runnable) { in setRunnable()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GlobalCanvasDragInfo.java | 50 private Runnable mRemoveSourceHandler; 84 @Nullable Runnable removeSourceHandler) { in startDrag()
|
D | GestureToolTip.java | 187 final Runnable timer = new Runnable() { in update()
|
D | ClipboardSupport.java | 207 mCanvas.getEditorDelegate().getEditor().wrapUndoEditXmlModel(title, new Runnable() { in deleteSelection() 290 mCanvas.getEditorDelegate().getEditor().wrapUndoEditXmlModel("Paste", new Runnable() { in pasteSelection() 337 delegate.getEditor().wrapUndoEditXmlModel(title, new Runnable() { in pasteInEmptyDocument()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GlTracePlugin.java | 109 private static Runnable sShowConsoleRunnable = new Runnable() {
|
D | TraceFileWriter.java | 81 private class GLTraceReceiverTask implements Runnable {
|
D | GLTraceCollectorDialog.java | 184 private class StatusRefreshTask implements Runnable { 201 Display.getDefault().syncExec(new Runnable() { in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | NewActivityWizard.java | 146 List<Runnable> finalizingTasks = getFinalizingActions(); in performFinish() 147 for (Runnable r : finalizingTasks) { in performFinish() 170 protected List<Runnable> getFinalizingActions() { in getFinalizingActions()
|
D | NewProjectWizard.java | 277 getFinalizingActions().add(new Runnable() { in computeChanges() 375 List<Runnable> finalizingTasks = getFinalizingActions(); in performFinish() 376 for (Runnable r : finalizingTasks) { in performFinish() 436 List<Runnable> finalizingActions = activityTemplate.getFinalizingActions(); in generateActivity() 453 protected List<Runnable> getFinalizingActions() { in getFinalizingActions()
|
D | NewTemplateWizard.java | 145 protected List<Runnable> getFinalizingActions() { in getFinalizingActions() 168 AdtPlugin.getDisplay().asyncExec(new Runnable() { in openFiles()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | MainActivity.java | 170 runOnUiThread(new Runnable() { in onErrorChanged() 180 runOnUiThread(new Runnable() { in onStatusChanged()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
D | HierarchyViewerPlugin.java | 80 Display.getDefault().asyncExec(new Runnable() { in start() 104 Display.getDefault().asyncExec(new Runnable() { in start()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
D | PixelPerfectLoupeView.java | 136 Display.getDefault().syncExec(new Runnable() { in imageLoaded() 147 Display.getDefault().syncExec(new Runnable() { in overlayChanged()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiActions.java | 160 getRootNode().getEditor().wrapEditXmlModel(new Runnable() { in doRemove() 204 getRootNode().getEditor().wrapEditXmlModel(new Runnable() { in doUp() 385 getRootNode().getEditor().wrapEditXmlModel(new Runnable() { in doDown() 589 rootNode.getEditor().wrapEditXmlModel(new Runnable() { in addNewTreeElement()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
D | NotificationStudioActivity.java | 65 private final Runnable mRefreshNotificationInner = new Runnable() { 170 BACKGROUND.submit(new Runnable() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
D | SystraceTask.java | 23 public class SystraceTask implements Runnable {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | GdbServerTask.java | 29 public class GdbServerTask implements Runnable {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/ |
D | TraceviewLauncher.java | 46 display.syncExec(new Runnable() { in openFile()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
D | EditableItem.java | 66 private Runnable mVisibilityListener; 105 public void setVisibilityListener(Runnable listener) { in setVisibilityListener()
|