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
56 if (reportDraw) { in resized()
/frameworks/base/core/java/android/view/
DIWindow.aidl56 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() argument
DViewRootImpl.java8231 private void dispatchResized(ClientWindowFrames frames, boolean reportDraw, in dispatchResized() argument
8237 + " reportDraw=" + reportDraw in dispatchResized()
8252 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
9637 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
9642 viewAncestor.dispatchResized(frames, reportDraw, mergedConfiguration, forceLayout, in resized()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java46 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java511 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
523 if (reportDraw) { in resized()
DWindowState.java3862 final boolean reportDraw = syncRedraw || drawPending; in reportResized()
3872 mClient.resized(mClientWindowFrames, reportDraw, mLastReportedConfiguration, in reportResized()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java524 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
536 } else if (reportDraw) { in resized()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java333 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java365 public void resized(ClientWindowFrames frames, boolean reportDraw,
369 reportDraw ? 1 : 0);
2166 final boolean reportDraw = message.arg1 != 0; in executeMessage()
2167 mEngine.updateSurface(true, false, reportDraw); in executeMessage()