Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DAppLocalePickerActivity.java65 private LocalePickerWithRegion mLocalePickerWithRegion; field in AppLocalePickerActivity
98 mLocalePickerWithRegion = LocalePickerWithRegion.createLanguagePicker( in onCreate()
136 ViewCompat.setNestedScrollingEnabled(mLocalePickerWithRegion.getListView(), true); in onMenuItemActionCollapse()
144 ViewCompat.setNestedScrollingEnabled(mLocalePickerWithRegion.getListView(), false); in onMenuItemActionExpand()
267 .replace(R.id.content_frame, mLocalePickerWithRegion) in launchLocalePickerPage()