Home
last modified time | relevance | path

Searched refs:outContentInsets (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl38 in int viewVisibility, out Rect outContentInsets, in add() argument
41 in int viewVisibility, out Rect outContentInsets); in addWithoutInputChannel() argument
83 boolean insetsPending, out Rect outFrame, out Rect outContentInsets, in relayout() argument
/frameworks/base/services/java/com/android/server/wm/
DSession.java138 int viewVisibility, Rect outContentInsets, InputChannel outInputChannel) { in add() argument
139 return mService.addWindow(this, window, seq, attrs, viewVisibility, outContentInsets, in add()
144 int viewVisibility, Rect outContentInsets) { in addWithoutInputChannel() argument
145 return mService.addWindow(this, window, seq, attrs, viewVisibility, outContentInsets, null); in addWithoutInputChannel()
154 boolean insetsPending, Rect outFrame, Rect outContentInsets, in relayout() argument
160 outFrame, outContentInsets, outVisibleInsets, outConfig, outSurface); in relayout()
DWindowManagerService.java1969 Rect outContentInsets, InputChannel outInputChannel) { in addWindow() argument
2125 mPolicy.getContentInsetHintLw(attrs, outContentInsets); in addWindow()
2489 Rect outFrame, Rect outContentInsets, Rect outVisibleInsets, in relayoutWindow() argument
2766 outContentInsets.set(win.mContentInsets); in relayoutWindow()