Searched refs:motion (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/
H A DInputTransport.cpp38 // a few dozen large multi-finger motion events in the case where an application gets
73 return body.motion.pointerCount > 0
74 && body.motion.pointerCount <= MAX_POINTERS;
87 return sizeof(Header) + body.motion.size();
304 ALOGE("Attempted to publish a motion event with sequence number 0.");
316 msg.body.motion.seq = seq;
317 msg.body.motion.deviceId = deviceId;
318 msg.body.motion.source = source;
319 msg.body.motion.action = action;
320 msg.body.motion
[all...]
/frameworks/base/include/androidfw/
H A DInputTransport.h105 } motion; member in union:android::InputMessage::Body
211 /* Publishes a motion event to the input channel.
344 // Batched motion events per device and source.
358 eventTime = msg->body.motion.eventTime;
360 for (size_t i = 0; i < msg->body.motion.pointerCount; i++) {
361 uint32_t id = msg->body.motion.pointers[i].properties.id;
364 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
42 ; * motion vector buffer is still filled with the
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
51 ; * macroblock which contains four decoded motion vectors
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
42 ; * motion vector buffer is still filled with the
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
51 ; * macroblock which contains four decoded motion vectors
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1551 void dispatchTrackballEvent(Context context, int seq, MotionEvent motion, argument
1566 mCurMethod.dispatchTrackballEvent(seq, motion, callback);
1568 Log.w(TAG, "IME died: " + mCurId + " dropping trackball: " + motion, e);

Completed in 154 milliseconds