Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java412 public boolean isCyclingIn(ExpandableNotificationRow row, AmbientState ambientState) { in isCyclingIn() method in StackScrollAlgorithm
891 if (isCyclingIn(row, ambientState)) { in updateHeadsUpStates()
DNotificationStackScrollLayout.java3237 if (mStackScrollAlgorithm.isCyclingIn(row, mAmbientState)) { in generateHeadsUpAnimationEvents()