Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/VisibilityLocationProvider.java +1 −3 Original line number Diff line number Diff line Loading @@ -16,15 +16,13 @@ package com.android.systemui.statusbar.notification; import com.android.systemui.statusbar.notification.row.ExpandableNotificationRow; /** * An object that can determine the visibility of a Notification. */ public interface VisibilityLocationProvider { /** * Returns whether an ExpandableNotificationRow is in a visible location or not. * Returns whether an Entry is in a visible location or not. * * @param entry * @return true if row is in a visible location Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/VisibilityLocationProvider.java +1 −3 Original line number Diff line number Diff line Loading @@ -16,15 +16,13 @@ package com.android.systemui.statusbar.notification; import com.android.systemui.statusbar.notification.row.ExpandableNotificationRow; /** * An object that can determine the visibility of a Notification. */ public interface VisibilityLocationProvider { /** * Returns whether an ExpandableNotificationRow is in a visible location or not. * Returns whether an Entry is in a visible location or not. * * @param entry * @return true if row is in a visible location Loading