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.java809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
818 if (reportDraw) {
808 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.java5960 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
5966 + " reportDraw=" + reportDraw
5981 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED);
7001 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
7007 visibleInsets, stableInsets, outsets, reportDraw, newConfig, backDropFrame,
5959 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
7000 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.java2307 final boolean reportDraw = mWinAnimator.mDrawState == WindowStateAnimator.DRAW_PENDING;
2316 stableInsets, outsets, reportDraw, newConfig);
2324 outsets, reportDraw, newConfig);
2379 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
2384 reportDraw, newConfig, getBackdropFrame(frame),
2378 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument

Completed in 294 milliseconds