Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/
DInputShellCommandTest.java69 assertAxisValues(event, Map.of(AXIS_X, 2f, AXIS_Y, -3f)); in testScroll_withPointerSource_noAxisOption()
79 assertAxisValues( in testScroll_withPointerSource_withScrollAxisOptions()
105 assertAxisValues(event, Map.of(AXIS_HSCROLL, 3f, AXIS_VSCROLL, 1.7f, AXIS_SCROLL, -4f)); in testScroll_withNonPointerSource_withScrollAxisOptions()
115 assertAxisValues(event, Map.of(AXIS_SCROLL, -4f)); in testDefaultScrollSource()
146 private void assertAxisValues(MotionEvent event, Map<Integer, Float> expectedValues) { in assertAxisValues() method in InputShellCommandTest