Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java237 private final ArrayList<View> mSwipedOutViews = new ArrayList<>(); field in NotificationStackScrollLayout
2754 if (!mSwipedOutViews.contains(child) || !isFullySwipedOut(child)) { in onViewRemovedInternal()
2759 mSwipedOutViews.remove(child); in onViewRemovedInternal()
3053 mSwipedOutViews.clear(); in setAnimationsEnabled()
3300 boolean childWasSwipedOut = mSwipedOutViews.contains(child); in generateChildRemovalEvents()
3332 mSwipedOutViews.remove(child); in generateChildRemovalEvents()
5571 mSwipedOutViews.add(v); in addSwipedOutView()