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.java92 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/
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/multidisplay/
DMultiDisplayClientTests.java96 final ActivityTestRule<T> activityTestRule = new ActivityTestRule<>( in testDisplayIdUpdateOnMove() local