Searched defs:activityTestRule (Results 1 – 5 of 5) sorted by relevance
| /cts/tests/tests/view/src/android/view/animation/cts/ |
| D | AnimationTestUtils.java | 54 final ActivityTestRule activityTestRule, final View view, final Animation animation) in assertRunAnimation() 71 final ActivityTestRule activityTestRule, final View view, final Animation animation, in assertRunAnimation() 89 public static void assertRunController(final ActivityTestRule activityTestRule, in assertRunController()
|
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
| D | CtsTouchUtils.java | 93 ActivityTestRule<?> activityTestRule, View view) { in emulateTapOnViewCenter() 105 ActivityTestRule<?> activityTestRule, View view, boolean waitForAnimations) { in emulateTapOnViewCenter() 120 ActivityTestRule<?> activityTestRule, View anchorView, in emulateTapOnView() 136 ActivityTestRule<?> activityTestRule, View anchorView, in emulateTapOnView() 170 ActivityTestRule<?> activityTestRule, View view) { in emulateDoubleTapOnViewCenter() 185 ActivityTestRule<?> activityTestRule, View anchorView, in emulateDoubleTapOnView() 222 ActivityTestRule<?> activityTestRule, int dragStartX, int dragStartY, in emulateDragGesture() 231 ActivityTestRule<?> activityTestRule, int dragStartX, int dragStartY, int dragAmountX, in emulateDragGesture() 250 ActivityTestRule<?> activityTestRule, in emulateDragGesture() 273 ActivityTestRule<?> activityTestRule, in emulateDragGesture() [all …]
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | ExpandableListTester.java | 42 public ExpandableListTester(ActivityTestRule<?> activityTestRule, in ExpandableListTester()
|
| /cts/tests/tests/slice/src/android/slice/cts/ |
| D | SliceProviderTest.kt | 45 @Rule @JvmField var activityTestRule = ActivityTestRule(Launcher::class.java) variable in android.slice.cts.SliceProviderTest
|
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ |
| D | MultiDisplayClientTests.java | 93 final ActivityTestRule<T> activityTestRule = new ActivityTestRule<>( in testDisplayIdUpdateOnMove() local
|