Searched refs:isFullySwipedOut (Results 1 – 2 of 2) sorted by relevance
431 if (mHostLayout.isFullySwipedOut(changingView)) { in processAnimationEvents()
2761 if (!mSwipedOutViews.contains(child) || !isFullySwipedOut(child)) { in onViewRemovedInternal()2821 public boolean isFullySwipedOut(ExpandableView child) { in isFullySwipedOut() method3328 childWasSwipedOut |= isFullySwipedOut(row); in generateChildRemovalEvents()