Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, in resized() argument
42 if (reportDraw) { in resized()
/frameworks/base/core/java/android/view/
DIWindow.aidl51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DSurfaceView.java809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
818 if (reportDraw) { in resized()
DViewRootImpl.java5959 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
5965 + " reportDraw=" + reportDraw in dispatchResized()
5980 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
7000 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
7006 visibleInsets, stableInsets, outsets, reportDraw, newConfig, backDropFrame, in resized()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java274 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
278 reportDraw ? 1 : 0, outsets);
1197 final boolean reportDraw = message.arg1 != 0; in executeMessage()
1199 mEngine.updateSurface(true, false, reportDraw); in executeMessage()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java2341 final boolean reportDraw = mWinAnimator.mDrawState == WindowStateAnimator.DRAW_PENDING; in reportResized()
2350 stableInsets, outsets, reportDraw, newConfig); in reportResized()
2358 outsets, reportDraw, newConfig); in reportResized()
2414 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
2419 reportDraw, newConfig, getBackdropFrame(frame), in dispatchResized()