Home
last modified time | relevance | path

Searched defs:outStableInsets (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl39 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets, in add()
43 out Rect outStableInsets, out Rect outOutsets, out InputChannel outInputChannel); in addToDisplay()
45 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets); in addWithoutInputChannel()
48 out Rect outStableInsets); in addToDisplayWithoutInputChannel()
97 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout()
DWindowManagerPolicy.java955 Rect outStableInsets, Rect outOutsets); in getInsetHintLw()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java164 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add()
172 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay()
180 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel()
187 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel()
211 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout()
DWindowManagerService.java1851 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow()
2750 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java1062 public void getStableInsets(Rect outStableInsets) { in getStableInsets()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3820 Rect outStableInsets, Rect outOutsets) { in getInsetHintLw()