Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 211) sorted by relevance

123456789

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDateTimeEditor.java60 public void run() { in bindEditor()
67 updateButtonText.run(); in bindEditor()
82 updateButtonText.run(); in bindEditor()
83 afterChange.run(); in bindEditor()
105 updateButtonText.run(); in bindEditor()
106 afterChange.run(); in bindEditor()
119 updateButtonText.run(); in bindEditor()
120 afterChange.run(); in bindEditor()
DBooleanEditor.java36 public void run() { in bindEditor()
40 updateSwitch.run(); in bindEditor()
44 afterChange.run(); in bindEditor()
DEditors.java64 public void run() { in newEditor()
73 public void run() { in newEditor()
78 sUpdatePreset.run(); in newEditor()
95 ((Runnable) childTag).run(); in updateEditors()
DTextEditor.java36 public void run() { in bindEditor()
40 updateEditText.run(); in bindEditor()
47 afterChange.run(); in bindEditor()
DIconEditor.java45 public void run() { in bindEditor()
76 updateSelection.run(); in bindEditor()
77 afterChange.run(); in bindEditor()
99 updateSelection.run(); in bindEditor()
DDropDownEditor.java64 public void run() { in bindEditor()
68 updateSelection.run(); in bindEditor()
76 afterChange.run(); in bindEditor()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DREADME.txt15 Steps to run the test suite:
22 B- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu
38 Running the tests will run a secondary instance of Eclipse.
40 Please note the following constraints to be aware of when writing tests to run within a plugin envi…
67 disadvantage of not properly replicating how the tests will be run in the
68 continuous test environment. Tests that pass when run as "JUnit Tests" can
69 fail when run as "JUnit Plugin Tests", due to the extra constraints imposed by
76 Steps to run the test suite:
85 C- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu
99 Running the tests will run a secondary instance of Eclipse.
/sdk/
Drelease.md4 To run a release build that remove the SNAPSHOT qualifier, run:
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java143 public void run() { in onEndFailure()
164 public void run() { in onSuccess()
177 SyncProgressHelper.run(new SyncRunnable() { in onSuccess()
180 public void run(ISyncProgressMonitor monitor) in onSuccess()
234 public void run() { in onSuccess()
329 public void run() { in createPartControl()
340 public void run() { in createPartControl()
351 public void run() { in createPartControl()
363 public void run() { in createPartControl()
373 public void run() { in createPartControl()
[all …]
DOldLogCatView.java198 public void run() { in createPartControl()
207 public void run() { in createPartControl()
216 public void run() { in createPartControl()
225 public void run() { in createPartControl()
238 public void run() { in createPartControl()
260 public void run() { in createPartControl()
294 public void run() { in createPartControl() method
303 public void run() { in createPartControl() method
DFileExplorerView.java84 public void run() { in createPartControl()
94 public void run() { in createPartControl()
104 public void run() { in createPartControl()
114 public void run() { in createPartControl()
DLogCatView.java72 public void run() { in createPartControl() method
80 public void run() { in createPartControl() method
88 public void run() { in createPartControl() method
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DCommonAction.java56 public void run() { in run() method in CommonAction
58 mRunnable.run(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
DAddNativeWizard.java75 public void run(IProgressMonitor monitor) throws InvocationTargetException, in performFinish()
79 public void run(IProgressMonitor monitor1) throws CoreException { in performFinish()
112 workspace.run(op1, workspace.getRoot(), 0, new NullProgressMonitor()); in performFinish()
119 getContainer().run(false, true, op); in performFinish()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DDeviceViewAction.java52 public void run() { in run() method in DeviceViewAction.StartTraceAction
77 new ProgressMonitorDialog(shell).run(true, true, new IRunnableWithProgress() { in run()
79 public void run(IProgressMonitor monitor) in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUnwrapAction.java30 public void run(IAction action) { in run() method in UnwrapAction
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DWrapInAction.java30 public void run(IAction action) { in run() method in WrapInAction
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DUseCompoundDrawableAction.java30 public void run(IAction action) { in run() method in UseCompoundDrawableAction
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DChangeLayoutAction.java30 public void run(IAction action) { in run() method in ChangeLayoutAction
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DExtractIncludeAction.java30 public void run(IAction action) { in run() method in ExtractIncludeAction
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DExtractStyleAction.java30 public void run(IAction action) { in run() method in ExtractStyleAction
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DChangeViewAction.java30 public void run(IAction action) { in run() method in ChangeViewAction
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
Dmessages.properties33 AndroidJUnitTab_SizeLabel=Only run test methods annotated with:
37 RemoteAdtTestRunner_RunCompleteMsg=Test run finished
38 RemoteAdtTestRunner_RunFailedMsg_s=Test run failed: %1$s
41 RemoteAdtTestRunner_RunStoppedMsg=Test run stopped
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DLayoutView.java49 public void run() {
56 public void run() {
65 public void run() {
143 public void run() { in treeChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion30.txt4 …in layout (caused by adding and removing items) should cause a LayoutTransition to run. [boolean]
7 android:animationDuration : Sets how long a transition animation should run (in milliseconds) when…

123456789