Searched refs:backDropFrame (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 52 in Configuration newConfig, in Rect backDropFrame, boolean forceLayout, in resized() argument
|
D | ViewRootImpl.java | 5960 Configuration newConfig, Rect backDropFrame, boolean forceLayout, in dispatchResized() argument 5966 + " backDropFrame=" + backDropFrame); in dispatchResized() 5971 boolean fullscreen = frame.equals(backDropFrame); in dispatchResized() 5974 mWindowCallbacks.get(i).onWindowSizeIsChanging(backDropFrame, fullscreen, in dispatchResized() 5996 args.arg8 = sameProcessCall ? new Rect(backDropFrame) : backDropFrame; in dispatchResized() 7001 Configuration newConfig, Rect backDropFrame, boolean forceLayout, in resized() argument 7006 visibleInsets, stableInsets, outsets, reportDraw, newConfig, backDropFrame, in resized()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 41 Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) { in resized() argument
|