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 overscanInsets, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java649 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
657 if (reportDraw) {
648 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
H A DViewRootImpl.java5348 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
5352 + " reportDraw=" + reportDraw);
5353 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED);
6097 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
6101 visibleInsets, reportDraw, newConfig);
5347 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
6096 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument

Completed in 608 milliseconds