Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +5 −7 Original line number Diff line number Diff line Loading @@ -207,7 +207,6 @@ public class KeyguardBouncer { * @see #onFullyShown() */ private void onFullyHidden() { if (!mShowingSoon) { cancelShowRunnable(); if (mRoot != null) { mRoot.setVisibility(View.INVISIBLE); Loading @@ -215,7 +214,6 @@ public class KeyguardBouncer { mFalsingManager.onBouncerHidden(); DejankUtils.postAfterTraversal(mResetRunnable); } } private final Runnable mShowRunnable = new Runnable() { @Override Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +5 −7 Original line number Diff line number Diff line Loading @@ -207,7 +207,6 @@ public class KeyguardBouncer { * @see #onFullyShown() */ private void onFullyHidden() { if (!mShowingSoon) { cancelShowRunnable(); if (mRoot != null) { mRoot.setVisibility(View.INVISIBLE); Loading @@ -215,7 +214,6 @@ public class KeyguardBouncer { mFalsingManager.onBouncerHidden(); DejankUtils.postAfterTraversal(mResetRunnable); } } private final Runnable mShowRunnable = new Runnable() { @Override Loading