Loading packages/SystemUI/src/com/android/systemui/statusbar/StackScrollerDecorView.java +4 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,10 @@ public abstract class StackScrollerDecorView extends ExpandableView { } } public boolean isContentVisible() { return mContentVisible; } /** * Make this view visible. If {@code false} is passed, the view will fade out it's content * and set the view Visibility to GONE. If only the content should be changed Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -2199,7 +2199,7 @@ public class NotificationPanelView extends PanelView implements @Override protected boolean isClearAllVisible() { return mNotificationStackScroller.isFooterViewVisible(); return mNotificationStackScroller.isFooterViewContentVisible(); } @Override Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +2 −2 Original line number Diff line number Diff line Loading @@ -4117,8 +4117,8 @@ public class NotificationStackScrollLayout extends ViewGroup && !mFooterView.willBeGone(); } public boolean isFooterViewVisible() { return mFooterView != null && mFooterView.isVisible(); public boolean isFooterViewContentVisible() { return mFooterView != null && mFooterView.isContentVisible(); } public int getFooterViewHeight() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/StackScrollerDecorView.java +4 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,10 @@ public abstract class StackScrollerDecorView extends ExpandableView { } } public boolean isContentVisible() { return mContentVisible; } /** * Make this view visible. If {@code false} is passed, the view will fade out it's content * and set the view Visibility to GONE. If only the content should be changed Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -2199,7 +2199,7 @@ public class NotificationPanelView extends PanelView implements @Override protected boolean isClearAllVisible() { return mNotificationStackScroller.isFooterViewVisible(); return mNotificationStackScroller.isFooterViewContentVisible(); } @Override Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +2 −2 Original line number Diff line number Diff line Loading @@ -4117,8 +4117,8 @@ public class NotificationStackScrollLayout extends ViewGroup && !mFooterView.willBeGone(); } public boolean isFooterViewVisible() { return mFooterView != null && mFooterView.isVisible(); public boolean isFooterViewContentVisible() { return mFooterView != null && mFooterView.isContentVisible(); } public int getFooterViewHeight() { Loading