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.java38 public class StackScrollAlgorithm { class
76 public StackScrollAlgorithm(Context context) { in StackScrollAlgorithm() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java120 private StackScrollAlgorithm mStackScrollAlgorithm;
303 mStackScrollAlgorithm = new StackScrollAlgorithm(context); in initView()
777 return StackScrollAlgorithm.canChildBeDismissed(v); in canChildBeDismissed()