/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_select_test_ng.cpp | 108 OnSelectedEvent onSelected = [&selected](int32_t selectedIndex) { selected = selectedIndex; }; in __anon052221120102() 109 …OnSelectedEvent changeEvent = [&changeSelected](int32_t selectedIndex) { changeSelected = selected… in __anon052221120202() 111 … int32_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() 259 … int32_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 D | indexer_event_info.h | 25 …explicit IndexerEventInfo(int32_t selectedIndex) : BaseEventInfo("indexer"), selectedIndex_(select… in IndexerEventInfo()
|
H A D | indexer_component.h | 80 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 D | tab_bar_item_accessibility_property.h | 40 auto selectedIndex = layoutProperty->GetIndicatorValue(0); in IsSelected() local
|
H A D | tab_bar_pattern.cpp | 1414 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 D | tab_bar_event_test_ng.cpp | 283 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 D | tab_bar_pattern_test_ng.cpp | 1203 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 D | tab_bar_test_ng.cpp | 501 int32_t selectedIndex = -1; variable 765 int32_t selectedIndex = 1; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_column_component.cpp | 59 uint32_t selectedIndex = showCount / 2; // the middle option is selected that is current. in Initialize() local
|
H A D | render_picker_column.cpp | 495 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 D | swiper_content_transition_proxy.h | 37 void SetSelectedIndex(int32_t selectedIndex) in SetSelectedIndex()
|
H A D | swiper_pattern.cpp | 1477 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 D | js_swiper_function.cpp | 46 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 D | cache_manager.cpp | 257 RetCode CacheManager::SelectEntryToReplace(uint16_t& selectedIndex) in SelectEntryToReplace()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_animation_test_ng.cpp | 58 …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 D | timepicker_column_layout_algorithm.cpp | 137 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in ChangeAmPmTextStyle() local
|
H A D | timepicker_column_pattern.cpp | 468 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 D | datepicker_column_layout_algorithm.cpp | 159 uint32_t selectedIndex = showOptionCount / 2; // the center option is selected. in ChangeTextStyle() local
|
H A D | datepicker_column_pattern.cpp | 399 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 D | textpicker_layout_algorithm.cpp | 222 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 D | calendar_month_pattern.cpp | 158 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 D | overlength_dot_indicator_modifier.cpp | 843 const LinearVector<float>& itemHalfSizes, int32_t selectedIndex, OverlongType overlongType) in CalcIndicatorCenterX()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.cpp | 1265 … int32_t selectedIndex, int32_t index, float position, float mainAxisLength) { in SetOnContentDidScroll()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 1274 …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 D | arkts_native_swiper_bridge.cpp | 1030 float position, float mainAxisLength) { in SetOnContentDidScroll()
|