Searched refs:mPinnedTaskController (Results 1 – 6 of 6) sorted by relevance
506 final PinnedTaskController mPinnedTaskController; field in DisplayContent1106 mPinnedTaskController = new PinnedTaskController(mWmService, this); in DisplayContent()1801 if (mPinnedTaskController.shouldDeferOrientationChange()) { in continueUpdateOrientationForDiffOrienLaunchingApp()1976 mPinnedTaskController.startSeamlessRotationIfNeeded(transaction, oldRotation, rotation); in applyRotation()2474 return mPinnedTaskController; in getPinnedTaskController()2537 mPinnedTaskController.onPostDisplayConfigurationChanged(); in onConfigurationChanged()3159 mPinnedTaskController.setAdjustedForIme(imeVisible, imeHeight); in adjustForImeIfNeeded()3424 mPinnedTaskController.dump(prefix, pw); in dump()
1325 mDisplayContent.mPinnedTaskController.setEnterPipTransaction(
522 tr.mDisplayContent.mPinnedTaskController.setEnterPipBounds(enterPipBounds); in applyTaskChanges()
3884 mDisplayContent.mPinnedTaskController.onActivityHidden(mActivityComponent); in onRemovedFromDisplay()5313 mDisplayContent.mPinnedTaskController.onActivityHidden(mActivityComponent); in notifyAppStopped()7156 mDisplayContent.mPinnedTaskController.onCancelFixedRotationTransform(); in onCancelFixedRotationTransform()
1978 && mDisplayContent.mPinnedTaskController.isFreezingTaskConfig(this)) { in onConfigurationChanged()4634 mDisplayContent.mPinnedTaskController
1506 assertTrue(displayContent.mPinnedTaskController.shouldDeferOrientationChange()); in testFixedRotationWithPip()1512 displayContent.mPinnedTaskController.setEnterPipBounds(pinnedTask.getBounds()); in testFixedRotationWithPip()1515 assertFalse(displayContent.mPinnedTaskController.shouldDeferOrientationChange()); in testFixedRotationWithPip()1530 assertFalse(displayContent.mPinnedTaskController.isFreezingTaskConfig(pinnedTask)); in testFixedRotationWithPip()