Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -763,7 +763,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump * Sets the amount of vertical over scroll that should be performed on the notifications scrim. * Sets the amount of vertical over scroll that should be performed on the notifications scrim. */ */ public void setNotificationsOverScrollAmount(int overScrollAmount) { public void setNotificationsOverScrollAmount(int overScrollAmount) { mNotificationsScrim.setTranslationY(overScrollAmount); if (mNotificationsScrim != null) mNotificationsScrim.setTranslationY(overScrollAmount); } } /** /** Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -763,7 +763,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump * Sets the amount of vertical over scroll that should be performed on the notifications scrim. * Sets the amount of vertical over scroll that should be performed on the notifications scrim. */ */ public void setNotificationsOverScrollAmount(int overScrollAmount) { public void setNotificationsOverScrollAmount(int overScrollAmount) { mNotificationsScrim.setTranslationY(overScrollAmount); if (mNotificationsScrim != null) mNotificationsScrim.setTranslationY(overScrollAmount); } } /** /** Loading