Searched refs:outOverscanInsets (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 101 int flags, long frameNumber, out Rect outFrame, out Rect outOverscanInsets, in relayout() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 187 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in relayout() argument 196 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
|
D | WindowState.java | 5080 void getInsetsForRelayout(Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout() argument 5082 outOverscanInsets.set(mWindowFrames.mOverscanInsets); in getInsetsForRelayout()
|
D | WindowManagerService.java | 1980 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument 2277 win.getInsetsForRelayout(outOverscanInsets, outContentInsets, outVisibleInsets, in relayoutWindow()
|