Searched refs:keyboardShortcutsWindow (Results 1 – 2 of 2) sorted by relevance
903 Window keyboardShortcutsWindow = mKeyboardShortcutsBottomSheetDialog.getWindow(); in handleShowKeyboardShortcutSearchList() local904 setWindowProperties(keyboardShortcutsWindow); in handleShowKeyboardShortcutSearchList()972 private static void setWindowProperties(Window keyboardShortcutsWindow) { in setWindowProperties() argument973 keyboardShortcutsWindow.setType(TYPE_SYSTEM_DIALOG); in setWindowProperties()975 params.copyFrom(keyboardShortcutsWindow.getAttributes()); in setWindowProperties()980 keyboardShortcutsWindow.setAttributes(params); in setWindowProperties()981 keyboardShortcutsWindow.getDecorView().setOnApplyWindowInsetsListener((v, insets) -> { in setWindowProperties()988 keyboardShortcutsWindow.setWindowAnimations( in setWindowProperties()
656 Window keyboardShortcutsWindow = mKeyboardShortcutsDialog.getWindow(); in handleShowKeyboardShortcuts() local657 keyboardShortcutsWindow.setType(TYPE_SYSTEM_DIALOG); in handleShowKeyboardShortcuts()