Home
last modified time | relevance | path

Searched defs:wct (Results 1 – 25 of 64) sorted by relevance

123

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java300 WindowContainerTransaction wct = new WindowContainerTransaction(); in testOnNewTask_noSurface() local
328 WindowContainerTransaction wct = new WindowContainerTransaction(); in testOnNewTask_withSurface() local
340 WindowContainerTransaction wct = new WindowContainerTransaction(); in testSurfaceCreated_withTask() local
370 WindowContainerTransaction wct = new WindowContainerTransaction(); in testSurfaceDestroyed_withTask() local
388 WindowContainerTransaction wct = new WindowContainerTransaction(); in testOnReleased() local
404 WindowContainerTransaction wct = new WindowContainerTransaction(); in testOnTaskVanished() local
417 WindowContainerTransaction wct = new WindowContainerTransaction(); in testOnBackPressedOnTaskRoot() local
429 WindowContainerTransaction wct = new WindowContainerTransaction(); in testSetOnBackPressedOnTaskRoot() local
439 WindowContainerTransaction wct = new WindowContainerTransaction(); in testUnsetOnBackPressedOnTaskRoot() local
552 WindowContainerTransaction wct = new WindowContainerTransaction(); in testRemoveTaskView() local
[all …]
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DJetpackTaskFragmentOrganizer.java124 void startActivityToSide(@NonNull WindowContainerTransaction wct, in startActivityToSide()
169 void expandTaskFragment(@NonNull WindowContainerTransaction wct, in expandTaskFragment()
220 void createTaskFragment(@NonNull WindowContainerTransaction wct, in createTaskFragment()
262 void setAdjacentTaskFragments(@NonNull WindowContainerTransaction wct, in setAdjacentTaskFragments()
268 void clearAdjacentTaskFragments(@NonNull WindowContainerTransaction wct, in clearAdjacentTaskFragments()
274 void setCompanionTaskFragment(@NonNull WindowContainerTransaction wct, in setCompanionTaskFragment()
313 void updateWindowingMode(@NonNull WindowContainerTransaction wct, in updateWindowingMode()
326 void updateAnimationParams(@NonNull WindowContainerTransaction wct, in updateAnimationParams()
331 void updateAnimationParams(@NonNull WindowContainerTransaction wct, in updateAnimationParams()
340 void deleteTaskFragment(@NonNull WindowContainerTransaction wct, in deleteTaskFragment()
[all …]
H A DSplitController.java545 void onTaskFragmentAppeared(@NonNull WindowContainerTransaction wct, in onTaskFragmentAppeared()
574 void onTaskFragmentInfoChanged(@NonNull WindowContainerTransaction wct, in onTaskFragmentInfoChanged()
642 void onTaskFragmentVanished(@NonNull WindowContainerTransaction wct, in onTaskFragmentVanished()
729 void onActivityReparentedToTask(@NonNull WindowContainerTransaction wct, in onActivityReparentedToTask()
791 void onTaskFragmentError(@NonNull WindowContainerTransaction wct, in onTaskFragmentError()
842 void onActivityCreated(@NonNull WindowContainerTransaction wct, in onActivityCreated()
1027 private void expandActivity(@NonNull WindowContainerTransaction wct, in expandActivity()
1368 private TaskFragmentContainer createEmptyExpandedContainer( in createEmptyExpandedContainer()
1401 private TaskFragmentContainer getSecondaryContainerForSplitIfAny( in getSecondaryContainerForSplitIfAny()
1528 void registerSplit(@NonNull WindowContainerTransaction wct, in registerSplit()
[all …]
H A DSplitPresenter.java163 void cleanupContainer(@NonNull WindowContainerTransaction wct, in cleanupContainer()
175 TaskFragmentContainer createNewSplitWithEmptySideContainer( in createNewSplitWithEmptySideContainer()
219 void createNewSplitContainer(@NonNull WindowContainerTransaction wct, in createNewSplitContainer()
255 private TaskFragmentContainer prepareContainerForActivity( in prepareContainerForActivity()
292 void startActivityToSide(@NonNull WindowContainerTransaction wct, in startActivityToSide()
334 @NonNull WindowContainerTransaction wct) { in updateSplitContainer()
414 private void updateTaskFragmentWindowingModeIfRegistered( in updateTaskFragmentWindowingModeIfRegistered()
424 void createTaskFragment(@NonNull WindowContainerTransaction wct, in createTaskFragment()
465 void updateWindowingMode(@NonNull WindowContainerTransaction wct, in updateWindowingMode()
483 void updateAnimationParams(@NonNull WindowContainerTransaction wct, in updateAnimationParams()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeControllerTest.java151 WindowContainerTransaction wct = getDesktopModeSwitchTransaction(); in testDesktopModeEnabled_rootTdaSetToFreeform() local
166 WindowContainerTransaction wct = getDesktopModeSwitchTransaction(); in testDesktopModeDisabled_rootTdaSetToFullscreen() local
186 WindowContainerTransaction wct = getDesktopModeSwitchTransaction(); in testDesktopModeEnabled_windowingModeCleared() local
209 WindowContainerTransaction wct = getDesktopModeSwitchTransaction(); in testDesktopModeDisabled_windowingModeAndBoundsCleared() local
236 WindowContainerTransaction wct = getDesktopModeSwitchTransaction(); in testDesktopModeEnabled_homeTaskBehindVisibleTask() local
366 WindowContainerTransaction wct = getBringAppsToFrontTransaction(); in testShowDesktopApps_twoDisplays_bringsToFrontOnlyOneDisplay() local
433 WindowContainerTransaction wct = mController.handleRequest( in testHandleTransitionRequest_desktopModeNotActive_returnsNull() local
441 WindowContainerTransaction wct = mController.handleRequest( in testHandleTransitionRequest_unsupportedTransit_returnsNull() local
451 WindowContainerTransaction wct = mController.handleRequest( in testHandleTransitionRequest_notFreeform_returnsNull() local
462 WindowContainerTransaction wct = mController.handleRequest( in testHandleTransitionRequest_taskOpen_returnsWct() local
[all …]
H A DDesktopTasksControllerTest.kt175 val wct = getLatestWct(expectTransition = TRANSIT_NONE) regex
193 val wct = getLatestWct(expectTransition = TRANSIT_NONE) regex
211 val wct = getLatestWct(expectTransition = TRANSIT_NONE) regex
225 val wct = getLatestWct(expectTransition = TRANSIT_NONE) regex
241 val wct = getLatestWct(expectTransition = TRANSIT_NONE) regex
282 val wct = getLatestMoveToDesktopWct() regex
292 val wct = getLatestMoveToDesktopWct() regex
348 val wct = getLatestWct(expectTransition = TRANSIT_CHANGE) regex
358 val wct = getLatestWct(expectTransition = TRANSIT_CHANGE) regex
389 val wct = getLatestWct(expectTransition = TRANSIT_TO_FRONT) regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
H A DFreeformTaskTransitionStarter.java34 void startWindowingModeTransition(int targetWindowingMode, WindowContainerTransaction wct); in startWindowingModeTransition()
42 void startMinimizedModeTransition(WindowContainerTransaction wct); in startMinimizedModeTransition()
50 void startRemoveTransition(WindowContainerTransaction wct); in startRemoveTransition()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopTasksController.kt143 val wct = WindowContainerTransaction() regex
241 val wct = WindowContainerTransaction() regex
264 val wct = WindowContainerTransaction() regex
286 val wct = WindowContainerTransaction() regex
304 val wct = WindowContainerTransaction() regex
320 val wct = WindowContainerTransaction() regex
342 val wct = WindowContainerTransaction() regex
367 val wct = WindowContainerTransaction() regex
392 val wct = WindowContainerTransaction() regex
455 val wct = WindowContainerTransaction() regex
[all …]
H A DDesktopModeController.java178 WindowContainerTransaction wct = new WindowContainerTransaction(); in updateDesktopModeActive() local
196 ArrayList<RunningTaskInfo> runningTasks, WindowContainerTransaction wct) { in clearBoundsForStandardTasks()
209 WindowContainerTransaction wct) { in clearFreeformForStandardTasks()
223 WindowContainerTransaction wct) { in moveHomeBehindVisibleTasks()
248 @WindowConfiguration.WindowingMode int windowingMode, WindowContainerTransaction wct) { in setDisplayAreaWindowingMode()
270 WindowContainerTransaction wct = new WindowContainerTransaction(); in showDesktopApps() local
288 private void bringDesktopAppsToFront(int displayId, WindowContainerTransaction wct) { in bringDesktopAppsToFront()
318 private void moveHomeTaskToFront(WindowContainerTransaction wct) { in moveHomeTaskToFront()
349 WindowContainerTransaction wct = new WindowContainerTransaction(); in moveTaskToFront() local
410 WindowContainerTransaction wct = new WindowContainerTransaction(); in handleRequest() local
H A DEnterDesktopTaskTransitionHandler.java86 @NonNull WindowContainerTransaction wct, in startTransition()
100 public void startMoveToDesktop(@NonNull WindowContainerTransaction wct, in startMoveToDesktop()
113 public void finalizeMoveToDesktop(@NonNull WindowContainerTransaction wct, in finalizeMoveToDesktop()
126 public void startCancelMoveToDesktopMode(@NonNull WindowContainerTransaction wct, in startCancelMoveToDesktopMode()
139 public void moveToDesktop(@NonNull WindowContainerTransaction wct, in moveToDesktop()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java448 WindowContainerTransaction wct) { in moveToStage()
900 WindowContainerTransaction wct) { in launchAsFullscreenWithRemoteAnimation()
940 private void startWithLegacyTransition(WindowContainerTransaction wct, in startWithLegacyTransition()
1168 WindowContainerTransaction wct) { in prepareEvictNonOpeningChildTasks()
1302 @Nullable WindowContainerTransaction wct) { in setSideStagePosition()
1307 @Nullable WindowContainerTransaction wct) { in setSideStagePosition()
1398 WindowContainerTransaction wct, @ExitReason int exitReason) { in applyExitSplitScreen()
1547 @NonNull WindowContainerTransaction wct) { in prepareExitSplitScreen()
1562 void prepareEnterSplitScreen(WindowContainerTransaction wct, in prepareEnterSplitScreen()
1578 private void prepareBringSplit(WindowContainerTransaction wct, in prepareBringSplit()
[all …]
H A DMainStage.java51 void activate(WindowContainerTransaction wct, boolean includingTopTask) { in activate()
61 void deactivate(WindowContainerTransaction wct) { in deactivate()
65 void deactivate(WindowContainerTransaction wct, boolean toTop) { in deactivate()
H A DStageTaskListener.java335 void addTask(ActivityManager.RunningTaskInfo task, WindowContainerTransaction wct) { in addTask()
344 void reorderChild(int taskId, boolean onTop, WindowContainerTransaction wct) { in reorderChild()
359 void evictAllChildren(WindowContainerTransaction wct) { in evictAllChildren()
366 void evictOtherChildren(WindowContainerTransaction wct, int taskId) { in evictOtherChildren()
374 void evictNonOpeningChildren(RemoteAnimationTarget[] apps, WindowContainerTransaction wct) { in evictNonOpeningChildren()
387 void evictInvisibleChildren(WindowContainerTransaction wct) { in evictInvisibleChildren()
396 void evictChildren(WindowContainerTransaction wct, int taskId) { in evictChildren()
403 void reparentTopTask(WindowContainerTransaction wct) { in reparentTopTask()
409 void resetBounds(WindowContainerTransaction wct) { in resetBounds()
H A DSideStage.java49 boolean removeAllTasks(WindowContainerTransaction wct, boolean toTop) { in removeAllTasks()
60 boolean removeTask(int taskId, WindowContainerToken newParent, WindowContainerTransaction wct) { in removeTask()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutOrganizer.java103 final WindowContainerTransaction wct = new WindowContainerTransaction(); in onDisplayChanged() local
124 final WindowContainerTransaction wct = new WindowContainerTransaction(); in onDisplayAreaAppeared() local
138 final WindowContainerTransaction wct = new WindowContainerTransaction(); in onDisplayAreaVanished() local
185 final WindowContainerTransaction wct = new WindowContainerTransaction(); in enableHideDisplayCutout() local
308 WindowContainerTransaction wct, SurfaceControl.Transaction t) { in applyBoundsAndOffsets()
315 void applyTransaction(WindowContainerTransaction wct, SurfaceControl.Transaction t) { in applyTransaction()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSyncTransactionQueue.java70 public void queue(WindowContainerTransaction wct) { in queue()
89 @WindowManager.TransitionType int type, WindowContainerTransaction wct) { in queue()
109 public boolean queueIfWaiting(WindowContainerTransaction wct) { in queueIfWaiting()
169 SyncCallback(WindowContainerTransaction wct) { in SyncCallback()
175 @WindowManager.TransitionType int type, WindowContainerTransaction wct) { in SyncCallback()
H A DLaunchAdjacentController.kt79 val wct = WindowContainerTransaction() regex
86 val wct = WindowContainerTransaction() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DLaunchAdjacentControllerTest.kt59 val wct = getLatestTransactionOrFail() regex
76 val wct = getLatestTransactionOrFail() regex
88 val wct = getLatestTransactionOrFail() regex
100 val wct = getLatestTransactionOrFail() regex
126 val wct = getLatestTransactionOrFail() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DTaskOperations.java75 WindowContainerTransaction wct = new WindowContainerTransaction(); in closeTask() local
85 WindowContainerTransaction wct = new WindowContainerTransaction(); in minimizeTask() local
95 WindowContainerTransaction wct = new WindowContainerTransaction(); in maximizeTask() local
H A DFluidResizeTaskPositioner.java76 WindowContainerTransaction wct = new WindowContainerTransaction(); in onDragPositioningStart() local
89 final WindowContainerTransaction wct = new WindowContainerTransaction(); in onDragPositioningMove() local
117 final WindowContainerTransaction wct = new WindowContainerTransaction(); in onDragPositioningEnd() local
129 final WindowContainerTransaction wct = new WindowContainerTransaction(); in onDragPositioningEnd() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTransitions.java78 @Nullable WindowContainerTransaction wct, in PendingTransition()
222 void startTaskView(@NonNull WindowContainerTransaction wct, in startTaskView()
229 void closeTaskView(@NonNull WindowContainerTransaction wct, in closeTaskView()
244 final WindowContainerTransaction wct = new WindowContainerTransaction(); in setTaskViewVisible() local
282 WindowContainerTransaction wct = new WindowContainerTransaction(); in setTaskBounds() local
326 WindowContainerTransaction wct = null; in startAnimation() local
/aosp14/frameworks/base/core/java/android/window/
H A DTaskFragmentOrganizer.java212 @NonNull WindowContainerTransaction wct, in onTransactionHandled()
228 public void applyTransaction(@NonNull WindowContainerTransaction wct) { in applyTransaction()
245 public void applyTransaction(@NonNull WindowContainerTransaction wct, in applyTransaction()
H A DITaskFragmentOrganizerController.aidl60 void onTransactionHandled(in IBinder transactionToken, in WindowContainerTransaction wct, in onTransactionHandled()
66 void applyTransaction(in WindowContainerTransaction wct, int transitionType, in applyTransaction()
/aosp14/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A DTaskView.java88 final WindowContainerTransaction wct = new WindowContainerTransaction(); in resizeTask() local
101 final WindowContainerTransaction wct = new WindowContainerTransaction(); in hideTask() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DStageCoordinatorTests.java161 final WindowContainerTransaction wct = spy(new WindowContainerTransaction()); in testMoveToStage_splitActiveBackground() local
179 final WindowContainerTransaction wct = new WindowContainerTransaction(); in testMoveToStage_splitActiveForeground() local
191 final WindowContainerTransaction wct = new WindowContainerTransaction(); in testMoveToStage_splitInctive() local

123