Home
last modified time | relevance | path

Searched refs:LocaleDragCell (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java61 private final LocaleDragCell mLocaleDragCell;
63 public CustomViewHolder(LocaleDragCell view) { in CustomViewHolder()
69 public LocaleDragCell getLocaleDragCell() { in getLocaleDragCell()
146 final LocaleDragCell item = (LocaleDragCell) LayoutInflater.from(mContext) in onCreateViewHolder()
154 final LocaleDragCell dragCell = holder.getLocaleDragCell(); in onBindViewHolder()
H A DLocaleDragCell.java28 class LocaleDragCell extends RelativeLayout { class
38 public LocaleDragCell(Context context, AttributeSet attrs) { in LocaleDragCell() method in LocaleDragCell
H A DLocaleLinearLayoutManager.java83 final LocaleDragCell dragCell = (LocaleDragCell) host; in onInitializeAccessibilityNodeInfoForItem()