Home
last modified time | relevance | path

Searched refs:HasFloatTitle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp871 bool PipelineBase::HasFloatTitle() const in HasFloatTitle() function in OHOS::Ace::PipelineBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp807 bool PipelineBase::HasFloatTitle() const in HasFloatTitle() function in OHOS::Ace::PipelineBase
H A Dpipeline_base.h895 bool HasFloatTitle() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1041 if (pipelineContext->HasFloatTitle()) { in GetFloatImageOffset()