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