Home
last modified time | relevance | path

Searched refs:IsDraggingHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.cpp165 { isHandleLineShow_->Get(), firstCircleIsShow_->Get(), IsDraggingHandle(true) }); in PaintSingleHandleWithRect()
170 { isHandleLineShow_->Get(), secondCircleIsShow_->Get(), IsDraggingHandle(false) }); in PaintSingleHandleWithRect()
224 { true, firstCircleIsShow_->Get(), IsDraggingHandle(true) }); in PaintDoubleHandleWithRect()
228 { true, secondCircleIsShow_->Get(), IsDraggingHandle(false) }); in PaintDoubleHandleWithRect()
428 bool SelectOverlayContentModifier::IsDraggingHandle(bool isFirst) in IsDraggingHandle() function in OHOS::Ace::NG::SelectOverlayContentModifier
432 return overlayPattern->IsDraggingHandle(isFirst); in IsDraggingHandle()
H A Dselect_overlay_content_modifier.h227 bool IsDraggingHandle(bool isFirst);
H A Dselect_overlay_pattern.h197 bool IsDraggingHandle(bool isFirst) in IsDraggingHandle() function