Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSyncEngineTests.java76 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 DWindowOrganizerTests.java797 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 DWallpaperControllerTests.java341 transit.onTransactionReady(transit.getSyncId(), mock(SurfaceControl.Transaction.class)); in testWallpaperTokenVisibility()
H A DTransitionTests.java464 public void onTransactionReady(int syncId, SurfaceControl.Transaction transaction) { in testTimeout() method
H A DWindowTestsBase.java1680 mLastTransit.onTransactionReady(mLastTransit.getSyncId(), in start()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransactionCallback.java31 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 DIWindowContainerTransactionCallback.aidl27 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 DSyncTransactionQueue.java57 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 DBLASTSyncEngine.java61 void onTransactionReady(int mSyncId, SurfaceControl.Transaction transaction); in onTransactionReady() method
124 mListener.onTransactionReady(mSyncId, merged); in finishNow()
H A DWindowOrganizerController.java1043 public void onTransactionReady(int syncId, SurfaceControl.Transaction t) { in onTransactionReady() method in WindowOrganizerController
1049 callback.onTransactionReady(syncId, t); in onTransactionReady()
H A DTransition.java493 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 DLegacyTransitions.java88 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 DTaskOrganizerMultiWindowTest.java48 public void onTransactionReady(int id, SurfaceControl.Transaction t) {
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt3321 …method public abstract void onTransactionReady(int, @NonNull android.view.SurfaceControl.Transacti…
/aosp12/frameworks/base/services/
H A Dart-profile50227 HPLcom/android/server/wm/WindowOrganizerController;->onTransactionReady(ILandroid/view/SurfaceContr…