/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_accessibility_property.h | 33 int32_t GetBeginIndex() const override; 37 return GetBeginIndex(); in GetCurrentIndex()
|
H A D | list_item_group_accessibility_property.h | 31 int32_t GetBeginIndex() const override;
|
H A D | list_item_group_accessibility_property.cpp | 23 int32_t ListItemGroupAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::ListItemGroupAccessibilityProperty
|
H A D | list_accessibility_property.cpp | 32 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 D | water_flow_accessibility_property.h | 33 int32_t GetBeginIndex() const override; 37 return GetBeginIndex(); in GetCurrentIndex()
|
H A D | water_flow_accessibility_property.cpp | 33 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 D | grid_accessibility_property.h | 35 int32_t GetBeginIndex() const override; 39 return GetBeginIndex(); in GetCurrentIndex()
|
H A D | grid_accessibility_property.cpp | 42 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 D | swiper_indicator_accessibility_property.cpp | 33 int32_t SwiperIndicatorAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::SwiperIndicatorAccessibilityProperty 39 return swiperAccessibilityProperty->GetBeginIndex(); in GetBeginIndex()
|
H A D | swiper_indicator_accessibility_property.h | 33 int32_t GetBeginIndex() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_accessibility_property.cpp | 54 int32_t TabBarAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::TabBarAccessibilityProperty 57 return AccessibilityProperty::GetBeginIndex(); in GetBeginIndex()
|
H A D | tab_bar_accessibility_property.h | 35 int32_t GetBeginIndex() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_accessibility_property.cpp | 41 int32_t TextPickerAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::TextPickerAccessibilityProperty 124 if (GetCurrentIndex() > GetBeginIndex()) { in SetSpecificSupportAction()
|
H A D | textpicker_accessibility_property.h | 37 int32_t GetBeginIndex() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_accessibility_property.cpp | 38 int32_t StepperAccessibilityProperty::GetBeginIndex() const in GetBeginIndex() function in OHOS::Ace::NG::StepperAccessibilityProperty 101 if (GetCurrentIndex() > GetBeginIndex()) { in SetSpecificSupportAction()
|
H A D | stepper_accessibility_property.h | 33 int32_t GetBeginIndex() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_accessibility_property.h | 36 int32_t GetBeginIndex() const override;
|
H A D | select_accessibility_property.cpp | 31 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 D | indexer_accessibility_property.h | 31 int32_t GetBeginIndex() const override in GetBeginIndex() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_accessibility_property.h | 33 int32_t GetBeginIndex() const override;
|
H A D | swiper_accessibility_property.cpp | 31 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 D | timepicker_column_accessibility_property.h | 42 int32_t GetBeginIndex() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_accessibility_property.h | 42 int32_t GetBeginIndex() const override;
|
H A D | datepicker_column_accessibility_property.cpp | 69 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 D | water_flow_scroller_test_ng.cpp | 697 EXPECT_EQ(pattern_->GetBeginIndex(), 19); 710 EXPECT_EQ(pattern_->GetBeginIndex(), 0); 724 EXPECT_EQ(pattern_->GetBeginIndex(), 19); 737 EXPECT_EQ(pattern_->GetBeginIndex(), 0);
|