Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp109 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 …]
/frameworks/base/core/java/android/view/
DInputEventCompatProcessor.java56 MotionEvent motion = (MotionEvent) e; in processInputEventForCompatibility() local
59 final int buttonState = motion.getButtonState(); in processInputEventForCompatibility()
62 motion.setButtonState(buttonState | compatButtonState); in processInputEventForCompatibility()
64 mProcessedEvents.add(motion); in processInputEventForCompatibility()
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp182 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()
/frameworks/native/include/input/
DInputTransport.h164 } motion; member
542 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()
/frameworks/base/data/keyboards/
DVendor_054c_Product_05c4.idc16 # Sony DS4 motion sensor configuration file.
DVendor_054c_Product_09cc.idc16 # Sony DS4 motion sensor configuration file.
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-testing.md7 …n. A FlingAnimation’s ‘end’ is when the friction simulation reports that motion has slowed to an i…
Dphysics-animation-layout.md6 …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…
/frameworks/av/media/libstagefright/writer_fuzzers/
DREADME.md32 …ambled` 34. `video/divx` 35. `video/divx3` 36. `video/xvid` 37. `video/x-motion-jpeg` 38. `text/3g…
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java368 public boolean onTouchEvent(MotionEvent motion) { in onTouchEvent() argument
/frameworks/base/cmds/hid/
DREADME.md125 will generate a motion event within the input framework, in addition to the
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java847 final MotionEvent motion = (MotionEvent) event; in injectInputEventInternal() local
858 motion.applyTransform(MotionEvent.createRotateMatrix( in injectInputEventInternal()
/frameworks/base/core/api/
Dcurrent.txt22563 field public static final String KEY_SLOW_MOTION_MARKERS = "slow-motion-markers";