Home
last modified time | relevance | path

Searched defs:activityTestRule (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTestUtils.java54 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/
DCtsTouchUtils.java93 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/
DExpandableListTester.java42 public ExpandableListTester(ActivityTestRule<?> activityTestRule, in ExpandableListTester()
/cts/tests/tests/slice/src/android/slice/cts/
DSliceProviderTest.kt45 @Rule @JvmField var activityTestRule = ActivityTestRule(Launcher::class.java) variable in android.slice.cts.SliceProviderTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayClientTests.java93 final ActivityTestRule<T> activityTestRule = new ActivityTestRule<>( in testDisplayIdUpdateOnMove() local