Home
last modified time | relevance | path

Searched defs:selectionMenuHidden (Results 1 – 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkSearchInterfaces.ts133 selectionMenuHidden: boolean; property
DArkTextAreaInterfaces.ts137 selectionMenuHidden: boolean; property
DArkSearch.ts296 public selectionMenuHidden(value: boolean): this { method in ArkSearchComponent
DArkTextInputInterfaces.ts166 selectionMenuHidden: boolean; property
DArkTextArea.ts341 public selectionMenuHidden(value: boolean): this { method in ArkTextAreaComponent
DArkTextInput.ts414 public selectionMenuHidden(value: boolean): this { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkSearchInterfaces.ts117 selectionMenuHidden: boolean; property
DArkTextAreaInterfaces.ts121 selectionMenuHidden: boolean; property
DArkSearch.ts279 public selectionMenuHidden(value: boolean): this { method in ArkSearchComponent
DArkTextInputInterfaces.ts150 selectionMenuHidden: boolean; property
DArkTextArea.ts324 public selectionMenuHidden(value: boolean): this { method in ArkTextAreaComponent
DArkTextInput.ts397 public selectionMenuHidden(value: boolean): this { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dsearch_model_impl.h87 void SetSelectionMenuHidden(bool selectionMenuHidden) override {}; in SetSelectionMenuHidden()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/peers/
DArkSearchPeer.ts525 selectionMenuHidden?: boolean property
DArkTextAreaPeer.ts580 selectionMenuHidden?: boolean property
DArkTextInputPeer.ts722 selectionMenuHidden?: boolean property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_model_static.cpp591 …ModelStatic::SetSelectionMenuHidden(FrameNode* frameNode, std::optional<bool>& selectionMenuHidden) in SetSelectionMenuHidden()
Dsearch_model_ng.cpp768 void SearchModelNG::SetSelectionMenuHidden(bool selectionMenuHidden) in SetSelectionMenuHidden()
1586 void SearchModelNG::SetSelectionMenuHidden(FrameNode* frameNode, bool selectionMenuHidden) in SetSelectionMenuHidden()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Dsearch.ts916 selectionMenuHidden(value: boolean | undefined): this method
1330 public selectionMenuHidden(value: boolean | undefined): this { method in ArkSearchComponent
DtextArea.ts1079 selectionMenuHidden(value: boolean | undefined): this method
1593 public selectionMenuHidden(value: boolean | undefined): this { method in ArkTextAreaComponent
DtextInput.ts1415 selectionMenuHidden(value: boolean | undefined): this method
2043 public selectionMenuHidden(value: boolean | undefined): this { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSearch.ts960 selectionMenuHidden(value: boolean): SearchAttribute { method in ArkSearchComponent
DArkTextArea.ts1557 selectionMenuHidden(value: boolean): TextAreaAttribute { method in ArkTextAreaComponent
DArkTextInput.ts1727 selectionMenuHidden(value: boolean): TextInputAttribute { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_model_static.cpp672 …Static::SetSelectionMenuHidden(FrameNode* frameNode, const std::optional<bool>& selectionMenuHidde… in SetSelectionMenuHidden()

12