Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h33 struct OverlayRequest { struct
34 bool menuIsShow = true;
35 bool hideHandle = false;
36 bool animation = false;
37 bool hideHandleLine = false;
61 void ProcessOverlay(const OverlayRequest& request = OverlayRequest()); argument