/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
D | JavaBridgeBasicsTest.java | 100 runTestOnUiThread(new Runnable() { in injectObjectAndReload() 127 runTestOnUiThread(new Runnable() { in testAdditionNotReflectedUntilReload() 134 runTestOnUiThread(new Runnable() { in testAdditionNotReflectedUntilReload() 147 runTestOnUiThread(new Runnable() { in testRemovalNotReflectedUntilReload() 154 runTestOnUiThread(new Runnable() { in testRemovalNotReflectedUntilReload() 165 runTestOnUiThread(new Runnable() { in testRemoveObjectNotAdded() 269 runTestOnUiThread(new Runnable() { in testObjectPersistsAcrossPageLoads() 285 runTestOnUiThread(new Runnable() { in testSameObjectInjectedMultipleTimes() 323 runTestOnUiThread(new Runnable() { in testReturnedObjectInjectedElsewhere() 347 runTestOnUiThread(new Runnable() { in testMethodInvokedOnBackgroundThread()
|
D | JavaBridgeTestBase.java | 89 runTestOnUiThread(new Runnable() { in setUpWebView() 106 runTestOnUiThread(new Runnable() { in executeJavaScript()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | AutoCompleteTextViewPopup.java | 59 runTestOnUiThread(new Runnable() { in testPopupSetListSelection() 122 runTestOnUiThread(new Runnable() { in testPopupClearListSelection() 155 runTestOnUiThread(new Runnable() { in testPopupNavigateNoAdapter() 188 runTestOnUiThread(new Runnable() { in testPopupShow() 199 runTestOnUiThread(new Runnable() { in testPopupShow() 210 runTestOnUiThread(new Runnable() { in testPopupShow() 254 runTestOnUiThread(new Runnable() { in clearText()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | BaseRecyclerViewInstrumentationTest.java | 67 runTestOnUiThread(new Runnable() { in setHasTransientState() 79 runTestOnUiThread(new Runnable() { in setAdapter() 89 runTestOnUiThread(new Runnable() { in swapAdapter() 157 runTestOnUiThread(new Runnable() { in removeRecyclerView() 237 runTestOnUiThread(new Runnable() { in setRecyclerView() 251 runTestOnUiThread(new Runnable() { in requestLayoutOnUIThread() 264 runTestOnUiThread(new Runnable() { in scrollBy() 281 runTestOnUiThread(new Runnable() { in scrollToPosition() 292 runTestOnUiThread(new Runnable() { in smoothScrollToPosition() 570 runTestOnUiThread(new Runnable() { in dispatchDataSetChanged() [all …]
|
D | DefaultItemAnimatorTest.java | 140 runTestOnUiThread(new Runnable() { in runAndWait() 307 runTestOnUiThread(new Runnable() { in endAnimations() 319 runTestOnUiThread(new Runnable() { in animateAdd() 330 runTestOnUiThread(new Runnable() { in animateRemove() 342 runTestOnUiThread(new Runnable() { in animateMove() 355 runTestOnUiThread(new Runnable() { in animateChange() 366 runTestOnUiThread(new Runnable() { in createViewHolder() 432 public void runTestOnUiThread(Runnable r) throws Throwable { in runTestOnUiThread() method in DefaultItemAnimatorTest 436 super.runTestOnUiThread(r); in runTestOnUiThread()
|
D | RecyclerViewAccessibilityTest.java | 112 runTestOnUiThread(new Runnable() { in onInitializeAccessibilityNodeInfoTest() 135 runTestOnUiThread(new Runnable() { in onInitializeAccessibilityNodeInfoTest() 151 runTestOnUiThread(new Runnable() { in onInitializeAccessibilityNodeInfoTest() 174 runTestOnUiThread(new Runnable() { in onInitializeAccessibilityNodeInfoTest() 205 runTestOnUiThread(new Runnable() { in performAccessibilityAction()
|
D | LinearLayoutManagerTest.java | 114 runTestOnUiThread(new Runnable() { in testKeepFocusOnRelayout() 265 runTestOnUiThread(new Runnable() { in stackFromEndTest() 279 runTestOnUiThread(new Runnable() { in stackFromEndTest() 345 runTestOnUiThread(new Runnable() { in scrollToPositionWithPredictive() 447 runTestOnUiThread(new Runnable() { in testDontRecycleChildrenOnDetach() 461 runTestOnUiThread(new Runnable() { in testRecycleChildrenOnDetach() 502 runTestOnUiThread(viewInBoundsTest); in getFirstLastChildrenTest() 506 runTestOnUiThread(new Runnable() { in getFirstLastChildrenTest() 514 runTestOnUiThread(viewInBoundsTest); in getFirstLastChildrenTest() 522 runTestOnUiThread(viewInBoundsTest); in getFirstLastChildrenTest() [all …]
|
D | RecyclerViewLayoutTest.java | 286 runTestOnUiThread(new Runnable() { in fling() 384 runTestOnUiThread(new Runnable() { in testAdapterPositionInvalidation() 484 runTestOnUiThread(new Runnable() { in adapterPositionsTest() 548 runTestOnUiThread(new Runnable() { in testScrollStateForSmoothScroll() 578 runTestOnUiThread(new Runnable() { in testScrollStateForSmoothScrollWithStop() 585 runTestOnUiThread(new Runnable() { in testScrollStateForSmoothScrollWithStop() 618 runTestOnUiThread(new Runnable() { in testScrollStateForFling() 651 runTestOnUiThread(new Runnable() { in testScrollStateForFlingWithStop() 658 runTestOnUiThread(new Runnable() { in testScrollStateForFlingWithStop() 721 runTestOnUiThread(new Runnable() { in sendTouch() [all …]
|
D | StaggeredGridLayoutManagerTest.java | 298 runTestOnUiThread(new Runnable() { in scrollBackAndPreservePositionsTest() 333 runTestOnUiThread(new Runnable() { in scrollBackAndPreservePositionsTest() 414 runTestOnUiThread(new Runnable() { in scrollToPositionWithPredictive() 478 runTestOnUiThread(viewInBoundsTest); in getFirstLastChildrenTest() 482 runTestOnUiThread(new Runnable() { in getFirstLastChildrenTest() 490 runTestOnUiThread(viewInBoundsTest); in getFirstLastChildrenTest() 499 runTestOnUiThread(viewInBoundsTest); in getFirstLastChildrenTest() 515 runTestOnUiThread(new Runnable() { in getFirstLastChildrenTest() 522 runTestOnUiThread(viewInBoundsTest); in getFirstLastChildrenTest() 999 runTestOnUiThread(new Runnable() { in saveRestore() [all …]
|
D | RecyclerViewAnimationsTest.java | 318 runTestOnUiThread(new Runnable() { in changeAnimTest() 383 runTestOnUiThread(new Runnable() { in testNotifyDataSetChanged() 583 runTestOnUiThread(new Runnable() { in testAdapterChangeDuringScrolling() 617 runTestOnUiThread(new Runnable() { in testNotifyDataSetChangedDuringScroll() 665 runTestOnUiThread(new Runnable() { in testRemoveScrapInvalidate() 698 runTestOnUiThread(new Runnable() { in testFindPositionOffset()
|
D | GridLayoutManagerTest.java | 152 runTestOnUiThread(new Runnable() { in accessibilitySpanIndicesTest() 502 runTestOnUiThread(new Runnable() { in scrollBackAndPreservePositionsTest() 544 runTestOnUiThread(new Runnable() { in scrollBackAndPreservePositionsTest()
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestCase.java | 133 public void runTestOnUiThread(final Runnable r) throws Throwable { in runTestOnUiThread() method in InstrumentationTestCase
|
/frameworks/base/docs/html/sdk/api_diff/3/ |
D | missingSinces.txt | 382 NO DOC BLOCK: android.test.InstrumentationTestCase Method runTestOnUiThread(java.lang.Runnable)
|
/frameworks/base/api/ |
D | system-current.txt | 31184 method public void runTestOnUiThread(java.lang.Runnable) throws java.lang.Throwable;
|
D | current.txt | 28951 method public void runTestOnUiThread(java.lang.Runnable) throws java.lang.Throwable;
|