Searched refs:mPinnedStackControllerLocked (Results 1 – 3 of 3) sorted by relevance
455 final PinnedStackController mPinnedStackControllerLocked; field in DisplayContent952 mPinnedStackControllerLocked = new PinnedStackController(service, this); in DisplayContent()1968 return mPinnedStackControllerLocked; in getPinnedStackController()2065 if (mPinnedStackControllerLocked != null && !hasPinnedStack()) { in onConfigurationChanged()2066 mPinnedStackControllerLocked.onDisplayInfoChanged(getDisplayInfo()); in onConfigurationChanged()2704 mPinnedStackControllerLocked.setAdjustedForIme(imeVisible, imeHeight); in adjustForImeIfNeeded()2783 mPinnedStackControllerLocked.writeToProto(proto, PINNED_STACK_CONTROLLER); in writeToProto()2933 mPinnedStackControllerLocked.dump(prefix, pw); in dump()
1684 mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(this); in onConfigurationChanged()1703 mDisplayContent.mPinnedStackControllerLocked.saveReentrySnapFraction(this, in onConfigurationChanged()3074 mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(this); in setHidden()
395 boolean updated = mDisplayContent.mPinnedStackControllerLocked.onTaskStackBoundsChanged( in calculatePinnedBoundsForConfigChange()