Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h652 bool isDisableDrag_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h1110 bool isDisableDrag_ = false; variable
H A Dweb_pattern.cpp1435 isDisableDrag_ = false; in InitCommonDragDropEvent()
1585 if (isDisableDrag_ || isTouchUpEvent_) { in NotifyStartDragTask()
1587 … "isTouchUpEvent_:%{public}d, isDelayed:%{public}d", isDisableDrag_, isTouchUpEvent_, isDelayed); in NotifyStartDragTask()
1638 isDisableDrag_ = true; in InitDragEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp332 webPattern->isDisableDrag_ = true;