Home
last modified time | relevance | path

Searched refs:textRange (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp41 const auto& textRange = range_[index]; in OnColumnsBuilding() local
48 for (uint32_t subIndex = 0; subIndex < textRange.size(); ++subIndex) { in OnColumnsBuilding()
49 column->AppendOption(textRange[subIndex]); in OnColumnsBuilding()
52 selectedIndexes_[index] = textRange.empty() ? 0 : selectedIndexes_[index] % textRange.size(); in OnColumnsBuilding()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtextpicker_model_impl.cpp51 std::vector<std::string> textRange; in SetRange() local
53 textRange.emplace_back(range.text_); in SetRange()
55 JSViewSetProperty(&PickerTextComponent::SetRange, textRange); in SetRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h248 auto textRange = [weak = GetHostTextBase()](int32_t& start, int32_t& end) { in OnUpdateOnCreateMenuCallback() local
253 selectInfo.onCreateCallback.textRangeCallback = textRange; in OnUpdateOnCreateMenuCallback()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp707 std::vector<std::string> textRange; in SetRange() local
708 StringUtils::StringSplitter(out[index], DOM_PICKER_SPLIT_ITEM, textRange); in SetRange()
709 arrayRange.emplace_back(textRange); in SetRange()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h40 static JSRef<JSVal> CreateJsOnDidIMEInput(const TextRange& textRange);
H A Djs_richeditor.cpp499 const TextRange& textRange) { in SetOnDidIMEInput()
501 func->Execute(textRange); in SetOnDidIMEInput()
H A Djs_view_abstract.cpp11039 JSRef<JSObject> textRange = JSRef<JSObject>::New(); in CreateJsTextRange() local
11040 textRange->SetProperty<int32_t>("start", menuItemParam.start); in CreateJsTextRange()
11041 textRange->SetProperty<int32_t>("end", menuItemParam.end); in CreateJsTextRange()
11042 return JSRef<JSVal>::Cast(textRange); in CreateJsTextRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4030 auto textRange = [](int32_t& start, int32_t& end) { in UpdateRunQuickMenuSelectInfo() local
4034 selectInfo.onCreateCallback.textRangeCallback = textRange; in UpdateRunQuickMenuSelectInfo()

Completed in 67 milliseconds