Searched refs:pointersInWindow (Results 1 – 3 of 3) sorted by relevance
701 int pointersInWindow(int displayId, MotionEvent motionEvent) { in pointersInWindow() method in MagnificationConnectionManager707 return magnifier.pointersInWindow(motionEvent); in pointersInWindow()1180 int pointersInWindow(MotionEvent motionEvent) { in pointersInWindow() method in MagnificationConnectionManager.WindowMagnifier
545 .pointersInWindow(mDisplayId, motionEvent) > 0) { in onGestureCompleted()
574 assertEquals(mMagnificationConnectionManager.pointersInWindow(TEST_DISPLAY, event), 1); in pointersInWindow_magnifierEnabled_returnCorrectValue()