Home
last modified time | relevance | path

Searched defs:isGroup (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp68 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 Dlist_layout_algorithm.cpp230 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 Dlist_position_map.h186 std::optional<bool> isGroup; in GetLazyForEachChildIsGroup() local
214 std::optional<bool> isGroup = GetLazyForEachChildIsGroup(node); in CalculateLazyForEachNode() local
H A Dlist_layout_algorithm.h45 bool isGroup; member
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp227 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 Dnotification_conversational_content.cpp47 void NotificationConversationalContent::SetConversationGroup(bool isGroup) in SetConversationGroup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h333 …virtual void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) … in SetFocusScopeId()
H A Dview_abstract_model_ng.h1437 … void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) override in SetFocusScopeId()
H A Dview_abstract.cpp5006 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 Dview_abstract_test_ng_for_property_config.cpp615 bool isGroup = true; variable
676 bool isGroup = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp2419 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 Dnode_common_modifier.cpp5700 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 Djs_view_abstract.cpp7599 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 Darkts_native_common_bridge.cpp8023 bool isGroup = false; in SetFocusScopeId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4400 focusScopeId(id, isGroup, arrowStepOut) { argument