Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp473 int buttonState = 0; in processMouseEvent() local
474 screen_get_event_property_iv(screen_event, SCREEN_PROPERTY_BUTTONS, &buttonState); in processMouseEvent()
476 if (buttonState == FAKE_MOUSE_BUTTON_FOR_TRIGGER_TEST_EVENT) { in processMouseEvent()
484 s_lastButtonState = buttonState; in processMouseEvent()
489 else if (buttonState == lastButtonState) in processMouseEvent()
491 else if (buttonState > lastButtonState) in processMouseEvent()
512 : QNXCodeToButton(buttonState); in processMouseEvent()
/hardware/interfaces/input/common/aidl/aidl_api/android.hardware.input.common/1/android/hardware/input/common/
DMotionEvent.aidl49 android.hardware.input.common.Button buttonState;
/hardware/interfaces/input/common/aidl/aidl_api/android.hardware.input.common/current/android/hardware/input/common/
DMotionEvent.aidl49 android.hardware.input.common.Button buttonState;
/hardware/interfaces/input/common/aidl/android/hardware/input/common/
DMotionEvent.aidl88 Button buttonState;
/hardware/interfaces/input/classifier/1.0/vts/functional/
DVtsHalInputClassifierV1_0TargetTest.cpp48 event.buttonState = 0; in getSimpleMotionEvent()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h308 int32_t area, int32_t display, int32_t inputType, int32_t action, int32_t buttonState,
/hardware/interfaces/input/common/1.0/
Dtypes.hal805 bitfield<Button> buttonState;