Searched refs:itemProperty (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_test_ng.cpp | 607 ASSERT_NE(itemProperty, nullptr); 676 ASSERT_NE(itemProperty, nullptr); 713 ASSERT_NE(itemProperty, nullptr); 742 ASSERT_NE(itemProperty, nullptr); 789 ASSERT_NE(itemProperty, nullptr); 831 ASSERT_NE(itemProperty, nullptr); 849 ASSERT_NE(itemProperty, nullptr); 869 ASSERT_NE(itemProperty, nullptr); 888 ASSERT_NE(itemProperty, nullptr); 914 ASSERT_NE(itemProperty, nullptr); [all …]
|
H A D | menuitem_pattern_test_ng.cpp | 238 ASSERT_NE(itemProperty, nullptr); 274 ASSERT_NE(itemProperty, nullptr); 316 ASSERT_NE(itemProperty, nullptr); 366 ASSERT_NE(itemProperty, nullptr); 387 itemProperty->UpdateSelectIcon(false); 410 ASSERT_NE(itemProperty, nullptr); 449 ASSERT_NE(itemProperty, nullptr); 499 ASSERT_NE(itemProperty, nullptr); 527 ASSERT_NE(itemProperty, nullptr); 565 ASSERT_NE(itemProperty, nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 222 CHECK_NULL_VOID(itemProperty); in OnAfterModifyDone() 236 CHECK_NULL_VOID(itemProperty); in RecordChangeEvent() 1010 CHECK_NULL_VOID(itemProperty); in UpdateImageNode() 1050 CHECK_NULL_VOID(itemProperty); in UpdateSymbolNode() 1086 CHECK_NULL_VOID(itemProperty); in AddSelectIcon() 1256 CHECK_NULL_VOID(itemProperty); in UpdateIcon() 1260 auto symbol = isStart ? itemProperty->GetStartSymbol() : itemProperty->GetEndSymbol(); in UpdateIcon() 1300 CHECK_NULL_VOID(itemProperty); in UpdateImageIcon() 1352 CHECK_NULL_VOID(itemProperty); in UpdateSymbolIcon() 1448 auto fontSize = isLabel ? itemProperty->GetLabelFontSize() : itemProperty->GetFontSize(); in UpdateFont() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_event_hub.cpp | 123 auto itemProperty = frameNode->GetLayoutProperty<GridItemLayoutProperty>(); in GetGridItemIndex() local 124 CHECK_NULL_RETURN(itemProperty, 0); in GetGridItemIndex() 127 auto mainIndex = itemProperty->GetMainIndex().value_or(-1); in GetGridItemIndex() 128 auto crossIndex = itemProperty->GetCrossIndex().value_or(-1); in GetGridItemIndex()
|
H A D | grid_pattern.cpp | 1562 auto itemProperty = itemPattern->GetLayoutProperty<GridItemLayoutProperty>(); in UpdateRectOfDraggedInItem() local 1563 CHECK_NULL_VOID(itemProperty); in UpdateRectOfDraggedInItem() 1564 auto mainIndex = itemProperty->GetMainIndex().value_or(-1); in UpdateRectOfDraggedInItem() 1565 auto crossIndex = itemProperty->GetCrossIndex().value_or(-1); in UpdateRectOfDraggedInItem()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.cpp | 94 if (!itemProperty->GetItalicFontStyle().has_value()) { in UpdateFontStyle() 104 if (!itemProperty->GetFontFamily().has_value()) { in UpdateFontStyle() 108 if (labelProperty && !itemProperty->GetLabelFontFamily().has_value()) { in UpdateFontStyle() 127 if (!itemProperty->GetFontSize().has_value()) { in UpdateMenuItemTextNode() 131 if (labelProperty && !itemProperty->GetLabelFontSize().has_value()) { in UpdateMenuItemTextNode() 137 if (!itemProperty->GetFontWeight().has_value()) { in UpdateMenuItemTextNode() 141 if (labelProperty && !itemProperty->GetLabelFontWeight().has_value()) { in UpdateMenuItemTextNode() 147 if (!itemProperty->GetFontColor().has_value()) { in UpdateMenuItemTextNode() 151 if (labelProperty && !itemProperty->GetLabelFontColor().has_value()) { in UpdateMenuItemTextNode() 503 CHECK_NULL_VOID(itemProperty); in UpdateMenuItemChildren() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 2087 auto itemProperty = DynamicCast<GridItemLayoutProperty>(wrapper->GetLayoutProperty()); in PredictBuildItem() local 2088 CHECK_NULL_RETURN(itemProperty, false); in PredictBuildItem() 2091 auto constraint = GenerateCacheItemConstraint(*itemProperty, axis, param); in PredictBuildItem()
|