Home
last modified time | relevance | path

Searched refs:GetDisableTouchEvent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Drender_stage.cpp69 if (!stage || stage->GetDisableTouchEvent()) { in WatchDragToBack()
78 if (!stage || stage->GetDisableTouchEvent()) { in WatchDragToBack()
87 if (!stage || stage->GetDisableTouchEvent()) { in WatchDragToBack()
95 if (!stage || stage->GetDisableTouchEvent()) { in WatchDragToBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp136 if (GetDisableTouchEvent() || disabled_) { in TouchTest()
H A Drender_indexer.cpp282 if (GetDisableTouchEvent() || disabled_) { in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp279 if (GetDisableTouchEvent() || disabled_) { in TouchTest()
H A Drender_indexer_circle.cpp166 if (GetDisableTouchEvent() || disabled_) { in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp220 if (GetDisableTouchEvent() || IsDisabled()) { in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp381 if (GetDisableTouchEvent() || disabled_) { in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp31 if (rect.IsInRegion(globalPoint) && GetDisableTouchEvent()) { in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h620 bool GetDisableTouchEvent() const in GetDisableTouchEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp226 if (GetDisableTouchEvent() || disabled_) { in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp820 if (GetDisableTouchEvent() || disabled_ || !isAnimationStopped_) { in TouchTest()