Home
last modified time | relevance | path

Searched refs:mPinnedStackControllerLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java460 final PinnedStackController mPinnedStackControllerLocked; field in DisplayContent
957 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()
DAppWindowToken.java1700 mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(this); in onConfigurationChanged()
1719 mDisplayContent.mPinnedStackControllerLocked.saveReentrySnapFraction(this, in onConfigurationChanged()
3090 mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(this); in setHidden()
DTaskStack.java395 boolean updated = mDisplayContent.mPinnedStackControllerLocked.onTaskStackBoundsChanged( in calculatePinnedBoundsForConfigChange()