Loading core/java/android/view/ViewRootImpl.java +3 −1 Original line number Diff line number Diff line Loading @@ -1919,7 +1919,9 @@ public final class ViewRootImpl implements ViewParent, } private void performDraw() { if (!mAttachInfo.mScreenOn) return; if (!mAttachInfo.mScreenOn && !mReportNextDraw) { return; } final long drawStartTime; if (ViewDebug.DEBUG_LATENCY) { Loading Loading
core/java/android/view/ViewRootImpl.java +3 −1 Original line number Diff line number Diff line Loading @@ -1919,7 +1919,9 @@ public final class ViewRootImpl implements ViewParent, } private void performDraw() { if (!mAttachInfo.mScreenOn) return; if (!mAttachInfo.mScreenOn && !mReportNextDraw) { return; } final long drawStartTime; if (ViewDebug.DEBUG_LATENCY) { Loading