Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutListSearch.java898 final View keyboardShortcutsView = inflater.inflate( in handleShowKeyboardShortcutSearchList() local
900 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() argument
1324 mButtonSystem = keyboardShortcutsView.findViewById(R.id.shortcut_system); in setButtonsDefaultStatus()
[all …]
DKeyboardShortcuts.java648 final View keyboardShortcutsView = inflater.inflate( in handleShowKeyboardShortcuts() local
650 populateKeyboardShortcuts((LinearLayout) keyboardShortcutsView.findViewById( in handleShowKeyboardShortcuts()
652 dialogBuilder.setView(keyboardShortcutsView); in handleShowKeyboardShortcuts()