Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java154 final LocaleDragCell dragCell = holder.getLocaleDragCell(); in onBindViewHolder() local
157 dragCell.setLabelAndDescription(label, description); in onBindViewHolder()
158 dragCell.setLocalized(feedItem.isTranslated()); in onBindViewHolder()
159 dragCell.setMiniLabel(mNumberFormatter.format(i + 1)); in onBindViewHolder()
160 dragCell.setShowCheckbox(mRemoveMode); in onBindViewHolder()
161 dragCell.setShowMiniLabel(!mRemoveMode); in onBindViewHolder()
162 dragCell.setShowHandle(!mRemoveMode && mDragEnabled); in onBindViewHolder()
163 dragCell.setTag(feedItem); in onBindViewHolder()
164 CheckBox checkbox = dragCell.getCheckbox(); in onBindViewHolder()
173 (LocaleStore.LocaleInfo) dragCell.getTag(); in onBindViewHolder()
H A DLocaleLinearLayoutManager.java83 final LocaleDragCell dragCell = (LocaleDragCell) host; in onInitializeAccessibilityNodeInfoForItem() local
89 (position + 1) + ", " + dragCell.getCheckbox().getContentDescription(); in onInitializeAccessibilityNodeInfoForItem()