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.java73 ActivityTestRule<?> activityTestRule, View view) { in emulateTapOnViewCenter()
85 ActivityTestRule<?> activityTestRule, View view, boolean waitForAnimations) { in emulateTapOnViewCenter()
100 ActivityTestRule<?> activityTestRule, View anchorView, in emulateTapOnView()
116 ActivityTestRule<?> activityTestRule, View anchorView, in emulateTapOnView()
148 ActivityTestRule<?> activityTestRule, View view) { in emulateDoubleTapOnViewCenter()
163 ActivityTestRule<?> activityTestRule, View anchorView, in emulateDoubleTapOnView()
200 ActivityTestRule<?> activityTestRule, in emulateDragGesture()
208 ActivityTestRule<?> activityTestRule, in emulateDragGesture()
229 ActivityTestRule<?> activityTestRule, in emulateDragGesture()
251 ActivityTestRule<?> activityTestRule, in emulateDragGesture()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListTester.java41 public ExpandableListTester(ActivityTestRule<?> activityTestRule, in ExpandableListTester()
/cts/tests/tests/slice/src/android/slice/cts/
DSliceProviderTest.kt44 @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