Merge "Fix comment on VisibilityLocationProvider"

This commit is contained in:
TreeHugger Robot
2018-11-29 13:04:33 +00:00
committed by Android (Google) Code Review

View File

@@ -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