Searched refs:pointersInWindow (Results 1 – 3 of 3) sorted by relevance
683 int pointersInWindow(int displayId, MotionEvent motionEvent) { in pointersInWindow() method in WindowMagnificationManager689 return magnifier.pointersInWindow(motionEvent); in pointersInWindow()1144 int pointersInWindow(MotionEvent motionEvent) { in pointersInWindow() method in WindowMagnificationManager.WindowMagnifier
506 && mWindowMagnificationMgr.pointersInWindow(mDisplayId, motionEvent) > 0) { in onGestureCompleted()
573 assertEquals(mWindowMagnificationManager.pointersInWindow(TEST_DISPLAY, event), 1); in pointersInWindow_magnifierEnabled_returnCorrectValue()