Searched refs:viewBefore (Results 1 – 2 of 2) sorted by relevance
122 ExpandableView viewBefore, in setViewsAffectedBySwipe() argument132 mViewBeforeSwipedView = viewBefore; in setViewsAffectedBySwipe()137 if (viewBefore != null) { in setViewsAffectedBySwipe()138 viewBefore.setBottomRoundness(1f, animate); in setViewsAffectedBySwipe()
5240 View viewBefore = null; in onSwipeBegin() local5242 viewBefore = getChildAt(indexOfSwipedView - 1); in onSwipeBegin()5243 if (mSectionsManager.beginsSection(viewSwiped, viewBefore)) { in onSwipeBegin()5244 viewBefore = null; in onSwipeBegin()5255 .setViewsAffectedBySwipe((ExpandableView) viewBefore, in onSwipeBegin()