Home
last modified time | relevance | path

Searched refs:GetMultiSelectable (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_composed_element.cpp39 …Selectable", [](const GridComposedElement& inspector) { return inspector.GetMultiSelectable(); } }, in __anon042a19020d02()
221 std::string GridComposedElement::GetMultiSelectable() const in GetMultiSelectable() function in OHOS::Ace::V2::GridComposedElement
225 return ConvertBoolToString(renderGrip->GetMultiSelectable()); in GetMultiSelectable()
H A Dlist_composed_element.cpp34 …electable ", [](const ListComposedElement& inspector) { return inspector.GetMultiSelectable(); } }, in __anon174b67b80902()
142 std::string ListComposedElement::GetMultiSelectable() const in GetMultiSelectable() function in OHOS::Ace::V2::ListComposedElement
150 return renderList->GetMultiSelectable() ? "true" : "false"; in GetMultiSelectable()
H A Dlist_composed_element.h42 std::string GetMultiSelectable() const;
H A Dgrid_composed_element.h51 std::string GetMultiSelectable() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h298 bool GetMultiSelectable() const in GetMultiSelectable() function
H A Drender_grid_layout.h222 bool GetMultiSelectable() const in GetMultiSelectable() function
H A Drender_grid_layout.cpp130 isMultiSelectable_ = grid->GetMultiSelectable(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h150 bool GetMultiSelectable() const in GetMultiSelectable() function
H A Drender_list.cpp167 isMultiSelectable_ = component_->GetMultiSelectable(); in Update()