Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
H A DOpenActivityFromBubbleOnLocksreenTest.kt76 instrumentation.uiAutomation.syncInputTransactions()
81 instrumentation.uiAutomation.syncInputTransactions()
88 instrumentation.uiAutomation.syncInputTransactions()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/notification/scenarios/
H A DNotificationUtils.kt58 instrumentation.uiAutomation.syncInputTransactions()
64 instrumentation.uiAutomation.syncInputTransactions()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceControlTests.java157 instrumentation.getUiAutomation().syncInputTransactions(); in testSurfaceChangedOnRotation()
168 instrumentation.getUiAutomation().syncInputTransactions(); in testSurfaceChangedOnRotation()
170 instrumentation.getUiAutomation().syncInputTransactions(); in testSurfaceChangedOnRotation()
/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java162 mWindowManager.syncInputTransactions(waitForAnimations); in injectInputEvent()
170 mWindowManager.syncInputTransactions(waitForAnimations); in injectInputEvent()
192 public void syncInputTransactions(boolean waitForAnimations) { in syncInputTransactions() method in UiAutomationConnection
200 mWindowManager.syncInputTransactions(waitForAnimations); in syncInputTransactions()
H A DIUiAutomationConnection.aidl46 void syncInputTransactions(boolean waitForAnimations); in syncInputTransactions() method
H A DUiAutomation.java944 public void syncInputTransactions() { in syncInputTransactions() method in UiAutomation
947 mUiAutomationConnection.syncInputTransactions(true /* waitForAnimations */); in syncInputTransactions()
963 public void syncInputTransactions(boolean waitForAnimations) { in syncInputTransactions() method in UiAutomation
966 mUiAutomationConnection.syncInputTransactions(waitForAnimations); in syncInputTransactions()
H A DInstrumentation.java1229 .syncInputTransactions(true /*waitForAnimations*/); in syncInputTransactionsAndInjectEventIntoSelf()
1238 .syncInputTransactions(true /*waitForAnimations*/); in syncInputTransactionsAndInjectEventIntoSelf()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/notification/
H A DOpenAppFromNotificationWarmTest.kt98 instrumentation.uiAutomation.syncInputTransactions()
104 instrumentation.uiAutomation.syncInputTransactions()
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DInTaskTransitionTest.java125 .syncInputTransactions(true /* waitForAnimations */); in run()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl701 void syncInputTransactions(boolean waitForAnimations); in syncInputTransactions() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3106 syncInputTransactions(true /* waitForAnimations */); in moveDisplayToTopIfAllowed()
8552 public void syncInputTransactions(boolean waitForAnimations) { in syncInputTransactions() method in WindowManagerService
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt467 method public void syncInputTransactions();
468 method public void syncInputTransactions(boolean);