Searched refs:mContents (Results 1 – 2 of 2) sorted by relevance
49 private UserDictionaryAddWordContents mContents; field in UserDictionaryAddWordFragment63 if (null == mContents) { in onCreateView()64 mContents = new UserDictionaryAddWordContents(mRootView, getArguments()); in onCreateView()87 mContents.delete(getActivity()); in onOptionsItemSelected()103 final ArrayList<LocaleRenderer> localesList = mContents.getLocalesList(getActivity()); in updateSpinner()119 mContents.apply(getActivity()); in onPause()131 mContents.updateLocale(locale.getLocaleString()); in onItemSelected()139 mContents.updateLocale(args.getString(UserDictionaryAddWordContents.EXTRA_LOCALE)); in onNothingSelected()145 mContents.updateLocale(locale.toString()); in onLocaleSelected()
33 private UserDictionaryAddWordContents mContents; field in UserDictionaryAddWordActivity62 mContents = new UserDictionaryAddWordContents(getWindow().getDecorView(), args); in onCreate()67 mContents.saveStateIntoBundle(outState); in onSaveInstanceState()75 mContents.apply(this); in onClickConfirm()