Searched refs:mSnapshotController (Results 1 – 11 of 11) sorted by relevance
50 spyOn(mWm.mSnapshotController.mActivitySnapshotController); in setUp()51 mActivitySnapshotController = mWm.mSnapshotController.mActivitySnapshotController; in setUp()
1395 spyOn(mWm.mSnapshotController.mTaskSnapshotController); in testTransientLaunch()1407 controller.mSnapshotController = mWm.mSnapshotController; in testTransientLaunch()1408 final TaskSnapshotController taskSnapshotController = controller.mSnapshotController in testTransientLaunch()
1818 mSnapshotController = mock(SnapshotController.class); in TestTransitionController()
189 mService.mSnapshotController.setPause(true); in animate()192 mService.mSnapshotController.setPause(false); in animate()
125 SnapshotController mSnapshotController; field in TransitionController253 mSnapshotController = wms.mSnapshotController; in setWindowManager()1199 mSnapshotController.setPause(true); in updateAnimatingState()1205 mSnapshotController.setPause(false); in updateAnimatingState()
1180 mCloseTarget.mTransitionController.mSnapshotController in build()1227 activity.mTransitionController.mSnapshotController1256 activity.mTransitionController.mSnapshotController1314 return ar.mWmService.mSnapshotController.mActivitySnapshotController.getSnapshot(ar);
1181 final SnapshotController snapController = mController.mSnapshotController; in finishTransition()1392 mController.mSnapshotController.onTransitionFinish(mType, mTargets); in finishTransition()1613 mController.mSnapshotController.onTransactionReady(mType, mTargets); in onTransactionReady()
324 mService.mSnapshotController.onTransitionStarting(mDisplayContent); in handleAppTransitionReady()
704 final SnapshotController mSnapshotController; field in WindowManagerService1195 mSnapshotController = new SnapshotController(this); in WindowManagerService()1196 mTaskSnapshotController = mSnapshotController.mTaskSnapshotController; in WindowManagerService()5207 mSnapshotController.systemReady(); in systemReady()6741 mSnapshotController.dump(pw, " "); in dumpWindowsNoHeaderLocked()
4292 mWmService.mSnapshotController.onAppRemoved(this); in onRemovedFromDisplay()5661 mWmService.mSnapshotController.notifyAppVisibilityChanged(this, visible); in postApplyAnimation()
2943 mWmService.mSnapshotController.onAppDied(win.mActivityRecord); in binderDied()