Loading packages/SystemUI/src/com/android/systemui/shade/QuickSettingsControllerImpl.java +2 −0 Original line number Diff line number Diff line Loading @@ -1049,6 +1049,8 @@ public class QuickSettingsControllerImpl implements QuickSettingsController, Dum squishiness = 1; } else if (mTransitioningToFullShadeProgress > 0.0f) { squishiness = mLockscreenShadeTransitionController.getQsSquishTransitionFraction(); } else if (getFullyExpanded() || mPanelViewControllerLazy.get().isFullyExpanded()) { squishiness = 1; } else { squishiness = mNotificationStackScrollLayoutController .getNotificationSquishinessFraction(); Loading Loading
packages/SystemUI/src/com/android/systemui/shade/QuickSettingsControllerImpl.java +2 −0 Original line number Diff line number Diff line Loading @@ -1049,6 +1049,8 @@ public class QuickSettingsControllerImpl implements QuickSettingsController, Dum squishiness = 1; } else if (mTransitioningToFullShadeProgress > 0.0f) { squishiness = mLockscreenShadeTransitionController.getQsSquishTransitionFraction(); } else if (getFullyExpanded() || mPanelViewControllerLazy.get().isFullyExpanded()) { squishiness = 1; } else { squishiness = mNotificationStackScrollLayoutController .getNotificationSquishinessFraction(); Loading