Searched refs:mCurrentDrag (Results 1 – 1 of 1) sorted by relevance
90 private Holder mCurrentDrag; field in TileAdapter254 if (mCurrentDrag == null) { in onBindViewHolder()256 } else if (!canRemoveTiles() && mCurrentDrag.getAdapterPosition() < mEditIndex) { in onBindViewHolder()575 if (viewHolder == mCurrentDrag) return;576 if (mCurrentDrag != null) {577 int position = mCurrentDrag.getAdapterPosition();580 mCurrentDrag.mTileView.setShowAppLabel(582 mCurrentDrag.stopDrag();583 mCurrentDrag = null;586 mCurrentDrag = (Holder) viewHolder;[all …]