Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java59 private final LocaleDragCell mLocaleDragCell;
61 public CustomViewHolder(LocaleDragCell view) { in CustomViewHolder()
67 public LocaleDragCell getLocaleDragCell() { in getLocaleDragCell()
145 final LocaleDragCell item = (LocaleDragCell) LayoutInflater.from(mContext) in onCreateViewHolder()
153 final LocaleDragCell dragCell = holder.getLocaleDragCell(); in onBindViewHolder()
DLocaleDragCell.java28 class LocaleDragCell extends RelativeLayout { class
38 public LocaleDragCell(Context context, AttributeSet attrs) { in LocaleDragCell() method in LocaleDragCell
DLocaleLinearLayoutManager.java82 final LocaleDragCell dragCell = (LocaleDragCell) host; in onInitializeAccessibilityNodeInfoForItem()