Searched refs:oldViewBefore (Results 1 – 1 of 1) sorted by relevance
136 ExpandableView oldViewBefore = mViewBeforeSwipedView; in setViewsAffectedBySwipe() local138 if (oldViewBefore != null) { in setViewsAffectedBySwipe()139 final float bottomRoundness = getRoundness(oldViewBefore, false /* top */); in setViewsAffectedBySwipe()140 oldViewBefore.setBottomRoundness(bottomRoundness, animate); in setViewsAffectedBySwipe()