/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | TransactionPool.java | 25 public class TransactionPool { class 29 public TransactionPool() { in TransactionPool() method in TransactionPool
|
H A D | SyncTransactionQueue.java | 43 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 D | SplashScreenExitAnimationUtils.java | 48 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 D | SplashScreenExitAnimation.java | 32 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 D | WindowlessSplashWindowCreator.java | 40 import com.android.wm.shell.common.TransactionPool; 44 private final TransactionPool mTransactionPool; 51 TransactionPool pool) { in WindowlessSplashWindowCreator()
|
H A D | WindowlessSnapshotWindowCreator.java | 40 import com.android.wm.shell.common.TransactionPool; 49 private final TransactionPool mTransactionPool; 55 TransactionPool transactionPool) { in WindowlessSnapshotWindowCreator()
|
H A D | StartingWindowController.java | 52 import com.android.wm.shell.common.TransactionPool; 99 TransactionPool pool) { in StartingWindowController()
|
H A D | StartingSurfaceDrawer.java | 47 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 D | TvSplitScreenController.java | 34 import com.android.wm.shell.common.TransactionPool; 59 private final TransactionPool mTransactionPool; 79 TransactionPool transactionPool, in TvSplitScreenController()
|
H A D | TvStageCoordinator.java | 31 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 D | UnfoldAnimationController.java | 26 import com.android.wm.shell.common.TransactionPool; 50 private final TransactionPool mTransactionPool; 65 @NonNull TransactionPool transactionPool, in UnfoldAnimationController()
|
H A D | UnfoldTransitionHandler.java | 34 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 D | TvWMShellModule.java | 32 import com.android.wm.shell.common.TransactionPool; 88 TransactionPool transactionPool, in provideSplitScreenController()
|
H A D | WMShellBaseModule.java | 56 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 D | WMShellModule.java | 51 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 D | SplitTestUtils.java | 37 import com.android.wm.shell.common.TransactionPool; 79 Transitions transitions, TransactionPool transactionPool, in TestStageCoordinator()
|
H A D | SplitScreenControllerTests.java | 67 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 D | StartingWindowControllerTests.java | 44 import com.android.wm.shell.common.TransactionPool; 73 private @Mock TransactionPool mTransactionPool;
|
H A D | StartingSurfaceDrawerTests.java | 77 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 D | ScreenRotationAnimation.java | 50 import com.android.wm.shell.common.TransactionPool; 80 private final TransactionPool mTransactionPool; 115 ScreenRotationAnimation(Context context, SurfaceSession session, TransactionPool pool, in ScreenRotationAnimation()
|
H A D | DefaultTransitionHandler.java | 109 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 D | UnfoldTransitionHandlerTest.java | 39 import com.android.wm.shell.common.TransactionPool; 249 private static class TestTransactionPool extends TransactionPool {
|
H A D | UnfoldAnimationControllerTest.java | 38 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 D | DisplayImeControllerTest.java | 68 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 D | SplitScreenTransitions.java | 48 import com.android.wm.shell.common.TransactionPool; 61 private final TransactionPool mTransactionPool; 81 SplitScreenTransitions(@NonNull TransactionPool pool, @NonNull Transitions transitions, in SplitScreenTransitions()
|