Searched defs:reportDraw (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig,
42 if (reportDraw) {
39 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java823 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
832 if (reportDraw) {
822 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropRect, boolean forceLayout, boolean alwaysConsumeNavBar) argument
H A DViewRootImpl.java5996 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
6002 + " reportDraw=" + reportDraw
6017 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED);
7038 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
7044 visibleInsets, stableInsets, outsets, reportDraw, newConfig, backDropFrame,
5995 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
7037 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2381 final boolean reportDraw = mWinAnimator.mDrawState == WindowStateAnimator.DRAW_PENDING;
2390 stableInsets, outsets, reportDraw, newConfig);
2398 outsets, reportDraw, newConfig);
2454 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
2459 reportDraw, newConfig, getBackdropFrame(frame),
2453 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument

Completed in 121 milliseconds