/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SyncEngineTests.java | 76 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testTrivialSyncCallback() 82 verify(listener, times(1)).onTransactionReady(eq(id), notNull()); in testTrivialSyncCallback() 86 verify(listener, times(1)).onTransactionReady(anyInt(), any()); in testTrivialSyncCallback() 104 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testWaitingSyncCallback() 128 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testInvisibleSyncCallback() 154 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testWaitForChildrenCallback() 158 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testWaitForChildrenCallback() 162 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testWaitForChildrenCallback() 187 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testWaitForParentCallback() 191 verify(listener, times(0)).onTransactionReady(anyInt(), any()); in testWaitForParentCallback() [all …]
|
H A D | WindowOrganizerTests.java | 797 verify(transactionListener, never()).onTransactionReady(anyInt(), any()); in testBLASTCallbackWithActivityChildren() 804 verify(transactionListener).onTransactionReady(anyInt(), any()); in testBLASTCallbackWithActivityChildren() 1010 verify(mockCallback, never()).onTransactionReady(anyInt(), any()); in testBLASTCallbackWithWindows() 1018 verify(mockCallback, never()).onTransactionReady(anyInt(), any()); in testBLASTCallbackWithWindows() 1027 verify(mockCallback).onTransactionReady(anyInt(), any()); in testBLASTCallbackWithWindows()
|
H A D | WallpaperControllerTests.java | 341 transit.onTransactionReady(transit.getSyncId(), mock(SurfaceControl.Transaction.class)); in testWallpaperTokenVisibility()
|
H A D | TransitionTests.java | 464 public void onTransactionReady(int syncId, SurfaceControl.Transaction transaction) { in testTimeout() method
|
H A D | WindowTestsBase.java | 1680 mLastTransit.onTransactionReady(mLastTransit.getSyncId(), in start()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | WindowContainerTransactionCallback.java | 31 public abstract void onTransactionReady(int id, @NonNull SurfaceControl.Transaction t); in onTransactionReady() method in WindowContainerTransactionCallback 37 public void onTransactionReady(int id, SurfaceControl.Transaction t) { 38 WindowContainerTransactionCallback.this.onTransactionReady(id, t);
|
H A D | IWindowContainerTransactionCallback.aidl | 27 void onTransactionReady(int id, in SurfaceControl.Transaction t); in onTransactionReady() method
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | SyncTransactionQueue.java | 57 mInFlight.onTransactionReady(mInFlight.mId, new SurfaceControl.Transaction()); 205 public void onTransactionReady(int id, in onTransactionReady() method in SyncTransactionQueue.SyncCallback 221 mLegacyTransition.getSyncCallback().onTransactionReady(mId, t); in onTransactionReady()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSyncEngine.java | 61 void onTransactionReady(int mSyncId, SurfaceControl.Transaction transaction); in onTransactionReady() method 124 mListener.onTransactionReady(mSyncId, merged); in finishNow()
|
H A D | WindowOrganizerController.java | 1043 public void onTransactionReady(int syncId, SurfaceControl.Transaction t) { in onTransactionReady() method in WindowOrganizerController 1049 callback.onTransactionReady(syncId, t); in onTransactionReady()
|
H A D | Transition.java | 493 public void onTransactionReady(int syncId, SurfaceControl.Transaction transaction) { in onTransactionReady() method in Transition
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | LegacyTransitions.java | 88 public void onTransactionReady(int id, SurfaceControl.Transaction t) in onTransactionReady() method in LegacyTransitions.LegacyTransition.SyncCallback
|
/aosp12/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
H A D | TaskOrganizerMultiWindowTest.java | 48 public void onTransactionReady(int id, SurfaceControl.Transaction t) {
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 3321 …method public abstract void onTransactionReady(int, @NonNull android.view.SurfaceControl.Transacti…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50227 HPLcom/android/server/wm/WindowOrganizerController;->onTransactionReady(ILandroid/view/SurfaceContr…
|