Home
last modified time | relevance | path

Searched refs:catchMode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Drender_badge.cpp80 auto catchMode = true; in Update() local
82 catchMode = false; in Update()
84 catchMode = badge_->GetClickEvent().GetCatchMode(); in Update()
88 if (!catchMode) { in Update()
90 catchMode = false; in Update()
92 catchMode = true; in Update()
95 clickRecognizer_->SetUseCatchMode(catchMode); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp115 auto catchMode = clickId.IsEmpty() || clickId.GetCatchMode(); in Update() local
118 if (!catchMode) { in Update()
120 catchMode = false; in Update()
122 catchMode = true; in Update()
126 clickRecognizer_->SetUseCatchMode(catchMode); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.cpp56 auto catchMode = true; in Update() local
58 catchMode = clickId.GetCatchMode(); in Update()
74 InitClickRecognizer(catchMode); in Update()
174 void RenderCheckable::InitClickRecognizer(bool catchMode) in InitClickRecognizer() argument
186 if (!catchMode && pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in InitClickRecognizer()
H A Drender_checkable.h56 void InitClickRecognizer(bool catchMode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp236 …auto catchMode = toggleComponent_->GetClickEvent().IsEmpty() || toggleComponent_->GetClickEvent().… in Update() local
239 if (!catchMode) { in Update()
241 catchMode = false; in Update()
243 catchMode = true; in Update()
246 clickRecognizer_->SetUseCatchMode(catchMode); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp467 auto catchMode = in Update() local
471 if (!catchMode) { in Update()
473 catchMode = false; in Update()
475 catchMode = true; in Update()
479 clickRecognizer_->SetUseCatchMode(catchMode && catchModeButton); in Update()
H A Dbutton_component.cpp215 void ButtonComponent::SetCatchMode(bool catchMode) in SetCatchMode() argument
217 isCatchMode_ = catchMode; in SetCatchMode()
H A Dbutton_component.h88 void SetCatchMode(bool catchMode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h432 void Initialize(const WeakPtr<PipelineContext>& context, bool catchMode);
433 void InitRecognizer(bool catchMode);
H A Drender_swiper.cpp417 void RenderSwiper::Initialize(const WeakPtr<PipelineContext>& context, bool catchMode) in Initialize() argument
436 InitRecognizer(catchMode); in Initialize()
460 void RenderSwiper::InitRecognizer(bool catchMode) in InitRecognizer() argument
479 if (!catchMode && pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in InitRecognizer()