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 | 92 ActivityTestRule<?> activityTestRule, View view) { in emulateTapOnViewCenter() 107 ActivityTestRule<?> activityTestRule, View anchorView, in emulateTapOnView() 139 ActivityTestRule<?> activityTestRule, View view) { in emulateDoubleTapOnViewCenter() 154 ActivityTestRule<?> activityTestRule, View anchorView, in emulateDoubleTapOnView() 190 ActivityTestRule<?> activityTestRule, int dragStartX, int dragStartY, in emulateDragGesture() 198 ActivityTestRule<?> activityTestRule, int dragStartX, int dragStartY, int dragAmountX, in emulateDragGesture() 217 ActivityTestRule<?> activityTestRule, in emulateDragGesture() 240 ActivityTestRule<?> activityTestRule, in emulateDragGesture() 275 ActivityTestRule<?> activityTestRule, SparseArray<Point> coordinates) { in emulateDragGesture() 325 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/multidisplay/ |
D | MultiDisplayClientTests.java | 96 final ActivityTestRule<T> activityTestRule = new ActivityTestRule<>( in testDisplayIdUpdateOnMove() local
|