Home
last modified time | relevance | path

Searched refs:shadowingView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4860 View shadowingView = holder.mShadowingHolder.itemView; in repositionShadowingViews() local
4863 if (left != shadowingView.getLeft() || top != shadowingView.getTop()) { in repositionShadowingViews()
4864 shadowingView.layout(left, top, in repositionShadowingViews()
4865 left + shadowingView.getWidth(), in repositionShadowingViews()
4866 top + shadowingView.getHeight()); in repositionShadowingViews()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java5217 View shadowingView = holder.mShadowingHolder.itemView; in repositionShadowingViews() local
5220 if (left != shadowingView.getLeft() || top != shadowingView.getTop()) { in repositionShadowingViews()
5221 shadowingView.layout(left, top, in repositionShadowingViews()
5222 left + shadowingView.getWidth(), in repositionShadowingViews()
5223 top + shadowingView.getHeight()); in repositionShadowingViews()