Home
last modified time | relevance | path

Searched refs:runOnMainSync (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/support/v4/tests/java/android/support/v4/view/
DViewPropertyAnimatorCompatTest.java55 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testWithEndAction()
71 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testWithEndAction()
91 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testWithStartAction()
107 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testWithStartAction()
/frameworks/support/design/tests/src/android/support/design/widget/
DBottomSheetDialogTest.java50 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testBasicDialogSetup()
73 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testBasicDialogSetup()
85 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testShortDialog()
101 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testShortDialog()
DTabLayoutTest.java41 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testInflateTabLayoutWithTabItems()
77 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testInflateTabLayoutWithNonTabItem()
98 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testTabWithCustomLayoutSelection1()
120 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testTabWithCustomLayoutSelection2()
DBottomSheetBehaviorTest.java381 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testInvisible()
400 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testInvisible()
415 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testNestedScroll()
458 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testNestedScroll()
544 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in checkSetState()
DTabLayoutPoolingTest.java37 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testUsingTabsFromOtherInstance()
DBaseDynamicCoordinatorLayoutTest.java50 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in tearDown()
DBottomSheetBehaviorTouchTest.java69 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in setUpBottomSheet()
DAppBarLayoutBaseTest.java104 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in configureContent()
/frameworks/base/core/tests/coretests/src/android/util/
DOrientationUtil.java61 mInstrumentation.runOnMainSync(mSetToPortrait); in setPortraitOrientation()
65 mInstrumentation.runOnMainSync(mSetToLandscape); in setLandscapeOrientation()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DBaseThreadedTest.java37 getInstrumentation().runOnMainSync(new Runnable() { in setUp()
54 getInstrumentation().runOnMainSync(new Runnable() { in runTestOnUiThread()
/frameworks/support/v4/tests/java/android/support/v4/app/
DFragmentReceiveResultTest.java103 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in attachTestFragment()
119 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in startActivityForResult()
134 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in startIntentSenderForResult()
DNestedFragmentRestoreTest.java54 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in recreateActivity()
80 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in recreateActivity()
/frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/
DGridLayoutTest.java53 instrumentation.runOnMainSync(new Runnable() { in setContentView()
104 instrumentation.runOnMainSync(new Runnable() { in testMakeViewGone()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DFrameworkPerfTest.java18 getInstrumentation().runOnMainSync(new Runnable() { in testFrameworkPerf()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DBaseInstrumentationTestCase.java51 getInstrumentation().runOnMainSync(new Runnable() { in runTestOnUiThread()
DFragmentContentIdTest.java42 getInstrumentation().runOnMainSync(new Runnable() { in testFragmentAddedToAndroidContentIdCanBeRemoved()
DAlertDialogTest.java178 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testMessageStringPostCreation()
736 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testIconResourceChangeAfterInitialSetup()
767 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testIconResourceChangeWithNoInitialSetup()
799 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testIconResourceRemoveAfterInitialSetup()
852 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testIconResourceDrawableAfterInitialSetup()
883 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testIconDrawableChangeWithNoInitialSetup()
915 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testIconDrawableRemoveAfterInitialSetup()
DDrawerDynamicLayoutTest.java56 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in tearDown()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java141 getInstrumentation().runOnMainSync(new Runnable() { in runTestOnUiThread()
192 getInstrumentation().runOnMainSync(new Runnable() { in runTest()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DPopupMenuTest.java282 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
386 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
474 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
516 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() {
DListPopupWindowTest.java154 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testDismissalViaAPI()
285 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testItemClickViaAPI()
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
DAnimatedVectorDrawableTest.java195 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in testAnimateColor()
221 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in verifyRedOnly()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerSavedStateTest.java363 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in scrollToPosition()
371 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in scrollToPositionWithOffset()
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java77 getInstrumentation().runOnMainSync(new Runnable() { in runTest()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
DRecyclerViewTest.java54 InstrumentationRegistry.getInstrumentation().runOnMainSync(new Runnable() { in setContentView()

12