Searched refs:pc1 (Results 1 – 2 of 2) sorted by relevance
70 final MotionEvent.PointerCoords pc1 = new MotionEvent.PointerCoords(); in sendPinchZoomAction() local71 pc1.x = firstFingerStartCoords[0]; in sendPinchZoomAction()72 pc1.y = firstFingerStartCoords[1]; in sendPinchZoomAction()73 pc1.pressure = 1; in sendPinchZoomAction()74 pc1.size = 1; in sendPinchZoomAction()83 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction()125 pc1.x = stepsFirstFinger[i][0]; in sendPinchZoomAction()126 pc1.y = stepsFirstFinger[i][1]; in sendPinchZoomAction()
2432 auto pc1 = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F() local2434 ASSERT_TRUE(pc1->isPointerShown()); in TEST_F()2440 ASSERT_FALSE(pc1->isPointerShown()); in TEST_F()2445 ASSERT_FALSE(pc1->isPointerShown()); in TEST_F()