Home
last modified time | relevance | path

Searched refs:StackScrollAlgorithm (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.java43 class NotificationSectionsManager implements StackScrollAlgorithm.SectionProvider {
DAmbientState.java34 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider;
DStackScrollAlgorithm.java42 public class StackScrollAlgorithm { class
61 public StackScrollAlgorithm( in StackScrollAlgorithm() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java21 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);