/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_for_property_config.cpp | 615 bool isGroup = true; in HWTEST_F() local 676 bool isGroup = true; in HWTEST_F() local 678 ViewAbstract::SetFocusScopeId(AceType::RawPtr(frameNode), focusScopeId, isGroup, true); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model.h | 332 virtual void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) {} in SetFocusScopeId() argument
|
H A D | view_abstract.cpp | 4916 void ViewAbstract::SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) in SetFocusScopeId() argument 4930 void ViewAbstract::SetFocusScopeId(FrameNode* frameNode, const std::string& focusScopeId, bool isGroup, in SetFocusScopeId() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 63 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in MeasureAndGetChildHeight() local 117 bool isGroup = false; in LayoutALineForward() local 167 bool isGroup in LayoutALineBackward() local 220 CheckCurRowMeasureFinished(LayoutWrapper* layoutWrapper, int32_t curIndex, bool isGroup) CheckCurRowMeasureFinished() argument 453 bool isGroup = false; LayoutCachedALineForward() local 501 bool isGroup = false; LayoutCachedALineBackward() local 575 bool isGroup = false; LayoutCachedForward() local 627 bool isGroup = false; LayoutCachedBackward() local [all...] |
H A D | list_position_map.h | 185 std::optional<bool> isGroup; in GetLazyForEachChildIsGroup() local 213 std::optional<bool> isGroup = GetLazyForEachChildIsGroup(node); in CalculateLazyForEachNode() local [all...] |
H A D | list_layout_algorithm.cpp | 217 bool isGroup = layoutWrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in CheckNeedMeasure() local 317 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in HandleJumpAuto() local 361 bool isGroup = wrapper && wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in HandleJumpCenter() local 391 bool isGroup = wrapper && wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in HandleJumpStart() local 413 bool isGroup = wrapper && wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in HandleJumpEnd() local 591 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; MeasureAndGetChildHeight() local 682 CheckAndMeasureStartItem(LayoutWrapper* layoutWrapper, int32_t startIndex, float& startPos, bool isGroup, bool forwardLayout) CheckAndMeasureStartItem() argument 944 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; LayoutALineForward() local 984 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; LayoutALineBackward() local 1782 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; LayoutCachedALine() local 1835 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; PredictBuildItem() local 1968 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; LayoutCachedForward() local 2007 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; LayoutCachedBackward() local 2161 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; PredictBuildV2() local [all...] |
H A D | list_layout_algorithm.h | 48 bool isGroup; member
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_dumper.cpp | 227 std::string isGroup = screen->isScreenGroup_ ? "true" : "false"; in DumpSpecifiedScreenInfo() local 337 std::string isGroup = screen->isScreenGroup_ ? "true" : "false"; in GetScreenInfo() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5846 void SetFocusScopeId(ArkUINodeHandle node, ArkUI_CharPtr id, ArkUI_Bool isGroup, ArkUI_Bool arrowKeyStepOut) in SetFocusScopeId() argument 5859 bool isGroup = false; in ResetFocusScopeId() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 7716 bool isGroup = false; in SetFocusScopeId() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 10765 bool isGroup = false; in JsFocusScopeId() local
|