Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java384 if (!isCyclingOut(view, ambientState)) return false; in skipClipBottomForCycling()
392 public boolean isCyclingOut(ExpandableView view, AmbientState ambientState) { in isCyclingOut() method in StackScrollAlgorithm
395 return isCyclingOut((ExpandableNotificationRow) view, ambientState); in isCyclingOut()
401 public boolean isCyclingOut(ExpandableNotificationRow row, AmbientState ambientState) { in isCyclingOut() method in StackScrollAlgorithm
918 if (NotificationHeadsUpCycling.isEnabled() && isCyclingOut(row, ambientState)) { in updateHeadsUpStates()
DNotificationStackScrollLayout.java3212 if (mStackScrollAlgorithm.isCyclingOut(row, mAmbientState)) { in generateHeadsUpAnimationEvents()