Home
last modified time | relevance | path

Searched defs:isCustom (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition.h45 void SetIsCustom(bool isCustom) in SetIsCustom()
H A Drs_property_animation.cpp32 void RSPropertyAnimation::SetIsCustom(const bool isCustom) in SetIsCustom()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp141 bool isCustom = GetData<bool>(); in RsCurveAnimationFuzzTest() local
172 bool isCustom = GetData<bool>(); in RsKeyframeAnimationFuzzTest() local
202 bool isCustom = GetData<bool>(); in RsPathAnimationFuzzTest() local
267 bool isCustom = GetData<bool>(); in RsSpringAnimationFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp167 auto isCustom = navDestination->GetPrevTitleIsCustomValue(false); in GetTitleWidth() local
196 auto isCustom = navBarNode->GetPrevTitleIsCustomValue(false); in GetTitleWidth() local
586 auto isCustom = navDestination->GetPrevTitleIsCustomValue(false); in LayoutTitle() local
628 auto isCustom = navBarNode->GetPrevTitleIsCustomValue(false); in LayoutTitle() local
H A Dnavigation_pattern.h337 void SetIsCustomAnimation(bool isCustom) in SetIsCustomAnimation()
H A Dnavigation_title_util.cpp615 …string NavigationTitleUtil::GetTitleString(const RefPtr<TitleBarNode>& titleBarNode, bool isCustom) in GetTitleString()
H A Dnavigation_model_ng.cpp1418 void NavigationModelNG::SetIsCustomAnimation(bool isCustom) in SetIsCustomAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h141 virtual void SetIsCustomAnimation(bool isCustom) {} in SetIsCustomAnimation()
H A Dtabs_model_ng.cpp907 void TabsModelNG::SetIsCustomAnimation(bool isCustom) in SetIsCustomAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dnavigation_model_impl.cpp279 void NavigationModelImpl::SetIsCustomAnimation(bool isCustom) {} in SetIsCustomAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h171 void SetIsCustomComponent(bool isCustom) in SetIsCustomComponent()