Searched refs:mCurrentDrag (Results 1 – 1 of 1) sorted by relevance
88 private Holder mCurrentDrag; field in TileAdapter227 if (mCurrentDrag == null) { in onBindViewHolder()229 } else if (!canRemoveTiles() && mCurrentDrag.getAdapterPosition() < mEditIndex) { in onBindViewHolder()545 if (viewHolder == mCurrentDrag) return;546 if (mCurrentDrag != null) {547 int position = mCurrentDrag.getAdapterPosition();549 mCurrentDrag.mTileView.setShowAppLabel(551 mCurrentDrag.stopDrag();552 mCurrentDrag = null;555 mCurrentDrag = (Holder) viewHolder;[all …]