Home
last modified time | relevance | path

Searched refs:GetBeginIndex (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_accessibility_property.h33 int32_t GetBeginIndex() const override;
37 return GetBeginIndex(); in GetCurrentIndex()
H A Dlist_item_group_accessibility_property.h31 int32_t GetBeginIndex() const override;
H A Dlist_item_group_accessibility_property.cpp23 int32_t ListItemGroupAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::ListItemGroupAccessibilityProperty
H A Dlist_accessibility_property.cpp32 int32_t ListAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::ListAccessibilityProperty
/ohos5.0/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(); in GetCurrentIndex()
H A Dwater_flow_accessibility_property.cpp33 int32_t WaterFlowAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::WaterFlowAccessibilityProperty
39 return pattern->GetBeginIndex(); in GetBeginIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_accessibility_property.h35 int32_t GetBeginIndex() const override;
39 return GetBeginIndex(); in GetCurrentIndex()
H A Dgrid_accessibility_property.cpp42 int32_t GridAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::GridAccessibilityProperty
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_accessibility_property.cpp33 int32_t SwiperIndicatorAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::SwiperIndicatorAccessibilityProperty
39 return swiperAccessibilityProperty->GetBeginIndex(); in GetBeginIndex()
H A Dswiper_indicator_accessibility_property.h33 int32_t GetBeginIndex() const override;
/ohos5.0/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;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_accessibility_property.cpp41 int32_t TextPickerAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::TextPickerAccessibilityProperty
124 if (GetCurrentIndex() > GetBeginIndex()) { in SetSpecificSupportAction()
H A Dtextpicker_accessibility_property.h37 int32_t GetBeginIndex() const override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_accessibility_property.cpp38 int32_t StepperAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::StepperAccessibilityProperty
101 if (GetCurrentIndex() > GetBeginIndex()) { in SetSpecificSupportAction()
H A Dstepper_accessibility_property.h33 int32_t GetBeginIndex() const override;
/ohos5.0/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.cpp31 int32_t SelectAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::SelectAccessibilityProperty
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.h31 int32_t GetBeginIndex() const override in GetBeginIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_accessibility_property.h33 int32_t GetBeginIndex() const override;
H A Dswiper_accessibility_property.cpp31 int32_t SwiperAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::SwiperAccessibilityProperty
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_accessibility_property.h42 int32_t GetBeginIndex() const override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_accessibility_property.h42 int32_t GetBeginIndex() const override;
H A Ddatepicker_column_accessibility_property.cpp69 int32_t DatePickerColumnAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::DatePickerColumnAccessibilityProperty
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_scroller_test_ng.cpp697 EXPECT_EQ(pattern_->GetBeginIndex(), 19);
710 EXPECT_EQ(pattern_->GetBeginIndex(), 0);
724 EXPECT_EQ(pattern_->GetBeginIndex(), 19);
737 EXPECT_EQ(pattern_->GetBeginIndex(), 0);

123