Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h156 isDragable_ = isDragable; in SetIsDragable()
161 return isDragable_; in IsDragable()
174 bool isDragable_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h192 isDragable_ = dragable; in SetDragable()
197 return isDragable_; in IsDragable()
288 bool isDragable_ = false; variable
H A Drender_dialog_tween.h91 bool isDragable_ = false; variable
H A Drender_dialog_tween.cpp77 if (dialog->isDragable_ && dialog->isDragging_) { in RenderDialogTween()
128 isDragable_ = dialog->IsDragable(); in Update()
517 if (isDragable_) { in OnTouchTestHit()