Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackWindowController.java61 displayContent.getPinnedStackController(); in getPictureInPictureBounds()
141 mContainer.getDisplayContent().getPinnedStackController(); in setPictureInPictureAspectRatio()
167 mContainer.getDisplayContent().getPinnedStackController().setActions(actions); in setPictureInPictureActions()
DDisplayContent.java1508 PinnedStackController getPinnedStackController() { in getPinnedStackController() method in DisplayContent
1599 final PinnedStackController pinnedStackController = getPinnedStackController(); in onConfigurationChanged()
1602 getPinnedStackController().onConfigurationChanged(); in onConfigurationChanged()
DWindowManagerService.java2814 return displayContent.getPinnedStackController().isValidPictureInPictureAspectRatio( in isValidPictureInPictureAspectRatio()
6001 getDefaultDisplayContentLocked().getPinnedStackController().setAdjustedForShelf(visible, in setShelfHeight()
6948 displayContent.getPinnedStackController().registerPinnedStackListener(listener); in registerPinnedStackListener()