Home
last modified time | relevance | path

Searched refs:GetBeginIndex (Results 1 - 25 of 66) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_accessibility_property.h33 int32_t GetBeginIndex() const override;
37 return GetBeginIndex();
H A Dlist_item_group_accessibility_property.h31 int32_t GetBeginIndex() const override;
H A Dlist_item_group_accessibility_property.cpp21 int32_t ListItemGroupAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::ListItemGroupAccessibilityProperty
H A Dlist_accessibility_property.cpp30 int32_t ListAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::ListAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_accessibility_property.h35 int32_t GetBeginIndex() const override;
39 return GetBeginIndex();
H A Dgrid_accessibility_property.cpp39 int32_t GridAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::GridAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_accessibility_property.h33 int32_t GetBeginIndex() const override;
37 return GetBeginIndex();
H A Dwater_flow_accessibility_property.cpp32 int32_t WaterFlowAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::WaterFlowAccessibilityProperty
38 return pattern->GetBeginIndex(); in GetBeginIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_accessibility_property.cpp30 int32_t SwiperIndicatorAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::SwiperIndicatorAccessibilityProperty
36 return swiperAccessibilityProperty->GetBeginIndex(); in GetBeginIndex()
H A Dindicator_accessibility.h33 int32_t GetBeginIndex() const override;
H A Dswiper_indicator_accessibility_property.h33 int32_t GetBeginIndex() const override;
H A Dindicator_accessibility.cpp26 int32_t IndicatorAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::IndicatorAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_accessibility_property.cpp54 int32_t TabBarAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::TabBarAccessibilityProperty
57 return AccessibilityProperty::GetBeginIndex(); in GetBeginIndex()
H A Dtab_bar_accessibility_property.h35 int32_t GetBeginIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.h31 int32_t GetBeginIndex() const override
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_accessibility_property.h33 int32_t GetBeginIndex() const override;
H A Dstepper_accessibility_property.cpp36 int32_t StepperAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::StepperAccessibilityProperty
99 if (GetCurrentIndex() > GetBeginIndex()) { in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_accessibility_property.h36 int32_t GetBeginIndex() const override;
H A Dselect_accessibility_property.cpp30 int32_t SelectAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::SelectAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_accessibility_property.cpp39 int32_t TextPickerAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::TextPickerAccessibilityProperty
122 if (GetCurrentIndex() > GetBeginIndex()) { in SetSpecificSupportAction()
H A Dtextpicker_accessibility_property.h37 int32_t GetBeginIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_accessibility_property.h42 int32_t GetBeginIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_accessibility_property.h33 int32_t GetBeginIndex() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_accessibility_property.h42 int32_t GetBeginIndex() const override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_accessibility_test_ng.cpp36 EXPECT_EQ(accessibilityProperty_->GetBeginIndex(), 0); in HWTEST_F()
51 EXPECT_EQ(indicatorAcc->GetBeginIndex(), 2); in HWTEST_F()

Completed in 16 milliseconds

123