Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 13 of 13) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTestSequence.java12 private List<TestStepBase> steps; field in TestSequence
19 public TestSequence(TvAppVerifierActivity context, List<TestStepBase> steps) { in TestSequence()
/cts/common/device-side/interactive/src/main/java/com/android/interactive/steps/
DCompositionStep.java36 protected CompositionStep(List<Class<? extends Step<Nothing>>> steps) { in CompositionStep()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUiAutomatorUtils.java170 final int steps = 55; // == UiScrollable.SCROLL_STEPS in scrollPastCollapsibleToolbar() local
176 steps); in scrollPastCollapsibleToolbar() local
DUiAutomatorUtils2.java171 final int steps = 55; // == UiScrollable.SCROLL_STEPS in scrollPastCollapsibleToolbar() local
177 steps); in scrollPastCollapsibleToolbar() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTestBase.java109 private void assertBeforeAfterState(ArrayList<AnimationStep> steps, WindowInsets before, in assertBeforeAfterState()
119 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation) { in assertAnimationSteps()
122 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation, in assertAnimationSteps()
DCrossAppDragAndDropTests.java166 private void injectInput(Point from, Point to, int steps) throws Exception { in injectInput()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DUiDeviceUtils.java60 public static void dragPointer(Point from, Point to, int steps) { in dragPointer()
DTouchHelper.java236 void continueSwipe(int endX, int endY, int steps) { in continueSwipe()
268 void quickSwipe(int startX, int startY, int endX, int endY, int steps) { in quickSwipe()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DMultipleStepsSignInActivity.java143 List<LinearLayout> steps = new ArrayList<>(2); in getStepsMap() local
/cts/apps/CameraITS/utils/
Dcapture_read_noise_utils.py279 def capture_read_noise_for_iso_range(cam, low_iso, high_iso, steps, cmap, argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/
DModeSwitchingTestActivity.java190 List<TestStepBase> steps = new ArrayList<>(); in createTestStepsForTransition() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java458 int steps = 10; in injectNavBarToHomeGestureEvents() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2750 private void assertGoBackOrForwardBySteps(boolean expected, int steps) { in assertGoBackOrForwardBySteps()