Home
last modified time | relevance | path

Searched refs:addInsets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DInsetUtilsTest.java45 InsetUtils.addInsets(rect1, rect2); in testAdd()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DInsetUtils.java62 public static void addInsets(Rect inOutInsets, Rect insetsToAdd) { in addInsets() method in InsetUtils
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java329 InsetUtils.addInsets(insets, state.mAppToken.getLetterboxInsets()); in getInsets()
DRemoteAnimationController.java350 InsetUtils.addInsets(insets, mAppWindowToken.getLetterboxInsets()); in createRemoteAnimationTarget()
DRecentsAnimationController.java787 InsetUtils.addInsets(insets, mainWindow.mAppToken.getLetterboxInsets()); in createRemoteAnimationApp()