Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java431 if (mHostLayout.isFullySwipedOut(changingView)) { in processAnimationEvents()
H A DNotificationStackScrollLayout.java2761 if (!mSwipedOutViews.contains(child) || !isFullySwipedOut(child)) { in onViewRemovedInternal()
2821 public boolean isFullySwipedOut(ExpandableView child) { in isFullySwipedOut() method
3328 childWasSwipedOut |= isFullySwipedOut(row); in generateChildRemovalEvents()