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

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java38 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
39 if (reportDraw) {
37 resized(Rect frame, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java646 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
654 if (reportDraw) {
645 resized(Rect frame, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
H A DViewRootImpl.java4164 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
4168 + " reportDraw=" + reportDraw);
4169 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED);
4840 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
4844 visibleInsets, reportDraw, newConfig);
4163 dispatchResized(Rect frame, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
4839 resized(Rect frame, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument

Completed in 151 milliseconds