Searched refs:maybeConsumeMotionEvent (Results 1 – 6 of 6) sorted by relevance
145 assertFalse(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(149 assertFalse(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(154 assertFalse(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(160 assertTrue(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(166 assertTrue(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(170 assertFalse(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(174 assertTrue(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(179 assertFalse(magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(344 magnetizedObject.maybeConsumeMotionEvent(getMotionEvent(349 magnetizedObject.maybeConsumeMotionEvent(getMotionEvent([all …]
121 mMagnetizedObject.maybeConsumeMotionEvent(event); in maybeConsumeDownMotionEvent()134 return mMagnetizedObject.maybeConsumeMotionEvent(event); in maybeConsumeMoveMotionEvent()147 return mMagnetizedObject.maybeConsumeMotionEvent(event); in maybeConsumeUpMotionEvent()
182 public boolean maybeConsumeMotionEvent(MotionEvent ev) { in maybeConsumeMotionEvent() method in PipDismissTargetHandler183 return mMagnetizedPip.maybeConsumeMotionEvent(ev); in maybeConsumeMotionEvent()
532 && mPipDismissTargetHandler.maybeConsumeMotionEvent(ev)) { in handleTouchEvent()
318 fun maybeConsumeMotionEvent(ev: MotionEvent): Boolean { regex
2662 return mMagnetizedObject != null && mMagnetizedObject.maybeConsumeMotionEvent(event); in passEventToMagnetizedObject()