Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.h109 static bool IsNeedHoverModeAction(const RefPtr<TitleBarNode>& titleBarNode);
H A Dnavigation_title_util.cpp847 if (!pipelineContext->IsHoverModeChange() || !IsNeedHoverModeAction(titleBar)) { in FoldStatusChangedAnimation()
887 bool NavigationTitleUtil::IsNeedHoverModeAction(const RefPtr<TitleBarNode>& titleBarNode) in IsNeedHoverModeAction() function in OHOS::Ace::NG::NavigationTitleUtil
933 if (!IsNeedHoverModeAction(titleBar)) { in CalculateTitlebarOffset()