Home
last modified time | relevance | path

Searched refs:mIsClickUp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java142 Matcher<MotionEvent> mIsClickUp; field in MotionEventInjectorTest
187 mIsClickUp = allOf(IS_ACTION_UP, isAtPoint(CLICK_POINT), hasStandardInitialization(), in setUp()
305 assertThat(mCaptor1.getAllValues().get(1), mIsClickUp); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()