Home
last modified time | relevance | path

Searched defs:inOutBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java1490 private void subtractNonDecorInsets(Rect inOutBounds, Rect inInsetBounds, in subtractNonDecorInsets()
1501 private void subtractStableInsets(Rect inOutBounds, Rect inInsetBounds, in subtractStableInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java435 private void repositionDockedStackAfterRotation(Rect inOutBounds) { in repositionDockedStackAfterRotation()
DWindowManagerService.java11018 public void subtractStableInsets(Rect inOutBounds) { in subtractStableInsets()
11034 public void subtractNonDecorInsets(Rect inOutBounds) { in subtractNonDecorInsets()
11043 void subtractInsets(Rect display, Rect insets, Rect inOutBounds) { in subtractInsets()