Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl101 int flags, long frameNumber, out Rect outFrame, out Rect outOverscanInsets, in relayout() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java187 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in relayout() argument
196 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
DWindowState.java5080 void getInsetsForRelayout(Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout() argument
5082 outOverscanInsets.set(mWindowFrames.mOverscanInsets); in getInsetsForRelayout()
DWindowManagerService.java1980 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument
2277 win.getInsetsForRelayout(outOverscanInsets, outContentInsets, outVisibleInsets, in relayoutWindow()