Home
last modified time | relevance | path

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

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DTransactionPool.java25 public class TransactionPool { class
29 public TransactionPool() { in TransactionPool() method in TransactionPool
DSyncTransactionQueue.java46 private final TransactionPool mTransactionPool;
65 public SyncTransactionQueue(TransactionPool pool, ShellExecutor mainExecutor) { in SyncTransactionQueue()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java32 import com.android.wm.shell.common.TransactionPool;
54 private final TransactionPool mTransactionPool;
61 Rect frame, int mainWindowShiftLength, TransactionPool pool, Runnable handleFinish, in SplashScreenExitAnimation()
DWindowlessSplashWindowCreator.java40 import com.android.wm.shell.common.TransactionPool;
44 private final TransactionPool mTransactionPool;
51 TransactionPool pool) { in WindowlessSplashWindowCreator()
DWindowlessSnapshotWindowCreator.java39 import com.android.wm.shell.common.TransactionPool;
48 private final TransactionPool mTransactionPool;
54 TransactionPool transactionPool) { in WindowlessSnapshotWindowCreator()
DSplashScreenExitAnimationUtils.java49 import com.android.wm.shell.common.TransactionPool;
93 int mainWindowShiftLength, TransactionPool transactionPool, Rect firstWindowFrame, in startAnimations()
118 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations()
134 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in createRadialVanishSlideUpAnimator()
385 private final TransactionPool mTransactionPool;
391 TransactionPool transactionPool, Rect firstWindowFrame, in ShiftUpAnimation()
DStartingWindowController.java51 import com.android.wm.shell.common.TransactionPool;
98 TransactionPool pool) { in StartingWindowController()
DStartingSurfaceDrawer.java49 import com.android.wm.shell.common.TransactionPool;
77 IconProvider iconProvider, TransactionPool pool) { in StartingSurfaceDrawer()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
DTvSplitScreenController.java35 import com.android.wm.shell.common.TransactionPool;
60 private final TransactionPool mTransactionPool;
79 TransactionPool transactionPool, in TvSplitScreenController()
DTvStageCoordinator.java31 import com.android.wm.shell.common.TransactionPool;
51 TransactionPool transactionPool, in TvStageCoordinator()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldAnimationController.java26 import com.android.wm.shell.common.TransactionPool;
50 private final TransactionPool mTransactionPool;
65 @NonNull TransactionPool transactionPool, in UnfoldAnimationController()
DUnfoldTransitionHandler.java37 import com.android.wm.shell.common.TransactionPool;
62 private final TransactionPool mTransactionPool;
76 TransactionPool transactionPool, in UnfoldTransitionHandler()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitTestUtils.java37 import com.android.wm.shell.common.TransactionPool;
79 Transitions transitions, TransactionPool transactionPool, in TestStageCoordinator()
DSplitScreenControllerTests.java69 import com.android.wm.shell.common.TransactionPool;
108 @Mock TransactionPool mTransactionPool;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DTvWMShellModule.java33 import com.android.wm.shell.common.TransactionPool;
87 TransactionPool transactionPool, in provideSplitScreenController()
DWMShellBaseModule.java60 import com.android.wm.shell.common.TransactionPool;
173 TransactionPool transactionPool, in provideDisplayImeController()
269 static SyncTransactionQueue provideSyncTransactionQueue(TransactionPool pool, in provideSyncTransactionQueue()
297 static TransactionPool provideTransactionPool() { in provideTransactionPool()
298 return new TransactionPool(); in provideTransactionPool()
652 TransactionPool pool, in provideTransitions()
796 TransactionPool pool) { in provideStartingWindowController()
DWMShellModule.java55 import com.android.wm.shell.common.TransactionPool;
356 TransactionPool transactionPool, in provideSplitScreenController()
415 TransactionPool transactionPool, in provideUnfoldAnimationController()
483 TransactionPool transactionPool, in provideUnfoldTransitionHandler()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingWindowControllerTests.java45 import com.android.wm.shell.common.TransactionPool;
75 private @Mock TransactionPool mTransactionPool;
DStartingSurfaceDrawerTests.java77 import com.android.wm.shell.common.TransactionPool;
101 private TransactionPool mTransactionPool;
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
DHomeTransitionObserverTest.java54 import com.android.wm.shell.common.TransactionPool;
74 private final TransactionPool mTransactionPool = mock(TransactionPool.class);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DScreenRotationAnimation.java50 import com.android.wm.shell.common.TransactionPool;
80 private final TransactionPool mTransactionPool;
115 ScreenRotationAnimation(Context context, SurfaceSession session, TransactionPool pool, in ScreenRotationAnimation()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
DUnfoldAnimationControllerTest.java38 import com.android.wm.shell.common.TransactionPool;
68 private TransactionPool mTransactionPool;
DUnfoldTransitionHandlerTest.java43 import com.android.wm.shell.common.TransactionPool;
410 private static class TestTransactionPool extends TransactionPool {
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DDisplayImeControllerTest.java75 mPerDisplay = new DisplayImeController(null, mShellInit, null, null, new TransactionPool() { in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenTransitions.java50 import com.android.wm.shell.common.TransactionPool;
64 private final TransactionPool mTransactionPool;
87 SplitScreenTransitions(@NonNull TransactionPool pool, @NonNull Transitions transitions, in SplitScreenTransitions()

12