Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dumpable, BrightnessMirrorShowingInteractor { public static final String TAG = NotificationPanelView.class.getSimpleName(); private static final boolean DEBUG_LOGCAT = Compile.IS_DEBUG || Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG_LOGCAT = Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG_DRAWABLE = false; /** The parallax amount of the quick settings translation when dragging down the panel. */ public static final float QS_PARALLAX_AMOUNT = 0.175f; Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ import javax.inject.Provider; @SysUISingleton public class NotificationStackScrollLayoutController implements Dumpable { private static final String TAG = "StackScrollerController"; private static final boolean DEBUG = Compile.IS_DEBUG || Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); private static final String HIGH_PRIORITY = "high_priority"; /** Delay in milli-seconds before shade closes for clear all. */ private static final int DELAY_BEFORE_SHADE_CLOSE = 200; Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dumpable, BrightnessMirrorShowingInteractor { public static final String TAG = NotificationPanelView.class.getSimpleName(); private static final boolean DEBUG_LOGCAT = Compile.IS_DEBUG || Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG_LOGCAT = Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG_DRAWABLE = false; /** The parallax amount of the quick settings translation when dragging down the panel. */ public static final float QS_PARALLAX_AMOUNT = 0.175f; Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ import javax.inject.Provider; @SysUISingleton public class NotificationStackScrollLayoutController implements Dumpable { private static final String TAG = "StackScrollerController"; private static final boolean DEBUG = Compile.IS_DEBUG || Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); private static final String HIGH_PRIORITY = "high_priority"; /** Delay in milli-seconds before shade closes for clear all. */ private static final int DELAY_BEFORE_SHADE_CLOSE = 200; Loading