Home | History | Annotate | Download | only in tests

Lines Matching refs:Motion

49   CHECK_OFFSET(InputMessage::Body::Motion, seq, 0);
50 CHECK_OFFSET(InputMessage::Body::Motion, eventTime, 8);
51 CHECK_OFFSET(InputMessage::Body::Motion, deviceId, 16);
52 CHECK_OFFSET(InputMessage::Body::Motion, source, 20);
53 CHECK_OFFSET(InputMessage::Body::Motion, action, 24);
54 CHECK_OFFSET(InputMessage::Body::Motion, actionButton, 28);
55 CHECK_OFFSET(InputMessage::Body::Motion, flags, 32);
56 CHECK_OFFSET(InputMessage::Body::Motion, metaState, 36);
57 CHECK_OFFSET(InputMessage::Body::Motion, buttonState, 40);
58 CHECK_OFFSET(InputMessage::Body::Motion, edgeFlags, 44);
59 CHECK_OFFSET(InputMessage::Body::Motion, downTime, 48);
60 CHECK_OFFSET(InputMessage::Body::Motion, xOffset, 56);
61 CHECK_OFFSET(InputMessage::Body::Motion, yOffset, 60);
62 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 64);
63 CHECK_OFFSET(InputMessage::Body::Motion, yPrecision, 68);
64 CHECK_OFFSET(InputMessage::Body::Motion, pointerCount, 72);
65 CHECK_OFFSET(InputMessage::Body::Motion, pointers, 80);