Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +0 −16 Original line number Diff line number Diff line Loading @@ -4668,22 +4668,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable return mClearAllInProgress; } public boolean isFooterViewNotGone() { return mFooterView != null && mFooterView.getVisibility() != View.GONE && !mFooterView.willBeGone(); } public boolean isFooterViewContentVisible() { return mFooterView != null && mFooterView.isContentVisible(); } public int getFooterViewHeightWithPadding() { return mFooterView == null ? 0 : mFooterView.getHeight() + mPaddingBetweenElements + mGapHeight; } /** * @return the padding after the media header on the lockscreen */ Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +0 −16 Original line number Diff line number Diff line Loading @@ -858,10 +858,6 @@ public class NotificationStackScrollLayoutController implements Dumpable { return row.getVisibility() == View.VISIBLE; } public boolean isViewAffectedBySwipe(ExpandableView expandableView) { return mNotificationRoundnessManager.isViewAffectedBySwipe(expandableView); } public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { mView.addOnExpandedHeightChangedListener(listener); } Loading Loading @@ -1261,18 +1257,6 @@ public class NotificationStackScrollLayoutController implements Dumpable { mView.setPanelFlinging(flinging); } public boolean isFooterViewNotGone() { return mView.isFooterViewNotGone(); } public boolean isFooterViewContentVisible() { return mView.isFooterViewContentVisible(); } public int getFooterViewHeightWithPadding() { return mView.getFooterViewHeightWithPadding(); } /** * Sets whether the bouncer is currently showing. Should only be called from * {@link CentralSurfaces}. Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +0 −16 Original line number Diff line number Diff line Loading @@ -4668,22 +4668,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable return mClearAllInProgress; } public boolean isFooterViewNotGone() { return mFooterView != null && mFooterView.getVisibility() != View.GONE && !mFooterView.willBeGone(); } public boolean isFooterViewContentVisible() { return mFooterView != null && mFooterView.isContentVisible(); } public int getFooterViewHeightWithPadding() { return mFooterView == null ? 0 : mFooterView.getHeight() + mPaddingBetweenElements + mGapHeight; } /** * @return the padding after the media header on the lockscreen */ Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +0 −16 Original line number Diff line number Diff line Loading @@ -858,10 +858,6 @@ public class NotificationStackScrollLayoutController implements Dumpable { return row.getVisibility() == View.VISIBLE; } public boolean isViewAffectedBySwipe(ExpandableView expandableView) { return mNotificationRoundnessManager.isViewAffectedBySwipe(expandableView); } public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { mView.addOnExpandedHeightChangedListener(listener); } Loading Loading @@ -1261,18 +1257,6 @@ public class NotificationStackScrollLayoutController implements Dumpable { mView.setPanelFlinging(flinging); } public boolean isFooterViewNotGone() { return mView.isFooterViewNotGone(); } public boolean isFooterViewContentVisible() { return mView.isFooterViewContentVisible(); } public int getFooterViewHeightWithPadding() { return mView.getFooterViewHeightWithPadding(); } /** * Sets whether the bouncer is currently showing. Should only be called from * {@link CentralSurfaces}. Loading