Lines Matching refs:vh

419                 final ViewHolder vh = getChildViewHolderInt(child);
420 if (vh != null) {
421 if (!vh.isTmpDetached() && !vh.shouldIgnore()) {
423 + " detached: " + vh);
426 Log.d(TAG, "reAttach " + vh);
428 vh.clearTmpDetachFlag();
437 final ViewHolder vh = getChildViewHolderInt(view);
438 if (vh != null) {
439 if (vh.isTmpDetached() && !vh.shouldIgnore()) {
441 + " detached child " + vh);
444 Log.d(TAG, "tmpDetach " + vh);
446 vh.addFlags(ViewHolder.FLAG_TMP_DETACHED);
2279 ViewHolder vh = getChildViewHolderInt(child);
2280 if (vh != null) {
2281 if (vh.isTmpDetached()) {
2282 vh.clearTmpDetachFlag();
2283 } else if (!vh.shouldIgnore()) {
2285 + " is not flagged as tmp detached." + vh);
2308 ViewHolder vh = getChildViewHolderInt(view);
2309 final ItemHolderInfo info = mState.mPreLayoutHolderMap.remove(vh);
2311 mState.mPostLayoutHolderMap.remove(vh);
2321 animateDisappearance(new ItemHolderInfo(vh, view.getLeft(), view.getTop(),
5350 ViewHolder vh = getChildViewHolderInt(child);
5351 if (vh == null) {
5354 if (vh.getLayoutPosition() == position && !vh.shouldIgnore() &&
5355 (mRecyclerView.mState.isPreLayout() || !vh.isRemoved())) {
5420 ViewHolder vh = getChildViewHolderInt(child);
5421 if (vh.isRemoved()) {
5426 mChildHelper.attachViewToParent(child, index, lp, vh.isRemoved());
5720 final ViewHolder vh = getChildViewHolderInt(view);
5721 vh.addFlags(ViewHolder.FLAG_IGNORE);
5722 mRecyclerView.mState.onViewIgnored(vh);
5735 final ViewHolder vh = getChildViewHolderInt(view);
5736 vh.stopIgnoring();
5737 vh.resetInternal();
5738 vh.addFlags(ViewHolder.FLAG_INVALID);
5787 final ViewHolder vh = getChildViewHolderInt(scrap);
5788 if (vh.shouldIgnore()) {
5791 if (vh.isTmpDetached()) {
6606 final ViewHolder vh = getChildViewHolderInt(host);
6608 if (vh != null && !vh.isRemoved()) {
8270 if (item.mShadowedHolder != null && item.mShadowingHolder == null) { // old vh