Searched refs:StackScrollAlgorithm (Results 1 – 4 of 4) sorted by relevance
43 class NotificationSectionsManager implements StackScrollAlgorithm.SectionProvider {
34 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider;
42 public class StackScrollAlgorithm { class61 public StackScrollAlgorithm( in StackScrollAlgorithm() method in StackScrollAlgorithm
21 import static com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.ANCHOR_SCROLLI…237 protected final StackScrollAlgorithm mStackScrollAlgorithm;3610 protected StackScrollAlgorithm createStackScrollAlgorithm(Context context) {3611 return new StackScrollAlgorithm(context, this);4919 previousChildWillBeDismissed = StackScrollAlgorithm.canChildBeDismissed(child);5531 if (StackScrollAlgorithm.canChildBeDismissed(rowToRemove)) {5560 return StackScrollAlgorithm.canChildBeDismissed(row) && matchesSelection(row, selection);6336 return StackScrollAlgorithm.canChildBeDismissed(v);