Merge "Always use light reveal scrim" into sc-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d31ee841c0
@@ -62,8 +62,7 @@
|
|||||||
<com.android.systemui.statusbar.LightRevealScrim
|
<com.android.systemui.statusbar.LightRevealScrim
|
||||||
android:id="@+id/light_reveal_scrim"
|
android:id="@+id/light_reveal_scrim"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent" />
|
||||||
android:visibility="gone" />
|
|
||||||
|
|
||||||
<include layout="@layout/status_bar_expanded"
|
<include layout="@layout/status_bar_expanded"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
@@ -1044,7 +1044,7 @@ public class StatusBar extends SystemUI implements DemoMode,
|
|||||||
mNotificationShadeWindowViewController,
|
mNotificationShadeWindowViewController,
|
||||||
mNotificationPanelViewController,
|
mNotificationPanelViewController,
|
||||||
mAmbientIndicationContainer);
|
mAmbientIndicationContainer);
|
||||||
mDozeParameters.addCallback(this::updateLightRevealScrimVisibility);
|
updateLightRevealScrimVisibility();
|
||||||
|
|
||||||
mConfigurationController.addCallback(this);
|
mConfigurationController.addCallback(this);
|
||||||
|
|
||||||
@@ -4956,11 +4956,5 @@ public class StatusBar extends SystemUI implements DemoMode,
|
|||||||
}
|
}
|
||||||
|
|
||||||
mLightRevealScrim.setAlpha(mScrimController.getState().getMaxLightRevealScrimAlpha());
|
mLightRevealScrim.setAlpha(mScrimController.getState().getMaxLightRevealScrimAlpha());
|
||||||
if (mFeatureFlags.useNewLockscreenAnimations()
|
|
||||||
&& (mDozeParameters.getAlwaysOn() || mDozeParameters.isQuickPickupEnabled())) {
|
|
||||||
mLightRevealScrim.setVisibility(View.VISIBLE);
|
|
||||||
} else {
|
|
||||||
mLightRevealScrim.setVisibility(View.GONE);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user