Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindow.aidl52 in Configuration newConfig, in Rect backDropFrame, boolean forceLayout, in resized() argument
DViewRootImpl.java5960 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/
DBaseIWindow.java41 Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) { in resized() argument