Lines Matching refs:motionEvent

208     MotionEvent* motionEvent = static_cast<MotionEvent*>(event);  in PublishAndConsumeMotionEvent()  local
210 EXPECT_EQ(eventId, motionEvent->getId()); in PublishAndConsumeMotionEvent()
211 EXPECT_EQ(deviceId, motionEvent->getDeviceId()); in PublishAndConsumeMotionEvent()
212 EXPECT_EQ(source, motionEvent->getSource()); in PublishAndConsumeMotionEvent()
213 EXPECT_EQ(displayId, motionEvent->getDisplayId()); in PublishAndConsumeMotionEvent()
214 EXPECT_EQ(hmac, motionEvent->getHmac()); in PublishAndConsumeMotionEvent()
215 EXPECT_EQ(action, motionEvent->getAction()); in PublishAndConsumeMotionEvent()
216 EXPECT_EQ(flags, motionEvent->getFlags()); in PublishAndConsumeMotionEvent()
217 EXPECT_EQ(edgeFlags, motionEvent->getEdgeFlags()); in PublishAndConsumeMotionEvent()
218 EXPECT_EQ(metaState, motionEvent->getMetaState()); in PublishAndConsumeMotionEvent()
219 EXPECT_EQ(buttonState, motionEvent->getButtonState()); in PublishAndConsumeMotionEvent()
220 EXPECT_EQ(classification, motionEvent->getClassification()); in PublishAndConsumeMotionEvent()
221 EXPECT_EQ(xScale, motionEvent->getXScale()); in PublishAndConsumeMotionEvent()
222 EXPECT_EQ(yScale, motionEvent->getYScale()); in PublishAndConsumeMotionEvent()
223 EXPECT_EQ(xOffset, motionEvent->getXOffset()); in PublishAndConsumeMotionEvent()
224 EXPECT_EQ(yOffset, motionEvent->getYOffset()); in PublishAndConsumeMotionEvent()
225 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
226 EXPECT_EQ(yPrecision, motionEvent->getYPrecision()); in PublishAndConsumeMotionEvent()
227 EXPECT_EQ(xCursorPosition, motionEvent->getRawXCursorPosition()); in PublishAndConsumeMotionEvent()
228 EXPECT_EQ(yCursorPosition, motionEvent->getRawYCursorPosition()); in PublishAndConsumeMotionEvent()
229 EXPECT_EQ(xCursorPosition * xScale + xOffset, motionEvent->getXCursorPosition()); in PublishAndConsumeMotionEvent()
230 EXPECT_EQ(yCursorPosition * yScale + yOffset, motionEvent->getYCursorPosition()); in PublishAndConsumeMotionEvent()
231 EXPECT_EQ(downTime, motionEvent->getDownTime()); in PublishAndConsumeMotionEvent()
232 EXPECT_EQ(eventTime, motionEvent->getEventTime()); in PublishAndConsumeMotionEvent()
233 EXPECT_EQ(pointerCount, motionEvent->getPointerCount()); in PublishAndConsumeMotionEvent()
234 EXPECT_EQ(0U, motionEvent->getHistorySize()); in PublishAndConsumeMotionEvent()
238 EXPECT_EQ(pointerProperties[i].id, motionEvent->getPointerId(i)); in PublishAndConsumeMotionEvent()
239 EXPECT_EQ(pointerProperties[i].toolType, motionEvent->getToolType(i)); in PublishAndConsumeMotionEvent()
242 motionEvent->getRawX(i)); in PublishAndConsumeMotionEvent()
244 motionEvent->getRawY(i)); in PublishAndConsumeMotionEvent()
246 motionEvent->getX(i)); in PublishAndConsumeMotionEvent()
248 motionEvent->getY(i)); in PublishAndConsumeMotionEvent()
250 motionEvent->getPressure(i)); in PublishAndConsumeMotionEvent()
252 motionEvent->getSize(i)); in PublishAndConsumeMotionEvent()
254 motionEvent->getTouchMajor(i)); in PublishAndConsumeMotionEvent()
256 motionEvent->getTouchMinor(i)); in PublishAndConsumeMotionEvent()
258 motionEvent->getToolMajor(i)); in PublishAndConsumeMotionEvent()
260 motionEvent->getToolMinor(i)); in PublishAndConsumeMotionEvent()
262 motionEvent->getOrientation(i)); in PublishAndConsumeMotionEvent()