Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java39 public class StackScrollAlgorithm { class
58 public StackScrollAlgorithm(Context context) { in StackScrollAlgorithm() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java151 private final StackScrollAlgorithm mStackScrollAlgorithm;
383 mStackScrollAlgorithm = new StackScrollAlgorithm(context); in NotificationStackScrollLayout()
1155 return StackScrollAlgorithm.canChildBeDismissed(v); in canChildBeDismissed()