Searched refs:mIsClickUp (Results 1 – 1 of 1) sorted by relevance
129 Matcher<MotionEvent> mIsClickUp; field in MotionEventInjectorTest169 mIsClickUp = allOf(IS_ACTION_UP, isAtPoint(CLICK_POINT), hasStandardInitialization(), in setUp()285 assertThat(mCaptor1.getAllValues().get(1), mIsClickUp); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()