Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.h37 TouchRightBoundary, enumerator
H A Ddialog_layout_algorithm.cpp656 touchingBoundaryFlag_ = TouchingBoundaryType::TouchRightBoundary; in IsDialogTouchingBoundary()
687 } else if (touchingBoundaryFlag_ == TouchingBoundaryType::TouchRightBoundary) { in MultipleDialog()