Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp243 catchMode_ = textField->GetOnTap().IsEmpty() || textField->GetOnTap().GetCatchMode(); in Update()
246 if (!catchMode_) { in Update()
248 catchMode_ = false; in Update()
250 catchMode_ = true; in Update()
581 clickRecognizer_->SetUseCatchMode(catchMode_); in OnTouchTestHit()
597 doubleClickRecognizer_->SetUseCatchMode(catchMode_); in OnTouchTestHit()
H A Drender_text_field.h748 bool catchMode_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h568 bool catchMode_ = true; variable
H A Drender_swiper.cpp204 catchMode_ = true; in Update()
206 catchMode_ = clickId.GetCatchMode(); in Update()
268 Initialize(GetContext(), catchMode_); in Update()
3082 Initialize(GetContext(), catchMode_); in UpdateItemCount()