Searched defs:steps (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | TestSequence.java | 12 private List<TestStepBase> steps; field in TestSequence 19 public TestSequence(TvAppVerifierActivity context, List<TestStepBase> steps) { in TestSequence()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | UiAutomatorUtils.java | 122 final int steps = 55; // == UiScrollable.SCROLL_STEPS in scrollPastCollapsibleToolbar() local 128 steps); in scrollPastCollapsibleToolbar() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInsetsAnimationTestBase.java | 102 private void assertBeforeAfterState(ArrayList<AnimationStep> steps, WindowInsets before, in assertBeforeAfterState() 112 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation) { in assertAnimationSteps() 115 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation, in assertAnimationSteps()
|
D | CrossAppDragAndDropTests.java | 165 private void injectInput(Point from, Point to, int steps) throws Exception { in injectInput()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | UiDeviceUtils.java | 59 public static void dragPointer(Point from, Point to, int steps) { in dragPointer()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/ |
D | ModeSwitchingTestActivity.java | 190 List<TestStepBase> steps = new ArrayList<>(); in createTestStepsForTransition() local
|