Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java59 private final LocaleDragCell mLocaleDragCell; field in LocaleDragAndDropAdapter.CustomViewHolder
63 mLocaleDragCell = view; in CustomViewHolder()
64 mLocaleDragCell.getDragHandle().setOnTouchListener(this); in CustomViewHolder()
68 return mLocaleDragCell; in getLocaleDragCell()