Searched refs:textIndex (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 118 this.textIndex = 1; 192 if (params.textIndex !== undefined) { 193 this.textIndex = params.textIndex; 681 this.textIndex = 1; 707 if (params.textIndex !== undefined) { 708 this.textIndex = params.textIndex; 1394 this.textIndex = 0; 1405 if (params.textIndex !== undefined) { 1406 this.textIndex = params.textIndex; 1523 this.textIndex = 0; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/source/ |
H A D | dialog.ets | 118 textIndex: number = 1; 145 ForEach([this.imageIndex, this.textIndex, this.checkBoxIndex], (index: number) => { 148 } else if (index === this.textIndex) { 304 textIndex: number = 1; 353 let textChild: Measurable = children[this.textIndex]; 575 textIndex: number = 0; 616 let textChild: Measurable = children[this.textIndex]; 652 textIndex: number = 0; 723 ForEach([this.textIndex, this.checkboxIndex], (index: number) => { 724 if (index === this.textIndex) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 767 …ReplacePlaceholderWithRawSpans(const RefPtr<SpanItem>& spanItem, size_t& index, size_t& textIndex); 1118 …placePlaceholderWithCustomSpan(const RefPtr<SpanItem>& spanItem, size_t& index, size_t& textIndex); 1119 …placePlaceholderWithSymbolSpan(const RefPtr<SpanItem>& spanItem, size_t& index, size_t& textIndex); 1120 …eplacePlaceholderWithImageSpan(const RefPtr<SpanItem>& spanItem, size_t& index, size_t& textIndex); 1184 …int32_t textIndex, std::optional<TextStyle> textStyle, std::optional<struct UpdateParagraphStyle> … 1193 void CalcInsertValueObj(TextInsertValueInfo& info, int textIndex, bool isCreate = false);
|
H A D | rich_editor_pattern.cpp | 9511 CalcInsertValueObj(info, textIndex, isCreate); in OnBackPressed() 9678 if (textIndex && isCreate) { in OnBackPressed() 9689 info.SetOffsetInSpan(textIndex - spanStart); in OnBackPressed() 11040 textIndex = index + PLACEHOLDER_LENGTH; in OnBackPressed() 11049 textIndex = index + PLACEHOLDER_LENGTH; in OnBackPressed() 11065 textIndex = index + PLACEHOLDER_LENGTH; in OnBackPressed() 11089 size_t textIndex = 0; in OnBackPressed() local 11093 if (textIndex < index) { in OnBackPressed() 11094 auto subSpan = spanString->GetSubSpanString(textIndex, index - textIndex); in OnBackPressed() 11110 if (textIndex < content.length()) { in OnBackPressed() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_test_ng.cpp | 1072 int32_t textIndex = 1; variable 1075 changeValue, innerPosition, insertValue, textIndex, textStyle, spanParaStyle, false, false); 1153 int textIndex = 1; variable 1154 richEditorPattern->CalcInsertValueObj(info, textIndex, false); 1162 textIndex = 18; 1163 richEditorPattern->CalcInsertValueObj(info, textIndex, false);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_server_mem.h | 136 int32_t textIndex = 0; member
|
H A D | player_server_mem.cpp | 619 index = recoverConfig_.textIndex; in GetCurrentTrack() 732 ret = PlayerServer::GetCurrentTrack(MediaType::MEDIA_TYPE_SUBTITLE, recoverConfig_.textIndex); in GetInformationBeforeMemReset()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/ |
H A D | player_server_mem_unit_test.cpp | 911 playerServerMem_->recoverConfig_.textIndex = 3;
|