Home
last modified time | relevance | path

Searched refs:IsShiftWith (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp142 if (IsShiftWith(code)) { in ConvertCodeToString()
152 auto shiftWithLetter = IsShiftWith(code); in ConvertCodeToString()
158 if (IsShiftWith(code)) { in ConvertCodeToString()
H A Dkey_event.h546 bool IsShiftWith(KeyCode expectCodes) const in IsShiftWith() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp420 …if (!(event.IsDirectionalKey() || event.IsKey({ KeyCode::KEY_TAB }) || event.IsShiftWith(KeyCode::… in HandleKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp171 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleFocusByTabIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp868 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp204 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp680 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleTabKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp777 event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent()
816 event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEventWithoutClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1479 if (keyEvent.IsShiftWith(keyEvent.code)) { in HandleKeyEvent()