Searched refs:isCyclingOut (Results 1 – 2 of 2) sorted by relevance
384 if (!isCyclingOut(view, ambientState)) return false; in skipClipBottomForCycling()392 public boolean isCyclingOut(ExpandableView view, AmbientState ambientState) { in isCyclingOut() method in StackScrollAlgorithm395 return isCyclingOut((ExpandableNotificationRow) view, ambientState); in isCyclingOut()401 public boolean isCyclingOut(ExpandableNotificationRow row, AmbientState ambientState) { in isCyclingOut() method in StackScrollAlgorithm918 if (NotificationHeadsUpCycling.isEnabled() && isCyclingOut(row, ambientState)) { in updateHeadsUpStates()
3212 if (mStackScrollAlgorithm.isCyclingOut(row, mAmbientState)) { in generateHeadsUpAnimationEvents()