Home
last modified time | relevance | path

Searched refs:getLetterboxInsets (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java309 InsetUtils.addInsets(insets, mAppWindowToken.getLetterboxInsets()); in createRemoteAppAnimation()
DTaskSnapshotController.java291 InsetUtils.addInsets(insets, state.mAppToken.getLetterboxInsets()); in getInsets()
DRecentsAnimationController.java573 InsetUtils.addInsets(insets, mainWindow.mAppToken.getLetterboxInsets()); in createRemoteAnimationApp()
DAppWindowToken.java2241 Rect getLetterboxInsets() { in getLetterboxInsets() method in AppWindowToken