Searched refs:keyboardShortcutsView (Results 1 – 2 of 2) sorted by relevance
898 final View keyboardShortcutsView = inflater.inflate( in handleShowKeyboardShortcutSearchList() local900 LinearLayout shortcutsContainer = keyboardShortcutsView.findViewById( in handleShowKeyboardShortcutSearchList()902 mNoSearchResults = keyboardShortcutsView.findViewById(R.id.shortcut_search_no_result); in handleShowKeyboardShortcutSearchList()905 mKeyboardShortcutsBottomSheetDialog.setContentView(keyboardShortcutsView); in handleShowKeyboardShortcutSearchList()906 setButtonsDefaultStatus(keyboardShortcutsView); in handleShowKeyboardShortcutSearchList()929 keyboardShortcutsView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in handleShowKeyboardShortcutSearchList()938 mSearchEditText = keyboardShortcutsView.findViewById(R.id.keyboard_shortcuts_search); in handleShowKeyboardShortcutSearchList()939 mEditTextCancel = keyboardShortcutsView.findViewById( in handleShowKeyboardShortcutSearchList()1323 private void setButtonsDefaultStatus(View keyboardShortcutsView) { in setButtonsDefaultStatus() argument1324 mButtonSystem = keyboardShortcutsView.findViewById(R.id.shortcut_system); in setButtonsDefaultStatus()[all …]
648 final View keyboardShortcutsView = inflater.inflate( in handleShowKeyboardShortcuts() local650 populateKeyboardShortcuts((LinearLayout) keyboardShortcutsView.findViewById( in handleShowKeyboardShortcuts()652 dialogBuilder.setView(keyboardShortcutsView); in handleShowKeyboardShortcuts()