Home
last modified time | relevance | path

Searched refs:incrementX (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java460 final float incrementX = ((float) (endX - startX)) / (number - 1); in injectStylusMoveEvents() local
467 float x = startX + incrementX * i + xy[0]; in injectStylusMoveEvents()
496 final float incrementX = ((float) (endX - startX)) / (number - 1); in injectStylusMoveEvents() local
501 int x = (int) (startX + incrementX * i + xy[0]); in injectStylusMoveEvents()
645 final float incrementX = ((float) (endX - startX)) / (steps - 1); in injectNavBarToHomeGestureEvents() local
651 float x = startX + incrementX * i; in injectNavBarToHomeGestureEvents()