Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +5 −0 Original line number Diff line number Diff line Loading @@ -477,6 +477,11 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL public void onScreenTurnedOff(int why) { updateLockIcon(); } @Override public void onKeyguardVisibilityChanged(boolean showing) { updateLockIcon(); } }; public void setKeyguardIndicationController( Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java +5 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,11 @@ public class FlashlightController { new CameraCaptureSession.StateListener() { @Override public void onConfigured(CameraCaptureSession session) { if (session.getDevice() == mCameraDevice) { mSession = session; } else { session.close(); } postUpdateFlashlight(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +5 −0 Original line number Diff line number Diff line Loading @@ -477,6 +477,11 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL public void onScreenTurnedOff(int why) { updateLockIcon(); } @Override public void onKeyguardVisibilityChanged(boolean showing) { updateLockIcon(); } }; public void setKeyguardIndicationController( Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java +5 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,11 @@ public class FlashlightController { new CameraCaptureSession.StateListener() { @Override public void onConfigured(CameraCaptureSession session) { if (session.getDevice() == mCameraDevice) { mSession = session; } else { session.close(); } postUpdateFlashlight(); } Loading