Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/input/
H A DVirtualInputDevice.cpp149 uinput_abs_setup yAbsSetup; in openUinput() local
150 yAbsSetup.code = ABS_MT_POSITION_Y; in openUinput()
151 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()
152 yAbsSetup.absinfo.minimum = 0; in openUinput()
153 if (ioctl(fd, UI_ABS_SETUP, &yAbsSetup) != 0) { in openUinput()
198 uinput_abs_setup yAbsSetup; in openUinput() local
199 yAbsSetup.code = ABS_Y; in openUinput()
200 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()
201 yAbsSetup.absinfo.minimum = 0; in openUinput()
202 if (ioctl(fd, UI_ABS_SETUP, &yAbsSetup) != 0) { in openUinput()