Searched refs:run (Results 201 - 225 of 1270) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DDigitalClock.java81 public void run() {
91 mTicker.run();
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java36 /** Helper class to run test code in a new thread with a Looper. */
43 public void run() { method in class:ContentQueryMapTest.LooperThread
94 public void run() {
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp78 return soundPoolThread->run();
81 int SoundPoolThread::run() { function in class:android::SoundPoolThread
82 ALOGV("run");
94 ALOGW("run: Unrecognized message %d\n",
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DProviderExecutor.java100 public void run() { method in class:ProviderExecutor
104 command.run();
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DMoveJobTest.java45 createJob(newArrayList(testFile)).run();
68 createJob(newArrayList(testFile)).run();
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayAdapter.java121 public void run() {
133 public void run() {
/frameworks/base/tests/LockTaskTests/src/com/google/android/example/locktasktests/
H A DMainActivity.java27 public void run() {
46 mBackgroundPolling.run();
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java216 public void run() {
233 public void run() {
255 public void run() {
268 public void run() {
293 public void run() {
308 public void run() {
321 public void run() {
332 public void run() {
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DDemo1.java51 public void run() {
60 public void run() {
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java82 public void run() {
138 public void run() { method in class:UnitTest
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java82 public void run() {
138 public void run() { method in class:UnitTest
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUnitTest.java82 public void run() {
138 public void run() { method in class:UnitTest
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DTitleHelper.java74 public void run() {
80 public void run() {
/frameworks/support/v4/tests/java/android/support/v4/app/
H A DNestedFragmentTest.java50 public void run() {
80 public void run() {
H A DFragmentTransitionTest.java56 public void run() {
75 public void run() {
94 public void run() {
126 public void run() {
151 public void run() {
163 public void run() {
194 public void run() {
222 public void run() {
237 public void run() {
267 public void run() {
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerResizeTest.java61 public void run() {
77 public void run() {
H A DLinearLayoutManagerSavedStateTest.java86 public void run() throws Throwable {
97 public void run() throws Throwable {
110 public void run() throws Throwable {
124 public void run() throws Throwable {
280 mPostLayoutOperation.run();
361 abstract void run() throws Throwable; method in class:LinearLayoutManagerSavedStateTest.PostLayoutRunnable
365 public void run() {
373 public void run() {
H A DStaggeredGridLayoutManagerSavedStateTest.java64 public void run() throws Throwable {
75 public void run() throws Throwable {
88 public void run() throws Throwable {
102 public void run() throws Throwable {
163 mPostLayoutOperations.run();
247 abstract void run() throws Throwable; method in class:StaggeredGridLayoutManagerSavedStateTest.PostLayoutRunnable
H A DRecyclerViewLayoutTest.java136 public void run() {
143 public void run() {
160 public void run() {
233 public void run() {
251 public void run(View view) throws RuntimeException {
262 public void run(View view) throws RuntimeException {
274 public void run(View view) throws RuntimeException {
286 public void run(View view) throws RuntimeException {
298 public void run(View view) throws RuntimeException {
310 public void run(Vie
4121 void run(TestAdapter adapter) throws Throwable; method in interface:RecyclerViewLayoutTest.AdapterRunnable
4162 void run(View view) throws RuntimeException; method in interface:RecyclerViewLayoutTest.ViewRunnable
[all...]
/frameworks/volley/src/main/java/com/android/volley/
H A DCacheDispatcher.java79 public void run() { method in class:CacheDispatcher
139 public void run() {
/frameworks/av/services/audiopolicy/utilities/convert/
H A Dconvert.h167 static inline bool run(const std::string &str, dstType &result) function in class:android::utilities::details::Converter
177 static inline bool run(const srcType &str, std::string &result) function in class:android::utilities::details::Converter
195 static inline bool run(Src &src, Dst &dst) function in class:android::utilities::details::Converter
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java241 public void run() {
263 * @param finishRunnable the runnable to be run after the animation finished, or {@code null} if
264 * no action should be run
270 finishRunnable.run();
286 public void run() {
298 public void run() {
314 public void run() {
367 public void run() {
369 endRunnable.run();
442 public void run() {
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java89 public void run(TestResult result) { method in class:TestRunner.JunitTestSuite
91 super.run(result);
233 public void run(String[] classes) { method in class:TestRunner
235 run(cl);
279 test classes to a test suite for run
281 public void run(String className) { method in class:TestRunner
288 run(children);
306 //Need a way to mark a test to be run in profiling mode or not.
308 test.run();
311 test.run();
[all...]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java74 public void run() {
91 public void run() {
103 public void run() {
113 verify.run();
360 public void run() {
461 public void run() {
527 public void run() {
742 public void run() {
747 public void run() {
752 public void run() {
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java70 public void run() {
115 public void run() {
117 command.run();
124 fail("Failed to run the command on the looper.");
148 public void run() {
195 public void run() {

Completed in 4291 milliseconds

1234567891011>>