Loading packages/SystemUI/res/layout/status_bar_expanded.xml +0 −12 Original line number Diff line number Diff line Loading @@ -64,18 +64,6 @@ android:clipToPadding="false" android:clipChildren="false"> <com.android.systemui.scrim.ScrimView android:id="@+id/scrim_notifications" android:layout_width="0dp" android:layout_height="0dp" android:importantForAccessibility="no" systemui:ignoreRightInset="true" systemui:layout_constraintStart_toStartOf="parent" systemui:layout_constraintEnd_toEndOf="parent" systemui:layout_constraintTop_toTopOf="parent" systemui:layout_constraintBottom_toBottomOf="parent" /> <include layout="@layout/keyguard_status_view" android:visibility="gone"/> Loading packages/SystemUI/res/layout/super_notification_shade.xml +8 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,14 @@ sysui:ignoreRightInset="true" /> <com.android.systemui.scrim.ScrimView android:id="@+id/scrim_notifications" android:layout_width="match_parent" android:layout_height="match_parent" android:importantForAccessibility="no" sysui:ignoreRightInset="true" /> <com.android.systemui.statusbar.LightRevealScrim android:id="@+id/light_reveal_scrim" android:layout_width="match_parent" Loading packages/SystemUI/src/com/android/keyguard/LockIconView.java +5 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,11 @@ public class LockIconView extends ImageView { updateSensorRect(h, w); } @Override public boolean hasOverlappingRendering() { return false; } float getLocationTop() { return mLockIconCenter.y - mRadius; } Loading packages/SystemUI/src/com/android/keyguard/LockIconViewController.java +7 −0 Original line number Diff line number Diff line Loading @@ -451,4 +451,11 @@ public class LockIconViewController extends ViewController<LockIconView> impleme private final AccessibilityManager.TouchExplorationStateChangeListener mTouchExplorationStateChangeListener = enabled -> updateClickListener(); /** * Set the alpha of this view. */ public void setAlpha(float alpha) { mView.setAlpha(alpha); } } packages/SystemUI/src/com/android/systemui/statusbar/LockscreenShadeTransitionController.kt +2 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,8 @@ class LockscreenShadeTransitionController @Inject constructor( // TODO: appear media also in split shade val mediaAmount = if (useSplitShade) 0f else field mediaHierarchyManager.setTransitionToFullShadeAmount(mediaAmount) // Fade out all content only visible on the lockscreen notificationPanelController.setKeyguardOnlyContentAlpha(1.0f - scrimProgress) } } } Loading Loading
packages/SystemUI/res/layout/status_bar_expanded.xml +0 −12 Original line number Diff line number Diff line Loading @@ -64,18 +64,6 @@ android:clipToPadding="false" android:clipChildren="false"> <com.android.systemui.scrim.ScrimView android:id="@+id/scrim_notifications" android:layout_width="0dp" android:layout_height="0dp" android:importantForAccessibility="no" systemui:ignoreRightInset="true" systemui:layout_constraintStart_toStartOf="parent" systemui:layout_constraintEnd_toEndOf="parent" systemui:layout_constraintTop_toTopOf="parent" systemui:layout_constraintBottom_toBottomOf="parent" /> <include layout="@layout/keyguard_status_view" android:visibility="gone"/> Loading
packages/SystemUI/res/layout/super_notification_shade.xml +8 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,14 @@ sysui:ignoreRightInset="true" /> <com.android.systemui.scrim.ScrimView android:id="@+id/scrim_notifications" android:layout_width="match_parent" android:layout_height="match_parent" android:importantForAccessibility="no" sysui:ignoreRightInset="true" /> <com.android.systemui.statusbar.LightRevealScrim android:id="@+id/light_reveal_scrim" android:layout_width="match_parent" Loading
packages/SystemUI/src/com/android/keyguard/LockIconView.java +5 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,11 @@ public class LockIconView extends ImageView { updateSensorRect(h, w); } @Override public boolean hasOverlappingRendering() { return false; } float getLocationTop() { return mLockIconCenter.y - mRadius; } Loading
packages/SystemUI/src/com/android/keyguard/LockIconViewController.java +7 −0 Original line number Diff line number Diff line Loading @@ -451,4 +451,11 @@ public class LockIconViewController extends ViewController<LockIconView> impleme private final AccessibilityManager.TouchExplorationStateChangeListener mTouchExplorationStateChangeListener = enabled -> updateClickListener(); /** * Set the alpha of this view. */ public void setAlpha(float alpha) { mView.setAlpha(alpha); } }
packages/SystemUI/src/com/android/systemui/statusbar/LockscreenShadeTransitionController.kt +2 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,8 @@ class LockscreenShadeTransitionController @Inject constructor( // TODO: appear media also in split shade val mediaAmount = if (useSplitShade) 0f else field mediaHierarchyManager.setTransitionToFullShadeAmount(mediaAmount) // Fade out all content only visible on the lockscreen notificationPanelController.setKeyguardOnlyContentAlpha(1.0f - scrimProgress) } } } Loading