Searched refs:motionEventEquals (Results 1 – 1 of 1) sorted by relevance
612 && motionEventEquals(session.mTouchEvent, event); in verifyCommandDispatchTouchEvent()632 && motionEventEquals(session.mTrackballEvent, event); in verifyCommandDispatchTrackballEvent()651 && motionEventEquals(session.mGenricMotionEvent, event); in verifyCommandDispatchGenericMotionEvent()965 public static boolean motionEventEquals(MotionEvent event, MotionEvent other) { in motionEventEquals() method in TvInputServiceTest