Home
last modified time | relevance | path

Searched refs:mLocaleDragCell (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleListEditorTest.java115 private LocaleDragCell mLocaleDragCell; field in LocaleListEditorTest
522 mLocaleDragCell = new LocaleDragCell(mContext, null); in onBindViewHolder_shouldSetCheckedBoxText()
523 ReflectionHelpers.setField(mCustomViewHolder, "mLocaleDragCell", mLocaleDragCell); in onBindViewHolder_shouldSetCheckedBoxText()
524 ReflectionHelpers.setField(mLocaleDragCell, "mLabel", mLabel); in onBindViewHolder_shouldSetCheckedBoxText()
525 ReflectionHelpers.setField(mLocaleDragCell, "mLocalized", mLocalized); in onBindViewHolder_shouldSetCheckedBoxText()
526 ReflectionHelpers.setField(mLocaleDragCell, "mCurrentDefault", mCurrentDefault); in onBindViewHolder_shouldSetCheckedBoxText()
527 ReflectionHelpers.setField(mLocaleDragCell, "mMiniLabel", mMiniLabel); in onBindViewHolder_shouldSetCheckedBoxText()
528 ReflectionHelpers.setField(mLocaleDragCell, "mDragHandle", mDragHandle); in onBindViewHolder_shouldSetCheckedBoxText()
529 ReflectionHelpers.setField(mLocaleDragCell, "mCheckbox", mCheckbox); in onBindViewHolder_shouldSetCheckedBoxText()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java75 private final LocaleDragCell mLocaleDragCell; field in LocaleDragAndDropAdapter.CustomViewHolder
79 mLocaleDragCell = view; in CustomViewHolder()
80 mLocaleDragCell.getDragHandle().setOnTouchListener(this); in CustomViewHolder()
84 return mLocaleDragCell; in getLocaleDragCell()