Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java67 private LocaleStore.LocaleInfo mDragLocale; field in LocaleDragAndDropAdapter
231 mDragLocale = saved; in onItemMove()
393 outInstanceState.putSerializable(CFGKEY_DRAG_LOCALE, mDragLocale); in saveState()
419 mDragLocale = (LocaleStore.LocaleInfo) savedInstanceState.getSerializable( in restoreState()
421 if (mDragLocale != null) { in restoreState()
424 mDragLocale.getId())); in restoreState()
425 mFeedItemList.add(0, mDragLocale); in restoreState()