Searched refs:keyboardShortcutsView (Results 1 – 2 of 2) sorted by relevance
827 final View keyboardShortcutsView = inflater.inflate( in handleShowKeyboardShortcutSearchList() local830 mKeyboardShortcutsBottomSheetDialog.setContentView(keyboardShortcutsView); in handleShowKeyboardShortcutSearchList()831 setButtonsDefaultStatus(keyboardShortcutsView); in handleShowKeyboardShortcutSearchList()884 keyboardShortcutsView.findViewById( in handleShowKeyboardShortcutSearchList()1228 private void setButtonsDefaultStatus(View keyboardShortcutsView) { in setButtonsDefaultStatus() argument1229 mButtonSystem = keyboardShortcutsView.findViewById(R.id.shortcut_system); in setButtonsDefaultStatus()1230 mButtonInput = keyboardShortcutsView.findViewById(R.id.shortcut_input); in setButtonsDefaultStatus()1236 populateKeyboardShortcutSearchList(keyboardShortcutsView.findViewById( in setButtonsDefaultStatus()1242 populateKeyboardShortcutSearchList(keyboardShortcutsView.findViewById( in setButtonsDefaultStatus()1248 populateKeyboardShortcutSearchList(keyboardShortcutsView.findViewById( in setButtonsDefaultStatus()[all …]
612 final View keyboardShortcutsView = inflater.inflate( in handleShowKeyboardShortcuts() local614 populateKeyboardShortcuts((LinearLayout) keyboardShortcutsView.findViewById( in handleShowKeyboardShortcuts()616 dialogBuilder.setView(keyboardShortcutsView); in handleShowKeyboardShortcuts()