Home
last modified time | relevance | path

Searched defs:selectedIndex (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_select_test_ng.cpp108 OnSelectedEvent onSelected = [&selected](int32_t selectedIndex) { selected = selectedIndex; }; in __anon052221120102()
109 …OnSelectedEvent changeEvent = [&changeSelected](int32_t selectedIndex) { changeSelected = selected… in __anon052221120202()
111int32_t selectedIndex) { creatChangeSelected = selectedIndex; }; in __anon052221120302()
256 OnSelectedEvent onSelected = [&selected](int32_t selectedIndex) { selected = selectedIndex; }; in __anon052221120402()
257 …OnSelectedEvent changeEvent = [&changeSelected](int32_t selectedIndex) { changeSelected = selected… in __anon052221120502()
259int32_t selectedIndex) { creatChangeSelected = selectedIndex; }; in __anon052221120602()
603 OnPopupSelectedEvent event = [&selected](int32_t selectedIndex) { selected = selectedIndex; }; in __anon052221120702()
646 OnPopupSelectedEvent event = [&selected](int32_t selectedIndex) { selected = selectedIndex; }; in __anon052221120802()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_event_info.h25 …explicit IndexerEventInfo(int32_t selectedIndex) : BaseEventInfo("indexer"), selectedIndex_(select… in IndexerEventInfo()
H A Dindexer_component.h80 IndexerComponent(const std::vector<std::string>& label, int32_t selectedIndex) in IndexerComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_item_accessibility_property.h40 auto selectedIndex = layoutProperty->GetIndicatorValue(0); in IsSelected() local
H A Dtab_bar_pattern.cpp1414 int32_t selectedIndex = -1; in HandleBottomTabBarChange() local
1441 void TabBarPattern::HandleBottomTabBarClick(int32_t selectedIndex, int32_t unselectedIndex) in HandleBottomTabBarClick()
1575 const OffsetF& originalSelectedMaskOffset, int32_t selectedIndex, float unselectedImageSize, in PlayMaskAnimation()
1621 void TabBarPattern::MaskAnimationFinish(const RefPtr<FrameNode>& host, int32_t selectedIndex, in MaskAnimationFinish()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_event_test_ng.cpp283 int32_t selectedIndex = 1; variable
303 int32_t selectedIndex = 1; variable
327 int32_t selectedIndex = 1; variable
350 int32_t selectedIndex = 1; variable
373 int32_t selectedIndex = 1; variable
H A Dtab_bar_pattern_test_ng.cpp1203 int32_t selectedIndex = 1; variable
1241 int32_t selectedIndex = 1; variable
1278 int32_t selectedIndex = 1; variable
1315 int32_t selectedIndex = 1; variable
H A Dtab_bar_test_ng.cpp501 int32_t selectedIndex = -1; variable
765 int32_t selectedIndex = 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_component.cpp59 uint32_t selectedIndex = showCount / 2; // the middle option is selected that is current. in Initialize() local
H A Drender_picker_column.cpp495 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in FlushCurrentOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_content_transition_proxy.h37 void SetSelectedIndex(int32_t selectedIndex) in SetSelectedIndex()
H A Dswiper_pattern.cpp1477 auto selectedIndex = GetCurrentIndex(); in FireSwiperCustomAnimationEvent() local
1518 auto selectedIndex = GetCurrentIndex(); in FireContentDidScrollEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_swiper_function.cpp46 auto selectedIndex = 0; in GetSelectedIndex() local
184 void JsSwiperFunction::Execute(int32_t selectedIndex, int32_t index, float position, float mainAxis… in Execute()
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp257 RetCode CacheManager::SelectEntryToReplace(uint16_t& selectedIndex) in SelectEntryToReplace()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp58 …auto onContentDidScroll = [](int32_t selectedIndex, int32_t index, float position, float mainAxisL… in CreateWithCustomAnimation()
868 …auto onContentDidScroll = [&isTrigger](int32_t selectedIndex, int32_t index, float position, float… in __anonc24bf7482302()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp137 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in ChangeAmPmTextStyle() local
H A Dtimepicker_column_pattern.cpp468 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in FlushCurrentOptions() local
585 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in ChangeAmPmTextStyle() local
612 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in ChangeTextStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp159 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in ChangeTextStyle() local
H A Ddatepicker_column_pattern.cpp399 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in FlushCurrentOptions() local
452 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in UpdatePickerTextProperties() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp222 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in ChangeTextStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_month_pattern.cpp158 int32_t selectedIndex = (textDirection == TextDirection::RTL ? in SetVirtualNodeUserSelected() local
524 int32_t selectedIndex = (textDirection == TextDirection::RTL ? in SetFocusNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp843 const LinearVector<float>& itemHalfSizes, int32_t selectedIndex, OverlongType overlongType) in CalcIndicatorCenterX()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp1265int32_t selectedIndex, int32_t index, float position, float mainAxisLength) { in SetOnContentDidScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp1274 …auto onEvent = [node, extraParam](int32_t selectedIndex, int32_t index, float position, float main… in SetSwiperOnContentDidScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp1030 float position, float mainAxisLength) { in SetOnContentDidScroll()

12