Home
last modified time | relevance | path

Searched refs:getDefaultBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java248 Rect getDefaultBounds() { in getDefaultBounds() method in PinnedStackController
408 final Rect normalBounds = getDefaultBounds(); in notifyMovementBoundsChanged()
489 pw.print(prefix + " defaultBounds="); getDefaultBounds().printShortString(pw); in dump()
DPinnedStackWindowController.java66 stackBounds = pinnedStackController.getDefaultBounds(); in getPictureInPictureBounds()