Home
last modified time | relevance | path

Searched refs:selectable_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_pattern.h88 return selectable_; in Selectable()
107 … json->PutFixedAttr("selectable", selectable_ ? "true" : "false", filter, FIXED_ATTR_SELECTABLE); in ToJsonValue()
111 … json->PutFixedAttr("selectable", selectable_ ? "true" : "false", filter, FIXED_ATTR_SELECTABLE); in ToJsonValue()
166 bool selectable_ = true; variable
H A Dgrid_item_pattern.cpp79 if (isSelected_ && selectable_ && !selectable) { in SetSelectable()
87 selectable_ = selectable; in SetSelectable()
309 selectable_ ? DumpLog::GetInstance().AddDesc("selectable:true") in DumpAdvanceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h86 return selectable_; in GetSelectable()
91 selectable_ = selectable; in SetSelectable()
158 bool selectable_ = true; variable
H A Drender_grid_layout_item.h118 return selectable_; in GetSelectable()
167 bool selectable_ = true; variable
H A Drender_grid_layout_item.cpp41 selectable_ = gridItem->GetSelectable(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_item_component.h62 return selectable_; in GetSelectable()
67 selectable_ = selectable; in SetSelectable()
141 bool selectable_ = true; variable
H A Drender_list_item.h97 return selectable_; in GetSelectable()
208 bool selectable_ = true; variable
H A Drender_list_item.cpp62 selectable_ = item->GetSelectable(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h78 if (!selectable_) { in GetSelected()
85 if (!selectable_) { in SetSelected()
226 return selectable_; in GetSelectable()
230 selectable_ = selectable; in SetSelectable()
424 bool selectable_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.h157 return selectable_; in Selectable()
162 selectable_ = selectable; in SetSelectable()
295 bool selectable_ = true; variable
H A Dlist_item_pattern.cpp902 json->PutFixedAttr("selectable", selectable_, filter, FIXED_ATTR_SELECTABLE); in ToJsonValue()
1071 if (selectable_) { in InitDisableEvent()
1072 selectable_ = false; in InitDisableEvent()
1121 selectable_ ? DumpLog::GetInstance().AddDesc("selectable:true") in DumpAdvanceInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp1097 gridItemPattern->selectable_ = true;
1099 EXPECT_FALSE(gridItemPattern->selectable_);