Searched refs:showHandle (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_theme.h | 88 auto showHandle = pattern->GetAttr<std::string>("rich_editor_show_handle", "0"); in ParsePattern() local 89 theme->richeditorShowHandle_ = StringUtils::StringToInt(showHandle); in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/ |
H A D | stylus_detector_interface.h | 68 bool showHandle; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/ |
H A D | stylus_detector_callback.h | 47 bool showHandle);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.h | 113 virtual void HandleSetSelection(int32_t start, int32_t end, bool showHandle = true) {}
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_callback.cpp | 285 resultCode = HandleMoveCursor(frameNode, sInd, point.showHandle); in MoveCursor() 292 NG::PositionWithAffinity sInd, bool showHandle) in HandleMoveCursor() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.h | 152 void HandleSetSelection(int32_t start, int32_t end, bool showHandle = true) override;
|
H A D | render_text_field.cpp | 1293 void RenderTextField::HandleSetSelection(int32_t start, int32_t end, bool showHandle) in HandleSetSelection() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 577 void HandleSetSelection(int32_t start, int32_t end, bool showHandle = true) override;
|
H A D | text_field_pattern.cpp | 1038 void TextFieldPattern::HandleSetSelection(int32_t start, int32_t end, bool showHandle) in HandleSetSelection() argument 1043 if (showHandle) { in HandleSetSelection()
|