Searched refs:isFullySwipedOut (Results 1 – 3 of 3) sorted by relevance
63 isFullySwipedOut: Boolean, in processAnimationEventsRemoveSwipeOut()71 bool1 = isFullySwipedOut in processAnimationEventsRemoveSwipeOut()
469 boolean isFullySwipedOut = mHostLayout.isFullySwipedOut(changingView); in processAnimationEvents()471 mLogger.processAnimationEventsRemoveSwipeOut(key, isFullySwipedOut, isHeadsUp); in processAnimationEvents()473 if (isFullySwipedOut) { in processAnimationEvents()
2754 if (!mSwipedOutViews.contains(child) || !isFullySwipedOut(child)) { in onViewRemovedInternal()2813 public boolean isFullySwipedOut(ExpandableView child) { in isFullySwipedOut() method3310 childWasSwipedOut |= isFullySwipedOut(row); in generateChildRemovalEvents()