Loading packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml +1 −0 Original line number Diff line number Diff line Loading @@ -81,5 +81,6 @@ android:layout_height="@dimen/notification_shelf_height" android:layout_below="@id/keyguard_status_area" android:paddingStart="@dimen/below_clock_padding_start_extra" android:visibility="invisible" /> </com.android.keyguard.KeyguardClockSwitch> packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +0 −2 Original line number Diff line number Diff line Loading @@ -307,8 +307,6 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS NotificationIconContainer nic = (NotificationIconContainer) mView.findViewById( com.android.systemui.R.id.left_aligned_notification_icon_container); // alt icon area is set in KeyguardClockSwitchController mNotificationIconAreaController.setupAodIcons(nic); } Loading Loading
packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml +1 −0 Original line number Diff line number Diff line Loading @@ -81,5 +81,6 @@ android:layout_height="@dimen/notification_shelf_height" android:layout_below="@id/keyguard_status_area" android:paddingStart="@dimen/below_clock_padding_start_extra" android:visibility="invisible" /> </com.android.keyguard.KeyguardClockSwitch>
packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +0 −2 Original line number Diff line number Diff line Loading @@ -307,8 +307,6 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS NotificationIconContainer nic = (NotificationIconContainer) mView.findViewById( com.android.systemui.R.id.left_aligned_notification_icon_container); // alt icon area is set in KeyguardClockSwitchController mNotificationIconAreaController.setupAodIcons(nic); } Loading