Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DStructLayout_test.cpp107 CHECK_OFFSET(InputMessage::Body::TouchMode, eventId, 0); in TestInputMessageAlignment()
108 CHECK_OFFSET(InputMessage::Body::TouchMode, isInTouchMode, 4); in TestInputMessageAlignment()
109 CHECK_OFFSET(InputMessage::Body::TouchMode, empty, 5); in TestInputMessageAlignment()
128 static_assert(sizeof(InputMessage::Body::TouchMode) == 8); in TestBodySize()
/frameworks/native/include/input/
DInputTransport.h212 struct TouchMode { struct
218 inline size_t size() const { return sizeof(TouchMode); } in size() argument