Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −0 Original line number Diff line number Diff line Loading @@ -4840,6 +4840,7 @@ public class NotificationStackScrollLayout } public boolean isBelowLastNotification(float touchX, float touchY) { SceneContainerFlag.assertInLegacyMode(); int childCount = getChildCount(); for (int i = childCount - 1; i >= 0; i--) { ExpandableView child = getChildAtIndex(i); Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −0 Original line number Diff line number Diff line Loading @@ -1235,6 +1235,7 @@ public class NotificationStackScrollLayoutController implements Dumpable { } public boolean isBelowLastNotification(float x, float y) { SceneContainerFlag.assertInLegacyMode(); return mView.isBelowLastNotification(x, y); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −0 Original line number Diff line number Diff line Loading @@ -4840,6 +4840,7 @@ public class NotificationStackScrollLayout } public boolean isBelowLastNotification(float touchX, float touchY) { SceneContainerFlag.assertInLegacyMode(); int childCount = getChildCount(); for (int i = childCount - 1; i >= 0; i--) { ExpandableView child = getChildAtIndex(i); Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −0 Original line number Diff line number Diff line Loading @@ -1235,6 +1235,7 @@ public class NotificationStackScrollLayoutController implements Dumpable { } public boolean isBelowLastNotification(float x, float y) { SceneContainerFlag.assertInLegacyMode(); return mView.isBelowLastNotification(x, y); } Loading