Searched refs:LocaleDragCell (Results 1 – 3 of 3) sorted by relevance
61 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()
28 class LocaleDragCell extends RelativeLayout { class38 public LocaleDragCell(Context context, AttributeSet attrs) { in LocaleDragCell() method in LocaleDragCell
83 final LocaleDragCell dragCell = (LocaleDragCell) host; in onInitializeAccessibilityNodeInfoForItem()