Home
last modified time | relevance | path

Searched refs:DIRECTION_MAP (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dfocusable_grid.cpp34 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 Dlayout_manager.h44 …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 Dlayout_manager.cpp25 …:map<bool, std::map<FlexDirection, std::map<bool, std::map<bool, KeyDirection>>>> DIRECTION_MAP = { variable
H A Drender_list_item_group.cpp681 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 Drender_grid.cpp44 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 Drender_list.cpp61 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 Drender_grid_layout.cpp60 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()