Searched defs:upEvent (Results 1 – 4 of 4) sorted by relevance
202 val upEvent = MotionEventBuilder.newBuilder().setAction(MotionEvent.ACTION_UP).build() in dragDisplayDownward() constant237 val upEvent = MotionEventBuilder.newBuilder().setAction(MotionEvent.ACTION_UP).build() in dragRootDisplayToNewSide() constant275 val upEvent = MotionEventBuilder.newBuilder().setAction(MotionEvent.ACTION_UP).build() in noRefreshForUnmovingDrag() constant
101 MotionEvent upEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, in testBackspaceClickHandler() local
274 private static Lifecycle.Event upEvent(Lifecycle.State state) { in upEvent() method in PreferenceControllerTestHelper
649 KeyEvent upEvent = createKeyEvent(/* down= */ false, uptime, uptime, keyCode); in rotaryEventToKeyEvents() local