Home
last modified time | relevance | path

Searched refs:TransactionPool (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTransactionPool.java25 public class TransactionPool { class
29 public TransactionPool() { in TransactionPool() method in TransactionPool
H A DSyncTransactionQueue.java43 private final TransactionPool mTransactionPool;
62 public SyncTransactionQueue(TransactionPool pool, ShellExecutor mainExecutor) { in SyncTransactionQueue()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimationUtils.java48 import com.android.wm.shell.common.TransactionPool;
70 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations()
89 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations()
104 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in createAnimator()
302 private final TransactionPool mTransactionPool;
308 TransactionPool transactionPool, Rect firstWindowFrame, in ShiftUpAnimation()
H A DSplashScreenExitAnimation.java32 import com.android.wm.shell.common.TransactionPool;
52 private final TransactionPool mTransactionPool;
59 Rect frame, int mainWindowShiftLength, TransactionPool pool, Runnable handleFinish, in SplashScreenExitAnimation()
H A DWindowlessSplashWindowCreator.java40 import com.android.wm.shell.common.TransactionPool;
44 private final TransactionPool mTransactionPool;
51 TransactionPool pool) { in WindowlessSplashWindowCreator()
H A DWindowlessSnapshotWindowCreator.java40 import com.android.wm.shell.common.TransactionPool;
49 private final TransactionPool mTransactionPool;
55 TransactionPool transactionPool) { in WindowlessSnapshotWindowCreator()
H A DStartingWindowController.java52 import com.android.wm.shell.common.TransactionPool;
99 TransactionPool pool) { in StartingWindowController()
H A DStartingSurfaceDrawer.java47 import com.android.wm.shell.common.TransactionPool;
75 IconProvider iconProvider, TransactionPool pool) { in StartingSurfaceDrawer()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
H A DTvSplitScreenController.java34 import com.android.wm.shell.common.TransactionPool;
59 private final TransactionPool mTransactionPool;
79 TransactionPool transactionPool, in TvSplitScreenController()
H A DTvStageCoordinator.java31 import com.android.wm.shell.common.TransactionPool;
51 TransactionPool transactionPool, in TvStageCoordinator()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
H A DUnfoldAnimationController.java26 import com.android.wm.shell.common.TransactionPool;
50 private final TransactionPool mTransactionPool;
65 @NonNull TransactionPool transactionPool, in UnfoldAnimationController()
H A DUnfoldTransitionHandler.java34 import com.android.wm.shell.common.TransactionPool;
59 private final TransactionPool mTransactionPool;
73 TransactionPool transactionPool, in UnfoldTransitionHandler()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DTvWMShellModule.java32 import com.android.wm.shell.common.TransactionPool;
88 TransactionPool transactionPool, in provideSplitScreenController()
H A DWMShellBaseModule.java56 import com.android.wm.shell.common.TransactionPool;
166 TransactionPool transactionPool, in provideDisplayImeController()
253 static SyncTransactionQueue provideSyncTransactionQueue(TransactionPool pool, in provideSyncTransactionQueue()
281 static TransactionPool provideTransactionPool() { in provideTransactionPool()
282 return new TransactionPool(); in provideTransactionPool()
587 TransactionPool pool, in provideTransitions()
705 TransactionPool pool) { in provideStartingWindowController()
H A DWMShellModule.java51 import com.android.wm.shell.common.TransactionPool;
323 TransactionPool transactionPool, in provideSplitScreenController()
378 TransactionPool transactionPool, in provideUnfoldAnimationController()
446 TransactionPool transactionPool, in provideUnfoldTransitionHandler()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitTestUtils.java37 import com.android.wm.shell.common.TransactionPool;
79 Transitions transitions, TransactionPool transactionPool, in TestStageCoordinator()
H A DSplitScreenControllerTests.java67 import com.android.wm.shell.common.TransactionPool;
104 @Mock TransactionPool mTransactionPool;
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingWindowControllerTests.java44 import com.android.wm.shell.common.TransactionPool;
73 private @Mock TransactionPool mTransactionPool;
H A DStartingSurfaceDrawerTests.java77 import com.android.wm.shell.common.TransactionPool;
101 private TransactionPool mTransactionPool;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java50 import com.android.wm.shell.common.TransactionPool;
80 private final TransactionPool mTransactionPool;
115 ScreenRotationAnimation(Context context, SurfaceSession session, TransactionPool pool, in ScreenRotationAnimation()
H A DDefaultTransitionHandler.java109 import com.android.wm.shell.common.TransactionPool;
122 private final TransactionPool mTransactionPool;
159 @NonNull TransactionPool transactionPool, in DefaultTransitionHandler()
738 @NonNull Runnable finishCallback, @NonNull TransactionPool pool, in buildSurfaceAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
H A DUnfoldTransitionHandlerTest.java39 import com.android.wm.shell.common.TransactionPool;
249 private static class TestTransactionPool extends TransactionPool {
H A DUnfoldAnimationControllerTest.java38 import com.android.wm.shell.common.TransactionPool;
68 private TransactionPool mTransactionPool;
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayImeControllerTest.java68 mPerDisplay = new DisplayImeController(null, mShellInit, null, null, new TransactionPool() { in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java48 import com.android.wm.shell.common.TransactionPool;
61 private final TransactionPool mTransactionPool;
81 SplitScreenTransitions(@NonNull TransactionPool pool, @NonNull Transitions transitions, in SplitScreenTransitions()

12