Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java70 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()
DLocaleDragCell.java28 class LocaleDragCell extends RelativeLayout { class
39 public LocaleDragCell(Context context, AttributeSet attrs) { in LocaleDragCell() method in LocaleDragCell
DLocaleLinearLayoutManager.java84 final LocaleDragCell dragCell = (LocaleDragCell) host; in onInitializeAccessibilityNodeInfoForItem()
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleListEditorTest.java111 private LocaleDragCell mLocaleDragCell;
475 mLocaleDragCell = new LocaleDragCell(mContext, null); in onBindViewHolder_shouldSetCheckedBoxText()
486 verify(mAdapter).setCheckBoxDescription(any(LocaleDragCell.class), any(), anyBoolean()); in onBindViewHolder_shouldSetCheckedBoxText()