Home
last modified time | relevance | path

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

/frameworks/base/cmds/uinput/tests/src/com/android/commands/uinput/tests/
DEvemuParserTest.java123 private void assertAbsInfo(InputAbsInfo info, int minimum, int maximum, int fuzz, int flat, in assertAbsInfo() method in EvemuParserTest
145 assertAbsInfo(absInfos.get(0x03), -128, 128, 4, 4, 0); in testAbsInfoParsing_WithResolution()
146 assertAbsInfo(absInfos.get(0x2f), 0, 9, 0, 0, 0); in testAbsInfoParsing_WithResolution()
147 assertAbsInfo(absInfos.get(0x34), -4096, 4096, 0, 0, 0); in testAbsInfoParsing_WithResolution()
148 assertAbsInfo(absInfos.get(0x35), 0, 1599, 0, 0, 11); in testAbsInfoParsing_WithResolution()
162 assertAbsInfo(absInfos.get(0x2f), 0, 9, 0, 0, 0); in testAbsInfoParsing_WithoutResolution()
163 assertAbsInfo(absInfos.get(0x35), 0, 1599, 0, 0, 0); in testAbsInfoParsing_WithoutResolution()
164 assertAbsInfo(absInfos.get(0x36), 0, 2559, 0, 0, 0); in testAbsInfoParsing_WithoutResolution()
471 assertAbsInfo(absInfos.get(0), 0, 1936, 0, 0, 20); in testFreeDesktopEvemuRecording()
472 assertAbsInfo(absInfos.get(1), 0, 1057, 0, 0, 20); in testFreeDesktopEvemuRecording()
[all …]