Searched refs:IsShiftWith (Results 1 – 9 of 9) sorted by relevance
142 if (IsShiftWith(code)) { in ConvertCodeToString()152 auto shiftWithLetter = IsShiftWith(code); in ConvertCodeToString()158 if (IsShiftWith(code)) { in ConvertCodeToString()
546 bool IsShiftWith(KeyCode expectCodes) const in IsShiftWith() function
420 …if (!(event.IsDirectionalKey() || event.IsKey({ KeyCode::KEY_TAB }) || event.IsShiftWith(KeyCode::… in HandleKeyEvent()
171 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleFocusByTabIndex()
868 if (event.code == KeyCode::KEY_DPAD_LEFT || event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent()883 …if (focusChoice_ == FocusChoice::SEARCH && isOnlyOneFocusableComponent && event.IsShiftWith(KeyCod… in OnKeyEvent()892 if (focusChoice_ == FocusChoice::SEARCH && event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent()
204 bool shiftTabPressed = keyEvent.IsShiftWith(KeyCode::KEY_TAB); in HandleKeyEvent()957 } else if (keyEvent.IsShiftWith(KeyCode::KEY_TAB)) { in RequestNextFocusOfKeyTab()2238 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleFocusByTabIndex()
680 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleTabKeyEvent()
777 event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent()816 event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEventWithoutClick()
1479 if (keyEvent.IsShiftWith(keyEvent.code)) { in HandleKeyEvent()