Searched refs:expectedActions (Results 1 – 3 of 3) sorted by relevance
422 final List<Integer> expectedActions = new ArrayList(); in testTwoFingersOneTap_activatedState_dispatchMotionEvents() local423 expectedActions.add(Integer.valueOf(ACTION_DOWN)); in testTwoFingersOneTap_activatedState_dispatchMotionEvents()425 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testTwoFingersOneTap_activatedState_dispatchMotionEvents()426 expectedActions.add(Integer.valueOf(ACTION_UP)); in testTwoFingersOneTap_activatedState_dispatchMotionEvents()458 final List<Integer> expectedActions = new ArrayList(); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() local459 expectedActions.add(Integer.valueOf(ACTION_DOWN)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents()462 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents()463 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents()464 expectedActions.add(Integer.valueOf(ACTION_UP)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents()619 List<Integer> expectedActions) { in assertActionsInOrder() argument[all …]
769 expectedActions =798 expectedActions =1036 expectedActions: List<UserActionModel> = emptyList(),1053 assertThat(records.size - userIds.size).isEqualTo(expectedActions.size)1054 (userIds.size until userIds.size + expectedActions.size).forEach { actionIndex ->1059 type = expectedActions[actionIndex - userIds.size],
358 List<String> expectedActions, Set<Integer> expectedMessageCodes) { in startUserAssertions() argument359 assertEquals(expectedActions, getActions(mInjector.mSentIntents)); in startUserAssertions()