Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.h103 bool forbiddenSwipe_ = true; variable
H A Drender_semi_modal.cpp142 forbiddenSwipe_ = GreatNotEqual(blankHeight_, minBlankHeight_); in PerformLayout()
372 forbiddenSwipe_ = false; in OnExtendAnimationEnd()
424 if (!isFullScreen_ && forbiddenSwipe_) { in TouchTest()