Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/inputmethod/
DNewKeyboardLayoutPickerContent.java30 private NewKeyboardLayoutPickerController mNewKeyboardLayoutPickerController; field in NewKeyboardLayoutPickerContent
57 mNewKeyboardLayoutPickerController = use(NewKeyboardLayoutPickerController.class); in onAttach()
58 mNewKeyboardLayoutPickerController.initialize(this); in onAttach()
60 mControllerUpdateCallback.onControllerUpdated(mNewKeyboardLayoutPickerController); in onAttach()
79 return mNewKeyboardLayoutPickerController; in getController()