Loading core/res/res/values/config.xml +1 −1 Original line number Diff line number Diff line Loading @@ -1955,7 +1955,7 @@ <string name="config_dozeLongPressSensorType" translatable="false"></string> <!-- Control whether the always on display mode is available. This should only be enabled on devices where the display has be tuned to be power efficient in DOZE and/or DOZE_SUSPEND devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND states. --> <bool name="config_dozeAlwaysOnDisplayAvailable">false</bool> Loading packages/SystemUI/res/values/config.xml +1 −4 Original line number Diff line number Diff line Loading @@ -250,10 +250,7 @@ <string name="doze_brightness_sensor_type" translatable="false"></string> <!-- Doze: pulse parameter - how long does it take to fade in? --> <integer name="doze_pulse_duration_in">900</integer> <!-- Doze: pulse parameter - how long does it take to fade in after a pickup? --> <integer name="doze_pulse_duration_in_pickup">130</integer> <integer name="doze_pulse_duration_in">130</integer> <!-- Doze: pulse parameter - once faded in, how long does it stay visible? --> <integer name="doze_pulse_duration_visible">6000</integer> Loading packages/SystemUI/res/values/ids.xml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ <item type="id" name="qs_icon_tag"/> <item type="id" name="qs_slash_tag"/> <item type="id" name="scrim"/> <item type="id" name="scrim_blanking"/> <item type="id" name="scrim_target"/> <item type="id" name="scrim_alpha_start"/> <item type="id" name="scrim_alpha_end"/> Loading packages/SystemUI/src/com/android/systemui/SystemUIFactory.java +4 −3 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import com.android.systemui.Dependency.DependencyProvider; import com.android.systemui.keyguard.DismissCallbackRegistry; import com.android.systemui.statusbar.KeyguardIndicationController; import com.android.systemui.statusbar.ScrimView; import com.android.systemui.statusbar.phone.DozeParameters; import com.android.systemui.statusbar.phone.KeyguardBouncer; import com.android.systemui.statusbar.phone.LightBarController; import com.android.systemui.statusbar.phone.LockIcon; Loading Loading @@ -86,10 +87,10 @@ public class SystemUIFactory { public ScrimController createScrimController(LightBarController lightBarController, ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim, LockscreenWallpaper lockscreenWallpaper, Consumer<Boolean> scrimVisibleListener) { LockscreenWallpaper lockscreenWallpaper, Consumer<Boolean> scrimVisibleListener, DozeParameters dozeParameters) { return new ScrimController(lightBarController, scrimBehind, scrimInFront, headsUpScrim, scrimVisibleListener); scrimVisibleListener, dozeParameters); } public NotificationIconAreaController createNotificationIconAreaController(Context context, Loading packages/SystemUI/src/com/android/systemui/doze/DozeHost.java +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ public interface DozeHost { boolean isBlockingDoze(); void startPendingIntentDismissingKeyguard(PendingIntent intent); void abortPulsing(); void extendPulse(); void setAnimateWakeup(boolean animateWakeup); Loading Loading
core/res/res/values/config.xml +1 −1 Original line number Diff line number Diff line Loading @@ -1955,7 +1955,7 @@ <string name="config_dozeLongPressSensorType" translatable="false"></string> <!-- Control whether the always on display mode is available. This should only be enabled on devices where the display has be tuned to be power efficient in DOZE and/or DOZE_SUSPEND devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND states. --> <bool name="config_dozeAlwaysOnDisplayAvailable">false</bool> Loading
packages/SystemUI/res/values/config.xml +1 −4 Original line number Diff line number Diff line Loading @@ -250,10 +250,7 @@ <string name="doze_brightness_sensor_type" translatable="false"></string> <!-- Doze: pulse parameter - how long does it take to fade in? --> <integer name="doze_pulse_duration_in">900</integer> <!-- Doze: pulse parameter - how long does it take to fade in after a pickup? --> <integer name="doze_pulse_duration_in_pickup">130</integer> <integer name="doze_pulse_duration_in">130</integer> <!-- Doze: pulse parameter - once faded in, how long does it stay visible? --> <integer name="doze_pulse_duration_visible">6000</integer> Loading
packages/SystemUI/res/values/ids.xml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ <item type="id" name="qs_icon_tag"/> <item type="id" name="qs_slash_tag"/> <item type="id" name="scrim"/> <item type="id" name="scrim_blanking"/> <item type="id" name="scrim_target"/> <item type="id" name="scrim_alpha_start"/> <item type="id" name="scrim_alpha_end"/> Loading
packages/SystemUI/src/com/android/systemui/SystemUIFactory.java +4 −3 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import com.android.systemui.Dependency.DependencyProvider; import com.android.systemui.keyguard.DismissCallbackRegistry; import com.android.systemui.statusbar.KeyguardIndicationController; import com.android.systemui.statusbar.ScrimView; import com.android.systemui.statusbar.phone.DozeParameters; import com.android.systemui.statusbar.phone.KeyguardBouncer; import com.android.systemui.statusbar.phone.LightBarController; import com.android.systemui.statusbar.phone.LockIcon; Loading Loading @@ -86,10 +87,10 @@ public class SystemUIFactory { public ScrimController createScrimController(LightBarController lightBarController, ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim, LockscreenWallpaper lockscreenWallpaper, Consumer<Boolean> scrimVisibleListener) { LockscreenWallpaper lockscreenWallpaper, Consumer<Boolean> scrimVisibleListener, DozeParameters dozeParameters) { return new ScrimController(lightBarController, scrimBehind, scrimInFront, headsUpScrim, scrimVisibleListener); scrimVisibleListener, dozeParameters); } public NotificationIconAreaController createNotificationIconAreaController(Context context, Loading
packages/SystemUI/src/com/android/systemui/doze/DozeHost.java +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ public interface DozeHost { boolean isBlockingDoze(); void startPendingIntentDismissingKeyguard(PendingIntent intent); void abortPulsing(); void extendPulse(); void setAnimateWakeup(boolean animateWakeup); Loading