Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java52 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
55 if (reportDraw) { in resized()
/frameworks/base/core/java/android/view/
DIWindow.aidl56 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() argument
DViewRootImpl.java8907 private void dispatchResized(ClientWindowFrames frames, boolean reportDraw, in dispatchResized() argument
8910 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
10304 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
10310 viewAncestor.dispatchResized(frames, reportDraw, mergedConfiguration, insetsState, in resized()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java45 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java535 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
551 } else if (reportDraw) { in resized()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java344 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() argument
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java429 public void resized(ClientWindowFrames frames, boolean reportDraw,
434 reportDraw ? 1 : 0,
2516 final boolean reportDraw = message.arg1 != 0; in executeMessage()
2518 mEngine.updateSurface(true, false, reportDraw); in executeMessage()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3926 final boolean reportDraw = syncRedraw || drawPending; in reportResized()
3952 mClient.resized(mClientWindowFrames, reportDraw, mLastReportedConfiguration, in reportResized()