Home
last modified time | relevance | path

Searched refs:reportDraw (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java53 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
57 if (reportDraw) { in resized()
/frameworks/base/core/java/android/app/servertransaction/
DWindowStateResizeItem.java82 @NonNull ClientWindowFrames frames, boolean reportDraw, in obtain() argument
93 instance.mReportDraw = reportDraw; in obtain()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java223 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
239 } else if (reportDraw) { in resized()
/frameworks/base/core/java/android/view/
DIWindow.aidl62 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() argument
DViewRootImpl.java2219 private void handleResized(ClientWindowFrames frames, boolean reportDraw,
2253 if (!reportDraw && !frameChanged && !configChanged && !attachedFrameChanged
2291 if (reportDraw) {
6714 final boolean reportDraw = msg.what == MSG_RESIZED_REPORT; in handleMessageImpl()
6723 handleResized(frames, reportDraw, mergedConfiguration, insetsState, forceLayout, in handleMessageImpl()
9940 private void dispatchResized(ClientWindowFrames frames, boolean reportDraw, in dispatchResized() argument
9944 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
11378 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
11399 viewAncestor.handleResized(frames, reportDraw, mergedConfiguration, insetsState, in resized()
11412 viewAncestor.dispatchResized(frames, reportDraw, mergedConfiguration, insetsState, in resized()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java48 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java349 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java472 public void resized(ClientWindowFrames frames, boolean reportDraw,
478 reportDraw ? 1 : 0,
2779 private void handleResized(MergedConfiguration config, boolean reportDraw) { in handleResized() argument
2783 if (reportDraw) { in handleResized()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3743 final boolean reportDraw = syncRedraw || drawPending; in reportResized()
3760 WindowStateResizeItem.obtain(mClient, mLastReportedFrames, reportDraw, in reportResized()
3769 mClient.resized(mLastReportedFrames, reportDraw, mLastReportedConfiguration, in reportResized()