Searched refs:LocaleDragCell (Results 1 – 4 of 4) sorted by relevance
70 private final LocaleDragCell mLocaleDragCell;72 public CustomViewHolder(LocaleDragCell view) { in CustomViewHolder()78 public LocaleDragCell getLocaleDragCell() { in getLocaleDragCell()156 final LocaleDragCell item = (LocaleDragCell) LayoutInflater.from(mContext) in onCreateViewHolder()164 final LocaleDragCell dragCell = holder.getLocaleDragCell(); in onBindViewHolder()203 protected void setCheckBoxDescription(LocaleDragCell dragCell, CheckBox checkbox, in setCheckBoxDescription()
28 class LocaleDragCell extends RelativeLayout { class39 public LocaleDragCell(Context context, AttributeSet attrs) { in LocaleDragCell() method in LocaleDragCell
84 final LocaleDragCell dragCell = (LocaleDragCell) host; in onInitializeAccessibilityNodeInfoForItem()
111 private LocaleDragCell mLocaleDragCell;475 mLocaleDragCell = new LocaleDragCell(mContext, null); in onBindViewHolder_shouldSetCheckedBoxText()486 verify(mAdapter).setCheckBoxDescription(any(LocaleDragCell.class), any(), anyBoolean()); in onBindViewHolder_shouldSetCheckedBoxText()