Home
last modified time | relevance | path

Searched refs:mTaskFragmentOrganizerController (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskFragmentTest.java68 mAtm.mWindowOrganizerController.mTaskFragmentOrganizerController in setup()
H A DAppTransitionControllerTest.java1010 mAtm.mTaskFragmentOrganizerController.registerOrganizer(iOrganizer); in setupTaskFragmentRemoteAnimation()
1011 mAtm.mTaskFragmentOrganizerController.registerRemoteAnimations(iOrganizer, definition); in setupTaskFragmentRemoteAnimation()
H A DTaskFragmentOrganizerControllerTest.java83 mController = mAtm.mWindowOrganizerController.mTaskFragmentOrganizerController; in setup()
H A DAppTransitionTests.java433 mAtm.mTaskFragmentOrganizerController.registerOrganizer(iOrganizer); in testActivityRecordReparentToTaskFragment()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java151 private final TaskFragmentOrganizerController mTaskFragmentOrganizerController; field in TaskFragment
314 mTaskFragmentOrganizerController = in TaskFragment()
315 mAtmService.mWindowOrganizerController.mTaskFragmentOrganizerController; in TaskFragment()
2183 mTaskFragmentOrganizerController in sendTaskFragmentInfoChanged()
2190 mTaskFragmentOrganizerController.onTaskFragmentAppeared(mTaskFragmentOrganizer, this); in sendTaskFragmentAppeared()
2196 mTaskFragmentOrganizerController.onTaskFragmentVanished(mTaskFragmentOrganizer, this); in sendTaskFragmentVanished()
H A DWindowOrganizerController.java120 final TaskFragmentOrganizerController mTaskFragmentOrganizerController; field in WindowOrganizerController
135 mTaskFragmentOrganizerController = new TaskFragmentOrganizerController(atm); in WindowOrganizerController()
1021 return mTaskFragmentOrganizerController; in getTaskFragmentOrganizerController()
1297 mService.mTaskFragmentOrganizerController in sendTaskFragmentOperationFailure()
H A DAppTransitionController.java643 ? mDisplayContent.mAtmService.mTaskFragmentOrganizerController in overrideWithTaskFragmentRemoteAnimation()
H A DActivityTaskManagerService.java769 TaskFragmentOrganizerController mTaskFragmentOrganizerController; field in ActivityTaskManagerService
843 mTaskFragmentOrganizerController = in ActivityTaskManagerService()
844 mWindowOrganizerController.mTaskFragmentOrganizerController; in ActivityTaskManagerService()
H A DActivityTaskSupervisor.java848 mService.mTaskFragmentOrganizerController.dispatchPendingInfoChangedEvent( in realStartActivityLocked()
H A DRootWindowContainer.java882 mWmService.mAtmService.mTaskFragmentOrganizerController.dispatchPendingEvents(); in performSurfacePlacementNoTrace()