Searched refs:reportDraw (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 52 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument 56 if (reportDraw) { in resized()
|
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 55 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
|
D | ViewRootImpl.java | 7401 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument 7408 + " reportDraw=" + reportDraw in dispatchResized() 7423 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized() 8537 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument 8544 visibleInsets, stableInsets, outsets, reportDraw, mergedConfiguration, in resized()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 41 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized() argument
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 322 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, 327 reportDraw ? 1 : 0, outsets); 1467 final boolean reportDraw = message.arg1 != 0; in executeMessage() 1469 mEngine.updateSurface(true, false, reportDraw); in executeMessage()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotSurface.java | 470 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument 483 if (reportDraw) { in resized()
|
D | WindowState.java | 3238 final boolean reportDraw = mWinAnimator.mDrawState == DRAW_PENDING; in reportResized() 3250 stableInsets, outsets, reportDraw, mergedConfiguration, in reportResized() 3259 outsets, reportDraw, mergedConfiguration, reportOrientation, displayId, in reportResized() 3370 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument 3377 reportDraw, mergedConfiguration, getBackdropFrame(frame), forceRelayout, in dispatchResized()
|