-
- Downloads
Rotate keyguard indication messages
In the new LS layout, we show the following messages in the keyguard bottom area instead of in the KeyguardStatusView: - Logout button - Owner information We also now show now playing as part of the rotating text on the lock screen. Bug: 178794517 Test: atest SystemUITest, manual Change-Id: I1a0a47e300d1f9e5fe11c17d143e5a8f0ad8af60
Showing
- packages/SystemUI/res/layout/keyguard_bottom_area.xml 6 additions, 3 deletionspackages/SystemUI/res/layout/keyguard_bottom_area.xml
- packages/SystemUI/res/values/dimens.xml 4 additions, 1 deletionpackages/SystemUI/res/values/dimens.xml
- packages/SystemUI/src/com/android/keyguard/KeyguardStatusView.java 26 additions, 2 deletions...SystemUI/src/com/android/keyguard/KeyguardStatusView.java
- packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java 5 additions, 1 deletion...rc/com/android/keyguard/KeyguardStatusViewController.java
- packages/SystemUI/src/com/android/systemui/keyguard/KeyguardIndication.java 155 additions, 0 deletions...src/com/android/systemui/keyguard/KeyguardIndication.java
- packages/SystemUI/src/com/android/systemui/keyguard/KeyguardIndicationRotateTextViewController.java 326 additions, 0 deletions.../keyguard/KeyguardIndicationRotateTextViewController.java
- packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java 345 additions, 119 deletions...roid/systemui/statusbar/KeyguardIndicationController.java
- packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java 3 additions, 4 deletions...roid/systemui/statusbar/phone/KeyguardBottomAreaView.java
- packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardIndicationTextView.java 120 additions, 30 deletions.../systemui/statusbar/phone/KeyguardIndicationTextView.java
- packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java 1 addition, 10 deletions...I/src/com/android/systemui/statusbar/phone/StatusBar.java
- packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardIndicationRotateTextViewControllerTest.java 304 additions, 0 deletions...guard/KeyguardIndicationRotateTextViewControllerTest.java
- packages/SystemUI/tests/src/com/android/systemui/statusbar/KeyguardIndicationControllerTest.java 90 additions, 96 deletions.../systemui/statusbar/KeyguardIndicationControllerTest.java
- packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/KeyguardIndicationTextViewTest.java 3 additions, 3 deletions...temui/statusbar/phone/KeyguardIndicationTextViewTest.java
Loading
Please register or sign in to comment