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

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java38 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) {
39 if (reportDraw) {
37 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java660 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
669 if (reportDraw) {
659 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
H A DViewRootImpl.java5690 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
5695 + " reportDraw=" + reportDraw);
5696 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED);
6699 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
6704 visibleInsets, stableInsets, outsets, reportDraw, newConfig);
5689 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
6698 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument

Completed in 70 milliseconds