Home
last modified time | relevance | path

Searched refs:GetEndIndex (Results 1 - 25 of 95) sorted by relevance

1234

/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_accessibility_test_ng.cpp25 * @tc.desc: Test GetEndIndex/GetText with empty arrayValue
32 EXPECT_EQ(accessibilityProperty_->GetEndIndex(), -1); in HWTEST_F()
45 EXPECT_EQ(accessibilityProperty_->GetEndIndex(), GetLongArrayValue().size() - 1); in HWTEST_F()
90 EXPECT_EQ(accessibilityProperty_->GetEndIndex(), 8); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_accessibility_property.cpp39 int32_t ListAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::ListAccessibilityProperty
45 return listPattern->GetEndIndex(); in GetEndIndex()
H A Dlist_item_group_accessibility_property.h33 int32_t GetEndIndex() const override;
H A Dlist_accessibility_property.h40 int32_t GetEndIndex() const override;
H A Dlist_item_group_accessibility_property.cpp31 int32_t ListItemGroupAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::ListItemGroupAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_accessibility_property.cpp41 int32_t WaterFlowAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::WaterFlowAccessibilityProperty
47 return pattern->GetEndIndex(); in GetEndIndex()
H A Dwater_flow_accessibility_property.h40 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_accessibility_property.cpp39 int32_t SwiperIndicatorAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::SwiperIndicatorAccessibilityProperty
45 return swiperAccessibilityProperty->GetEndIndex(); in GetEndIndex()
H A Dindicator_accessibility.h35 int32_t GetEndIndex() const override;
H A Dswiper_indicator_accessibility_property.h35 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.h40 int32_t GetEndIndex() const override;
H A Dindexer_accessibility_property.cpp44 int32_t IndexerAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::IndexerAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_accessibility_property.h35 int32_t GetEndIndex() const override;
H A Dstepper_accessibility_property.cpp48 int32_t StepperAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::StepperAccessibilityProperty
102 if (GetCurrentIndex() < GetEndIndex()) { in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_accessibility_property.h38 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_accessibility_property.cpp59 int32_t TextPickerAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::TextPickerAccessibilityProperty
125 if (GetCurrentIndex() < GetEndIndex()) { in SetSpecificSupportAction()
H A Dtextpicker_accessibility_property.h39 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_accessibility_property.cpp39 int32_t SwiperAccessibilityProperty::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::NG::SwiperAccessibilityProperty
45 return swiperPattern->TotalCount() < 1 ? -1 : swiperPattern->GetEndIndex(); in GetEndIndex()
H A Dswiper_accessibility_property.h35 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_accessibility_property.h46 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_accessibility_property.h42 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_accessibility_property.h46 int32_t GetEndIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_accessibility_property.h39 int32_t GetEndIndex() const override
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp208 auto spanEnd = (*it)->GetEndIndex(); in ProcessSpanBaseList()
293 if (span->GetEndIndex() > start || (span->GetEndIndex() == start && useFrontStyle)) { in UpdateSpansAndSpanMapWithOffsetAfterInsert()
294 span->UpdateEndIndex(span->GetEndIndex() + offset); in UpdateSpansAndSpanMapWithOffsetAfterInsert()
312 if (span->GetStartIndex() <= start - 1 && span->GetEndIndex() > start - 1) { in InsertUseFrontStyle()
481 auto spanItemEnd = (*it)->GetEndIndex(); in ApplyInsertSpanStringToSpanBase()
499 auto newSpanItem = spanBase->GetSubSpan(spanBase->GetStartIndex() + start, spanBase->GetEndIndex() + start); in ApplyInsertSpanStringToSpanBase()
554 if (span->GetEndIndex() == start) { in IsInsertAroundSpecialNode()
607 span->UpdateEndIndex(span->GetEndIndex() + length); in InsertStringAroundSpecialNode()
H A Dspan_object.cpp37 int32_t SpanBase::GetEndIndex() const in GetEndIndex() function in OHOS::Ace::SpanBase
126 str << GetEndIndex(); in ToString()
214 str << GetEndIndex(); in ToString()
282 str << GetEndIndex(); in ToString()
348 str << GetEndIndex(); in ToString()
403 str << GetEndIndex(); in ToString()
492 str << GetEndIndex(); in ToString()
654 str << GetEndIndex(); in ToString()
803 str << GetEndIndex(); in ToString()
839 str << GetEndIndex(); in ToString()
[all...]

Completed in 9 milliseconds

1234