Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1411 … View shadowingView = shadowingHolder != null ? shadowingHolder.itemView : null; in scrollByInternal() local
1412 if (shadowingView != null) { in scrollByInternal()
1415 if (left != shadowingView.getLeft() || top != shadowingView.getTop()) { in scrollByInternal()
1416 shadowingView.layout(left, top, in scrollByInternal()
1417 left + shadowingView.getWidth(), in scrollByInternal()
1418 top + shadowingView.getHeight()); in scrollByInternal()
3923 View shadowingView = holder.mShadowingHolder.itemView; in run() local
3926 if (left != shadowingView.getLeft() || in run()
3927 top != shadowingView.getTop()) { in run()
3928 shadowingView.layout(left, top, in run()
[all …]