Searched refs:outBackdropFrame (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 98 out Rect outOutsets, out Rect outBackdropFrame, out Configuration outConfig, in relayout() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 211 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout() argument 218 outStableInsets, outsets, outBackdropFrame, outConfig, outSurface); in relayout()
|
D | WindowManagerService.java | 2750 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow() argument 2961 outBackdropFrame.set(win.getBackdropFrame(win.mFrame)); in relayoutWindow()
|