Searched refs:waitForAnimations (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 191 public void triggerBackEventByGesture(int displayId, boolean sync, boolean waitForAnimations) { in triggerBackEventByGesture() argument 195 final SwipeSession session = new SwipeSession(displayId, sync, waitForAnimations); in triggerBackEventByGesture() 214 public SwipeSession(int displayId, boolean sync, boolean waitForAnimations) { in SwipeSession() argument 217 mWaitForAnimations = waitForAnimations; in SwipeSession()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 243 boolean waitForAnimations, @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture() argument 252 dragDurationMs, waitForAnimations, eventInjectionListener); in emulateDragGesture() 408 int dragDurationMs, boolean waitForAnimations, in injectMoveEventsForDrag() argument 562 boolean waitForAnimations, EventInjectionListener eventInjectionListener) { in emulateFlingGesture() argument 585 waitForAnimations, eventInjectionListener); in emulateFlingGesture()
|