Home
last modified time | relevance | path

Searched refs:Runnable (Results 1 – 25 of 104) sorted by relevance

12345

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DEditors.java35 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()
DBooleanEditor.java31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor()
35 Runnable updateSwitch = new Runnable() { in bindEditor()
DTextEditor.java31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor()
35 Runnable updateEditText = new Runnable() { in bindEditor()
DDropDownEditor.java34 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor()
63 Runnable updateSelection = new Runnable() { in bindEditor()
DIconEditor.java37 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor()
44 final Runnable updateSelection = new Runnable() { in bindEditor()
DDateTimeEditor.java46 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/
DCommonAction.java29 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/
DGlobalCanvasDragInfo.java50 private Runnable mRemoveSourceHandler;
84 @Nullable Runnable removeSourceHandler) { in startDrag()
DGestureToolTip.java187 final Runnable timer = new Runnable() { in update()
DClipboardSupport.java207 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/
DGlTracePlugin.java109 private static Runnable sShowConsoleRunnable = new Runnable() {
DTraceFileWriter.java81 private class GLTraceReceiverTask implements Runnable {
DGLTraceCollectorDialog.java184 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/
DNewActivityWizard.java146 List<Runnable> finalizingTasks = getFinalizingActions(); in performFinish()
147 for (Runnable r : finalizingTasks) { in performFinish()
170 protected List<Runnable> getFinalizingActions() { in getFinalizingActions()
DNewProjectWizard.java277 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()
DNewTemplateWizard.java145 protected List<Runnable> getFinalizingActions() { in getFinalizingActions()
168 AdtPlugin.getDisplay().asyncExec(new Runnable() { in openFiles()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DMainActivity.java170 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/
DHierarchyViewerPlugin.java80 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/
DPixelPerfectLoupeView.java136 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/
DUiActions.java160 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/
DNotificationStudioActivity.java65 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/
DSystraceTask.java23 public class SystraceTask implements Runnable {
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DGdbServerTask.java29 public class GdbServerTask implements Runnable {
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewLauncher.java46 display.syncExec(new Runnable() { in openFile()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java66 private Runnable mVisibilityListener;
105 public void setVisibilityListener(Runnable listener) { in setVisibilityListener()

12345