Searched refs:mPinnedStackControllerLocked (Results 1 – 3 of 3) sorted by relevance
460 final PinnedStackController mPinnedStackControllerLocked; field in DisplayContent957 mPinnedStackControllerLocked = new PinnedStackController(service, this); in DisplayContent()1975 return mPinnedStackControllerLocked; in getPinnedStackController()2072 if (mPinnedStackControllerLocked != null && !hasPinnedStack()) { in onConfigurationChanged()2073 mPinnedStackControllerLocked.onDisplayInfoChanged(getDisplayInfo()); in onConfigurationChanged()2714 mPinnedStackControllerLocked.setAdjustedForIme(imeVisible, imeHeight); in adjustForImeIfNeeded()2793 mPinnedStackControllerLocked.writeToProto(proto, PINNED_STACK_CONTROLLER); in writeToProto()2943 mPinnedStackControllerLocked.dump(prefix, pw); in dump()
1700 mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(this); in onConfigurationChanged()1719 mDisplayContent.mPinnedStackControllerLocked.saveReentrySnapFraction(this, in onConfigurationChanged()3090 mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(this); in setHidden()
395 boolean updated = mDisplayContent.mPinnedStackControllerLocked.onTaskStackBoundsChanged( in calculatePinnedBoundsForConfigChange()