Searched refs:expectedActions (Results 1 – 2 of 2) sorted by relevance
349 final List<Integer> expectedActions = new ArrayList(); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents() local350 expectedActions.add(Integer.valueOf(ACTION_DOWN)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents()351 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents()352 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents()353 expectedActions.add(Integer.valueOf(ACTION_UP)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents()354 assertActionsInOrder(eventCaptor.mEvents, expectedActions); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents()376 final List<Integer> expectedActions = new ArrayList(); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents() local377 expectedActions.add(Integer.valueOf(ACTION_DOWN)); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents()378 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents()379 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents()[all …]
232 List<String> expectedActions, Set<Integer> expectedMessageCodes) { in startUserAssertions() argument233 assertEquals(expectedActions, getActions(mInjector.mSentIntents)); in startUserAssertions()