Searched refs:belowView (Results 1 – 1 of 1) sorted by relevance
317 View belowView = getViewForID(mBelowItemId); in handleCellSwitch() local321 boolean isBelow = (belowView != null) && (deltaYTotal > belowView.getTop()); in handleCellSwitch()327 View switchView = isBelow ? belowView : aboveView; in handleCellSwitch()