Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +5 −2 Original line number Diff line number Diff line Loading @@ -234,8 +234,11 @@ public class KeyguardBouncer { } protected void ensureView() { mHandler.removeCallbacks(mRemoveViewRunnable); if (mRoot == null) { // Removal of the view might be deferred to reduce unlock latency, // in this case we need to force the removal, otherwise we'll // end up in an unpredictable state. boolean forceRemoval = mHandler.hasCallbacks(mRemoveViewRunnable); if (mRoot == null || forceRemoval) { inflateView(); } } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -404,6 +404,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb public void onOverlayChanged() { mBouncer.hide(true /* destroyView */); mBouncer.prepare(); } private void animateScrimControllerKeyguardFadingOut(long delay, long duration, Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +5 −2 Original line number Diff line number Diff line Loading @@ -234,8 +234,11 @@ public class KeyguardBouncer { } protected void ensureView() { mHandler.removeCallbacks(mRemoveViewRunnable); if (mRoot == null) { // Removal of the view might be deferred to reduce unlock latency, // in this case we need to force the removal, otherwise we'll // end up in an unpredictable state. boolean forceRemoval = mHandler.hasCallbacks(mRemoveViewRunnable); if (mRoot == null || forceRemoval) { inflateView(); } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -404,6 +404,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb public void onOverlayChanged() { mBouncer.hide(true /* destroyView */); mBouncer.prepare(); } private void animateScrimControllerKeyguardFadingOut(long delay, long duration, Loading