Searched refs:reportDraw (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, in resized() argument 42 if (reportDraw) { in resized()
|
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
|
D | SurfaceView.java | 809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument 818 if (reportDraw) { in resized()
|
D | ViewRootImpl.java | 5959 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/ |
D | WallpaperService.java | 274 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/ |
D | WindowState.java | 2341 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()
|