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.java111 private LocaleDragCell mLocaleDragCell; field in LocaleListEditorTest
475 mLocaleDragCell = new LocaleDragCell(mContext, null); in onBindViewHolder_shouldSetCheckedBoxText()
476 ReflectionHelpers.setField(mCustomViewHolder, "mLocaleDragCell", mLocaleDragCell); in onBindViewHolder_shouldSetCheckedBoxText()
477 ReflectionHelpers.setField(mLocaleDragCell, "mLabel", mLabel); in onBindViewHolder_shouldSetCheckedBoxText()
478 ReflectionHelpers.setField(mLocaleDragCell, "mLocalized", mLocalized); in onBindViewHolder_shouldSetCheckedBoxText()
479 ReflectionHelpers.setField(mLocaleDragCell, "mCurrentDefault", mCurrentDefault); in onBindViewHolder_shouldSetCheckedBoxText()
480 ReflectionHelpers.setField(mLocaleDragCell, "mMiniLabel", mMiniLabel); in onBindViewHolder_shouldSetCheckedBoxText()
481 ReflectionHelpers.setField(mLocaleDragCell, "mDragHandle", mDragHandle); in onBindViewHolder_shouldSetCheckedBoxText()
482 ReflectionHelpers.setField(mLocaleDragCell, "mCheckbox", mCheckbox); in onBindViewHolder_shouldSetCheckedBoxText()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java70 private final LocaleDragCell mLocaleDragCell; field in LocaleDragAndDropAdapter.CustomViewHolder
74 mLocaleDragCell = view; in CustomViewHolder()
75 mLocaleDragCell.getDragHandle().setOnTouchListener(this); in CustomViewHolder()
79 return mLocaleDragCell; in getLocaleDragCell()