Home
last modified time | relevance | path

Searched defs:isUsingMouse (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h185 void SetIsUsingMouse(bool isUsingMouse) in SetIsUsingMouse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h116 void SetUsingMouse(bool isUsingMouse) in SetUsingMouse()
H A Dtext_pattern.cpp208 void TextPattern::CalculateHandleOffsetAndShowOverlay(bool isUsingMouse) in CalculateHandleOffsetAndShowOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h253 bool isUsingMouse = false; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp526 void RenderText::ShowTextOverlay(const Offset& showOffset, bool isUsingMouse) in ShowTextOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp885 … RenderTextField::ShowTextOverlay(const Offset& showOffset, bool isSingleHandle, bool isUsingMouse) in ShowTextOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7523 void RichEditorPattern::CalculateHandleOffsetAndShowOverlay(bool isUsingMouse) in OnBackPressed()