Searched refs:mCurrentDrag (Results 1 – 1 of 1) sorted by relevance
84 private Holder mCurrentDrag; field in TileAdapter223 mCurrentDrag != null ? R.string.drag_to_remove_tiles in onBindViewHolder()530 if (viewHolder == mCurrentDrag) return;531 if (mCurrentDrag != null) {532 int position = mCurrentDrag.getAdapterPosition();534 mCurrentDrag.mTileView.setShowAppLabel(536 mCurrentDrag.stopDrag();537 mCurrentDrag = null;540 mCurrentDrag = (Holder) viewHolder;541 mCurrentDrag.startDrag();