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

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java37 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
38 if (reportDraw) {
36 resized(int w, int h, Rect coveredInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java617 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
625 if (reportDraw) {
616 resized(int w, int h, Rect coveredInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
H A DViewRoot.java2770 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
2774 + " reportDraw=" + reportDraw);
2775 Message msg = obtainMessage(reportDraw ? RESIZED_REPORT :RESIZED);
3013 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
3017 visibleInsets, reportDraw, newConfig);
2769 dispatchResized(int w, int h, Rect coveredInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
3012 resized(int w, int h, Rect coveredInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument

Completed in 111 milliseconds