Home
last modified time | relevance | path

Searched refs:propertyBase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_toolbar_util.cpp632 auto propertyBase = nodeBase->GetLayoutProperty<NavDestinationLayoutPropertyBase>(); in MountToolBar() local
633 CHECK_NULL_VOID(propertyBase); in MountToolBar()
645 bool hideToolBar = propertyBase->GetHideToolBarValue(false); in MountToolBar()
658 if (!currhideToolBar.has_value() || !propertyBase->GetIsAnimatedToolBarValue(false) || in MountToolBar()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp749 auto propertyBase = springProperty->GetProperty(); variable
750 auto animatableProperty = AceType::DynamicCast<AnimatablePropertyFloat>(propertyBase);
780 auto propertyBase = snapProperty->GetProperty(); variable
781 auto animatableProperty = AceType::DynamicCast<AnimatablePropertyFloat>(propertyBase);