Searched refs:mDragLocale (Results 1 – 1 of 1) sorted by relevance
67 private LocaleStore.LocaleInfo mDragLocale; field in LocaleDragAndDropAdapter231 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()