Home
last modified time | relevance | path

Searched refs:dragCell (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java153 final LocaleDragCell dragCell = holder.getLocaleDragCell(); in onBindViewHolder() local
156 dragCell.setLabelAndDescription(label, description); in onBindViewHolder()
157 dragCell.setLocalized(feedItem.isTranslated()); in onBindViewHolder()
158 dragCell.setMiniLabel(mNumberFormatter.format(i + 1)); in onBindViewHolder()
159 dragCell.setShowCheckbox(mRemoveMode); in onBindViewHolder()
160 dragCell.setShowMiniLabel(!mRemoveMode); in onBindViewHolder()
161 dragCell.setShowHandle(!mRemoveMode && mDragEnabled); in onBindViewHolder()
162 dragCell.setChecked(mRemoveMode ? feedItem.getChecked() : false); in onBindViewHolder()
163 dragCell.setTag(feedItem); in onBindViewHolder()
164 dragCell.getCheckbox() in onBindViewHolder()
[all …]
DLocaleLinearLayoutManager.java82 final LocaleDragCell dragCell = (LocaleDragCell) host; in onInitializeAccessibilityNodeInfoForItem() local
88 (position + 1) + ", " + dragCell.getCheckbox().getContentDescription(); in onInitializeAccessibilityNodeInfoForItem()