Searched defs:run (Results 1 - 25 of 434) sorted by last modified time

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java778 public void run() { method in class:ActionMenuPresenter.OpenOverflowRunnable
H A DListPopupWindow.java58 * Used to write apps that run on platforms prior to Android L. When running
1061 public void run() {
1478 public void run() { method in class:ListPopupWindow.ForwardingListener.DisallowIntercept
1486 public void run() { method in class:ListPopupWindow.ForwardingListener.TriggerLongPress
1719 public void run() { method in class:ListPopupWindow.ListSelectorHider
1725 public void run() { method in class:ListPopupWindow.ResizePopupRunnable
1761 mResizePopupRunnable.run();
/frameworks/support/v7/mediarouter/jellybean-mr1/android/support/v7/media/
H A DMediaRouterJellybeanMr1.java107 public void run() { method in class:MediaRouterJellybeanMr1.ActiveScanWorkaround
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java58 TestAdapter mPreProcessClone; // we clone adapter pre-process to run operations to see result
65 public void run(TestResult result) { method in class:AdapterHelperTest
66 super.run(result);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java259 public void run() {
273 // We run this after pre-processing is complete so that ViewHolders have their
274 // final adapter positions. No need to run it if a layout is already requested.
308 * In that case, we cannot run any animations since we don't know what happened.
389 public void run() {
1149 * be run/queried/drawn first for their effects on item views. Padding added to views
1180 * be run/queried/drawn first for their effects on item views. Padding added to views
1371 mUpdateChildViewsRunnable.run();
2473 // When RV decides to run predictive animations, we need to measure in pre-layout
2670 * Post a runnable to the next frame to run pendin
3886 public void run() { method in class:RecyclerView.ViewFlinger
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java84 public void run() {
102 public void run() {
118 public void run() {
189 public void run() {
224 public void run() {
282 public void run() {
296 public void run() {
309 public void run() {
326 public void run() {
339 public void run() {
828 public void run() { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter.AddRemoveRunnable
[all...]
H A DDefaultItemAnimatorTest.java142 public void run() {
146 postRun.run();
216 public void run() throws Throwable {
309 public void run() {
321 public void run() {
332 public void run() {
344 public void run() {
357 public void run() {
368 public void run() {
428 public void run() throw method in interface:DefaultItemAnimatorTest.ThrowingRunnable
[all...]
H A DLinearLayoutManagerTest.java256 public void run() {
320 public void run() {
361 public void run() {
536 public void run() {
550 public void run() {
616 public void run() {
718 public void run() {
732 public void run() {
747 public void run() {
777 public void run() {
1318 abstract void run() throws Throwable; method in class:LinearLayoutManagerTest.PostLayoutRunnable
[all...]
H A DRecyclerViewAnimationsTest.java122 public void run() {
132 public void run() {
183 public void run() {
202 public void run() {
216 public void run() {
232 public void run() {
474 public void run() {
548 public void run() {
645 public void run() {
657 assertEquals("on notify data set changed, predictive animations should not run",
1669 final public void run(TestAdapter adapter) throws Throwable { method in class:RecyclerViewAnimationsTest.AdapterOps
[all...]
H A DRecyclerViewLayoutTest.java158 assertEquals("rv's horizontal scroll cb must not run", horizontalScrollCount,
160 assertEquals("rv's vertical scroll cb must not run", verticalScrollCount,
215 public void run() {
449 assertTrue("test sanity, fling must run", fling(horizontalVelocity, verticalVelocity));
450 assertEquals("rv's horizontal scroll cb must run " + horizontalScrollCount + " times'", 0,
452 assertEquals("rv's vertical scroll cb must run " + verticalScrollCount + " times'", 0,
576 public void run() {
597 public void run() {
598 runnable.run();
645 public void run() {
3204 public void run(TestAdapter adapter) throws Throwable; method in interface:RecyclerViewLayoutTest.AdapterRunnable
[all...]
H A DStaggeredGridLayoutManagerTest.java341 public void run() {
376 public void run() {
457 public void run() {
496 public void run() {
529 public void run() {
562 public void run() {
574 public void run() {
936 // run these tests twice. once initial layout, once after scroll
1046 public void run() throws Throwable {
1057 public void run() throw
2326 void run() throws Throwable; method in interface:StaggeredGridLayoutManagerTest.PostLayoutRunnable
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java273 * application is run on a new device. This mode allows the runtime to
333 // There is a race condition here. The calling code may be run
982 // There is a race condition here. The calling code may be run
1102 * rsSendToClient}, the data fields will be filled, and the run
1114 public void run() { method in class:RenderScript.RSMessageHandler
1147 * the fields in this class will be filled, and the run method will be called.
1153 public void run() { method in class:RenderScript.RSErrorHandler
1229 public void run() { method in class:RenderScript.MessageThread
1253 mRS.mMessageCallback.run();
1270 mRS.mErrorCallback.run();
[all...]
/frameworks/volley/src/main/java/com/android/volley/
H A DCacheDispatcher.java79 public void run() { method in class:CacheDispatcher
139 public void run() {
H A DExecutorDelivery.java90 public void run() { method in class:ExecutorDelivery.ResponseDeliveryRunnable
112 // If we have been provided a post-delivery runnable, run it.
114 mRunnable.run();
H A DNetworkDispatcher.java83 public void run() { method in class:NetworkDispatcher
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp497 batch->run();
544 void Batch::run() { function in class:android::renderscript::Batch
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
H A DBenchmark.java31 public void run() { method in class:Benchmark
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
H A DMandelbrot.java37 public void run() { method in class:Mandelbrot
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java30 * To run the test, please use command
69 public void run() { method in class:ImageProcessingTest.TestAction
82 // Set the benchmark thread to run on ui thread
H A DTestBase.java55 public void run() { method in class:TestBase.MessageProcessor
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java126 public void run() { method in class:ImageProcessingActivity2.MessageProcessor
283 // The function returns the average time in ms for the test run
365 // We run a short bit of work before starting the actual test
409 public void run() { method in class:ImageProcessingActivity2.Processor
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java131 public void run() { method in class:ImageProcessingActivityJB.MessageProcessor
249 // The function returns the average time in ms for the test run
322 // We run a short bit of work before starting the actual test
336 public void run() { method in class:ImageProcessingActivityJB.Processor
494 public void run() { method in class:ImageProcessingActivityJB.DVFSWorkaround.spinner
H A DImageProcessingTest.java31 * To run the test, please use command
84 public void run() { method in class:ImageProcessingTest.TestAction
97 // Set the benchmark thread to run on ui thread
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
H A DBenchmark.java35 public void run() { method in class:Benchmark
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc.java58 public void run() { method in class:UT_alloc

Completed in 450 milliseconds

1234567891011>>