Loading core/java/android/view/ViewRootImpl.java +0 −4 Original line number Diff line number Diff line Loading @@ -117,7 +117,6 @@ import static android.view.accessibility.Flags.forceInvertColor; import static android.view.accessibility.Flags.reduceWindowContentChangedEventThrottle; import static android.view.flags.Flags.addSchandleToVriSurface; import static android.view.flags.Flags.disableDrawWakeLock; import static android.view.flags.Flags.notifyGpuLoadUp; import static android.view.flags.Flags.sensitiveContentAppProtection; import static android.view.flags.Flags.sensitiveContentPrematureProtectionRemovedFix; import static android.view.flags.Flags.toolkitFrameRateDebug; Loading Loading @@ -3029,9 +3028,6 @@ public final class ViewRootImpl implements ViewParent, * @hide */ public void notifyRendererForGpuLoadUp(String reason) { if (!notifyGpuLoadUp()) { return; } if (mAttachInfo.mThreadedRenderer != null) { mAttachInfo.mThreadedRenderer.notifyRendererForGpuLoadUp(reason); } Loading Loading
core/java/android/view/ViewRootImpl.java +0 −4 Original line number Diff line number Diff line Loading @@ -117,7 +117,6 @@ import static android.view.accessibility.Flags.forceInvertColor; import static android.view.accessibility.Flags.reduceWindowContentChangedEventThrottle; import static android.view.flags.Flags.addSchandleToVriSurface; import static android.view.flags.Flags.disableDrawWakeLock; import static android.view.flags.Flags.notifyGpuLoadUp; import static android.view.flags.Flags.sensitiveContentAppProtection; import static android.view.flags.Flags.sensitiveContentPrematureProtectionRemovedFix; import static android.view.flags.Flags.toolkitFrameRateDebug; Loading Loading @@ -3029,9 +3028,6 @@ public final class ViewRootImpl implements ViewParent, * @hide */ public void notifyRendererForGpuLoadUp(String reason) { if (!notifyGpuLoadUp()) { return; } if (mAttachInfo.mThreadedRenderer != null) { mAttachInfo.mThreadedRenderer.notifyRendererForGpuLoadUp(reason); } Loading