Searched refs:DIRECTION_MAP (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | focusable_grid.cpp | 34 const std::map<bool, std::map<bool, KeyDirection>> DIRECTION_MAP = { variable 43 KeyDirection key = DIRECTION_MAP.at(vertical).at(reverse); in RequestNextFocus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | layout_manager.h | 44 …td::map<bool, std::map<FlexDirection, std::map<bool, std::map<bool, KeyDirection>>>> DIRECTION_MAP; 82 KeyDirection key = DIRECTION_MAP.at(rightToLeft_).at(direction_).at(vertical).at(reverse); in RequestNextFocus()
|
H A D | layout_manager.cpp | 25 …:map<bool, std::map<FlexDirection, std::map<bool, std::map<bool, KeyDirection>>>> DIRECTION_MAP = { variable
|
H A D | render_list_item_group.cpp | 681 KeyDirection key = DIRECTION_MAP.at(rightToLeft_).at(direction_).at(vertical).at(reverse); in GetNextFocusIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | render_grid.cpp | 44 const std::map<FlexDirection, std::map<bool, std::map<bool, KeyDirection>>> DIRECTION_MAP = { variable 416 KeyDirection key = DIRECTION_MAP.at(direction_).at(vertical).at(reverse); in RequestNextFocus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 61 const std::map<bool, std::map<bool, std::map<bool, std::map<bool, int32_t>>>> DIRECTION_MAP = { variable 3054 int32_t moveStep = DIRECTION_MAP.at(rightToLeft_).at(vertical_).at(vertical).at(reverse); in RequestNextFocus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 60 const std::map<bool, std::map<bool, std::map<bool, KeyDirection>>> DIRECTION_MAP = { variable 156 KeyDirection key = DIRECTION_MAP.at(rightToLeft_).at(vertical).at(reverse); in RequestNextFocus()
|