Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java61 private final LocaleDragCell mLocaleDragCell; field in LocaleDragAndDropAdapter.CustomViewHolder
65 mLocaleDragCell = view; in CustomViewHolder()
66 mLocaleDragCell.getDragHandle().setOnTouchListener(this); in CustomViewHolder()
70 return mLocaleDragCell; in getLocaleDragCell()