/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 68 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in MeasureAndGetChildHeight() local 122 bool isGroup = false; in LayoutALineForward() local 172 bool isGroup = false; in LayoutALineBackward() local 225 …Algorithm::CheckCurRowMeasureFinished(LayoutWrapper* layoutWrapper, int32_t curIndex, bool isGroup) in CheckCurRowMeasureFinished() 459 bool isGroup = false; in LayoutCachedALineForward() local 507 bool isGroup = false; in LayoutCachedALineBackward() local 602 bool isGroup = false; in LayoutCachedForward() local 651 bool isGroup = false; in LayoutCachedBackward() local
|
H A D | list_layout_algorithm.cpp | 230 bool isGroup = layoutWrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in CheckLayoutConstraintChanged() local 339 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in HandleJumpAuto() local 613 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in MeasureAndGetChildHeight() local 702 float& startPos, bool isGroup, bool forwardLayout) in CheckAndMeasureStartItem() 966 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in LayoutALineForward() local 1006 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in LayoutALineBackward() local 1819 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in LayoutCachedALine() local 1872 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in PredictBuildItem() local 1987 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in LayoutCachedForward() local 2033 bool isGroup = wrapper->GetHostTag() == V2::LIST_ITEM_GROUP_ETS_TAG; in LayoutCachedBackward() local [all …]
|
H A D | list_position_map.h | 186 std::optional<bool> isGroup; in GetLazyForEachChildIsGroup() local 214 std::optional<bool> isGroup = GetLazyForEachChildIsGroup(node); in CalculateLazyForEachNode() local
|
H A D | list_layout_algorithm.h | 45 bool isGroup; member
|
/ohos5.0/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
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_conversational_content.cpp | 47 void NotificationConversationalContent::SetConversationGroup(bool isGroup) in SetConversationGroup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model.h | 333 …virtual void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) … in SetFocusScopeId()
|
H A D | view_abstract_model_ng.h | 1437 … void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) override in SetFocusScopeId()
|
H A D | view_abstract.cpp | 5006 void ViewAbstract::SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStep… in SetFocusScopeId() 5020 … ViewAbstract::SetFocusScopeId(FrameNode* frameNode, const std::string& focusScopeId, bool isGroup, in SetFocusScopeId()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_for_property_config.cpp | 615 bool isGroup = true; variable 676 bool isGroup = true; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 2419 void FocusHub::SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) in SetFocusScopeId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5700 void SetFocusScopeId(ArkUINodeHandle node, ArkUI_CharPtr id, ArkUI_Bool isGroup, ArkUI_Bool arrowKe… in SetFocusScopeId() 5713 bool isGroup = false; in ResetFocusScopeId() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 7599 bool isGroup = false; in JsAccessibilityGroup() local 10832 bool isGroup = false; in JsFocusScopeId() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 8023 bool isGroup = false; in SetFocusScopeId() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 4400 focusScopeId(id, isGroup, arrowStepOut) { argument
|