Searched refs:reportDraw (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 53 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument 57 if (reportDraw) { in resized()
|
/frameworks/base/core/java/android/app/servertransaction/ |
D | WindowStateResizeItem.java | 82 @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/ |
D | TaskSnapshotWindow.java | 223 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument 239 } else if (reportDraw) { in resized()
|
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 62 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() argument
|
D | ViewRootImpl.java | 2219 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/ |
D | TestIWindow.java | 48 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | SystemWindows.java | 349 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 472 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/ |
D | WindowState.java | 3743 final boolean reportDraw = syncRedraw || drawPending; in reportResized() 3760 WindowStateResizeItem.obtain(mClient, mLastReportedFrames, reportDraw, in reportResized() 3769 mClient.resized(mLastReportedFrames, reportDraw, mLastReportedConfiguration, in reportResized()
|