Lines Matching defs:vh

134             void onBoundItem(TestViewHolder vh, int position) {
135 LayoutParams lp = (LayoutParams) vh.itemView.getLayoutParams();
141 vh.itemView.setMinimumHeight(0);
183 void onBoundItem(TestViewHolder vh, int position) {
184 final ViewGroup.LayoutParams layoutParams = vh.itemView.getLayoutParams();
191 sizeMap.put(vh.itemView, size);
193 getLp(vh.itemView).setFullSpan(true);
279 void onBoundItem(TestViewHolder vh, int position) {
327 public void onBoundItem(TestViewHolder vh, int position) {
328 LayoutParams lp = (LayoutParams) vh.itemView.getLayoutParams();
442 RecyclerView.ViewHolder vh = rv.findViewHolderForLayoutPosition(scrollPosition);
443 assertNotNull("scroll to position should work", vh);
447 + ((RecyclerView.LayoutParams) vh.itemView
449 mLayoutManager.getDecoratedTop(vh.itemView));
689 void onBoundItem(TestViewHolder vh, int position) {
694 void onCreatedViewHolder(TestViewHolder vh) {
695 super.onCreatedViewHolder(vh);
922 void onBoundItem(TestViewHolder vh, int position) {
923 LayoutParams lp = (LayoutParams) vh.itemView.getLayoutParams();
1176 void onBoundItem(TestViewHolder vh, int position) {
1399 TestViewHolder vh = (TestViewHolder) layoutParams.mViewHolder;
1401 vh.mBoundItem.mAdapterIndex);
1959 TestViewHolder vh = (TestViewHolder) lp.mViewHolder;
1960 items.put(vh.mBoundItem, getViewBounds(child));
2161 TestViewHolder vh = super.onCreateViewHolder(parent, viewType);
2163 mOnBindCallback.onCreatedViewHolder(vh);
2165 return vh;
2238 abstract void onBoundItem(TestViewHolder vh, int position);
2244 void onCreatedViewHolder(TestViewHolder vh) {