Home
last modified time | relevance | path

Searched defs:reportDraw (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DWindowStateResizeItem.java82 @NonNull ClientWindowFrames frames, boolean reportDraw, in obtain()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java48 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/frameworks/base/core/java/android/view/
DIWindow.aidl62 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized()
DViewRootImpl.java9940 private void dispatchResized(ClientWindowFrames frames, boolean reportDraw, in dispatchResized()
11378 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java223 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java53 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java349 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java2779 private void handleResized(MergedConfiguration config, boolean reportDraw) { in handleResized()