Searched refs:mPinnedTaskController (Results 1 – 6 of 6) sorted by relevance
472 final PinnedTaskController mPinnedTaskController; field in DisplayContent1059 mPinnedTaskController = new PinnedTaskController(mWmService, this); in DisplayContent()1721 if (mPinnedTaskController.shouldDeferOrientationChange()) { in continueUpdateOrientationForDiffOrienLaunchingApp()1897 mPinnedTaskController.startSeamlessRotationIfNeeded(transaction, oldRotation, rotation); in applyRotation()2405 return mPinnedTaskController; in getPinnedTaskController()2468 mPinnedTaskController.onPostDisplayConfigurationChanged(); in onConfigurationChanged()3044 mPinnedTaskController.setAdjustedForIme(imeVisible, imeHeight); in adjustForImeIfNeeded()3274 mPinnedTaskController.dump(prefix, pw); in dump()
431 tr.mDisplayContent.mPinnedTaskController.setEnterPipBounds(enterPipBounds); in applyTaskChanges()
1260 mDisplayContent.mPinnedTaskController.setEnterPipTransaction(
3660 mDisplayContent.mPinnedTaskController.onActivityHidden(mActivityComponent); in onRemovedFromDisplay()5043 mDisplayContent.mPinnedTaskController.onActivityHidden(mActivityComponent); in notifyAppStopped()6909 mDisplayContent.mPinnedTaskController.onCancelFixedRotationTransform(task); in onCancelFixedRotationTransform()
2320 && mDisplayContent.mPinnedTaskController.isFreezingTaskConfig(this)) { in onConfigurationChanged()5458 mDisplayContent.mPinnedTaskController
1499 assertTrue(displayContent.mPinnedTaskController.shouldDeferOrientationChange()); in testFixedRotationWithPip()1505 displayContent.mPinnedTaskController.setEnterPipBounds(pinnedTask.getBounds()); in testFixedRotationWithPip()1508 assertFalse(displayContent.mPinnedTaskController.shouldDeferOrientationChange()); in testFixedRotationWithPip()1523 assertFalse(displayContent.mPinnedTaskController.isFreezingTaskConfig(pinnedTask)); in testFixedRotationWithPip()