Searched refs:motion (Results 1 – 13 of 13) sorted by relevance
109 body.motion.pointerCount > 0 && body.motion.pointerCount <= MAX_POINTERS; in isValid()111 ALOGE("Received invalid MOTION: pointerCount = %" PRIu32, body.motion.pointerCount); in isValid()143 return sizeof(Header) + body.motion.size(); in size()202 msg->body.motion.eventId = body.motion.eventId; in getSanitizedCopy()204 msg->body.motion.eventTime = body.motion.eventTime; in getSanitizedCopy()206 msg->body.motion.deviceId = body.motion.deviceId; in getSanitizedCopy()208 msg->body.motion.source = body.motion.source; in getSanitizedCopy()210 msg->body.motion.displayId = body.motion.displayId; in getSanitizedCopy()212 msg->body.motion.hmac = body.motion.hmac; in getSanitizedCopy()214 msg->body.motion.action = body.motion.action; in getSanitizedCopy()[all …]
56 MotionEvent motion = (MotionEvent) e; in processInputEventForCompatibility() local59 final int buttonState = motion.getButtonState(); in processInputEventForCompatibility()62 motion.setButtonState(buttonState | compatButtonState); in processInputEventForCompatibility()64 mProcessedEvents.add(motion); in processInputEventForCompatibility()
182 serverMsg.body.motion.pointerCount = 1; in TEST_F()186 serverMsg.body.motion.classification = classification; in TEST_F()193 EXPECT_EQ(classification, clientMsg.body.motion.classification) << in TEST_F()
164 } motion; member542 eventTime = msg.body.motion.eventTime; in initializeFrom()544 for (uint32_t i = 0; i < msg.body.motion.pointerCount; i++) { in initializeFrom()545 uint32_t id = msg.body.motion.pointers[i].properties.id; in initializeFrom()548 pointers[i].copyFrom(msg.body.motion.pointers[i].coords); in initializeFrom()
16 # Sony DS4 motion sensor configuration file.
7 …n. A FlingAnimation’s ‘end’ is when the friction simulation reports that motion has slowed to an i…
6 …supports additional functionality such as `followAnimatedTargetAlongPath` for more advanced motion.45 …n. This results in the view roughly following the path, but with natural motion that takes momentu…
32 …ambled` 34. `video/divx` 35. `video/divx3` 36. `video/xvid` 37. `video/x-motion-jpeg` 38. `text/3g…
368 public boolean onTouchEvent(MotionEvent motion) { in onTouchEvent() argument
125 will generate a motion event within the input framework, in addition to the
847 final MotionEvent motion = (MotionEvent) event; in injectInputEventInternal() local858 motion.applyTransform(MotionEvent.createRotateMatrix( in injectInputEventInternal()
22563 field public static final String KEY_SLOW_MOTION_MARKERS = "slow-motion-markers";