Searched refs:shadowingView (Results 1 – 1 of 1) sorted by relevance
4861 View shadowingView = holder.mShadowingHolder.itemView; in repositionShadowingViews() local4864 if (left != shadowingView.getLeft() || top != shadowingView.getTop()) { in repositionShadowingViews()4865 shadowingView.layout(left, top, in repositionShadowingViews()4866 left + shadowingView.getWidth(), in repositionShadowingViews()4867 top + shadowingView.getHeight()); in repositionShadowingViews()