Home
last modified time | relevance | path

Searched refs:isExpandAnimationRunning (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java166 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
DExpandableNotificationRow.java2149 public boolean isExpandAnimationRunning() {
3145 if (row.isExpandAnimationRunning()) {
3176 if (row.isExpandAnimationRunning()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java618 childViewState.hidden = !child.isExpandAnimationRunning() && !child.hasExpandingChild();
DNotificationChildrenContainer.java583 if (child.isExpandAnimationRunning()) {