Home
last modified time | relevance | path

Searched defs:nextIndex (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp121 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
130 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
176 auto nextIndex = currentMonthIndex_; in RequestMonthData() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h44 uint16_t nextIndex = 0; // the conflicy Node index in array member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp263 int32_t nextIndex = 1; variable
417 int32_t nextIndex = 1; variable
645 int32_t nextIndex = 1; variable
H A Dswiper_test_ng.cpp603 int32_t nextIndex = 1; variable
1082 int32_t nextIndex = 1; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp97 uint8_t nextIndex = AddNewFont(fontListId, fontIds, size, index); in UpdateFont() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp118 int32_t nextIndex = GetNextIndex(index); in SetShowingIndex() local
263 int32_t nextIndex = GetNextIndex(nowImageIndex_); in OnDirtyLayoutWrapperSwap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp1271 int32_t nextIndex = 0; in GetShiftDistance() local
1310 double TextPickerColumnPattern::GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirecti… in GetSelectedDistance()
1331 double TextPickerColumnPattern::GetUpCandidateDistance(int32_t index, int32_t nextIndex, ScrollDire… in GetUpCandidateDistance()
1356 double TextPickerColumnPattern::GetDownCandidateDistance(int32_t index, int32_t nextIndex, ScrollDi… in GetDownCandidateDistance()
1384 int32_t nextIndex = 0; in GetShiftDistanceForLandscape() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1229 void SwiperPattern::OnAnimationTranslateZero(int32_t nextIndex, bool stopAutoPlay) in OnAnimationTranslateZero()
1262 int32_t currentIndex, int32_t nextIndex, const AnimationCallbackInfo& info) const in FireAnimationStartEvent()
2867 auto nextIndex = currentIndex_; in ComputeSwipePageNextIndex() local
2919 auto nextIndex = currentIndex_; in ComputeNextIndexByVelocity() local
3017 auto nextIndex = ComputeNextIndexByVelocity(static_cast<float>(dragVelocity), true); in CheckDragOutOfBoundary() local
3044 float translate, int32_t nextIndex, float velocity, bool stopAutoPlay) in PlayPropertyTranslateAnimation()
3334 …d SwiperPattern::PlayIndicatorTranslateAnimation(float translate, std::optional<int32_t> nextIndex) in PlayIndicatorTranslateAnimation()
3381 float startPos, float endPos, int32_t nextIndex, bool restartAutoPlay, float velocity) in PlayTranslateAnimation()
4365 void SwiperPattern::TriggerEventOnFinish(int32_t nextIndex) in TriggerEventOnFinish()
4554int32_t nextIndex, bool restartAutoPlay, bool isFinishAnimation, bool forceStop, bool isInterrupt) in OnTranslateFinish()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp972 int32_t nextIndex = currentIndex; in CalcScrollIndex() local
996 uint32_t nextIndex = 0; in GetShiftDistance() local
1064 uint32_t nextIndex = 0; in GetShiftDistanceForLandscape() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp454 int32_t nextIndex = item->GetSectionIndex(); in MoveSection() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp82 int32_t nextIndex = FindFocusNodeIndex(nextFocusNode); in IsEqualNextFocusNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1034 auto nextIndex = curIndex; in GetNextFocusNode() local
1226 WeakPtr<FocusHub> ListPattern::ScrollAndFindFocusNode(int32_t nextIndex, int32_t curIndex, int32_t&… in ScrollAndFindFocusNode()
1236 bool ListPattern::ScrollListForFocus(int32_t nextIndex, int32_t curIndex, int32_t nextIndexInGroup) in ScrollListForFocus()
1263 bool ListPattern::ScrollListItemGroupForFocus(int32_t nextIndex, int32_t& nextIndexInGroup, int32_t… in ScrollListItemGroupForFocus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1455 int32_t nextIndex = GetNextIndex(index); in UpdateItemOpacity() local
1490 int32_t nextIndex = GetNextIndex(index); in UpdateItemPosition() local
1751 int32_t nextIndex = fromIndex; in UpdateChildPosition() local
1784 int32_t nextIndex = 0; in Tick() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp1004 uint32_t nextIndex = 0; in GetShiftDistance() local
1072 uint32_t nextIndex = 0; in GetShiftDistanceForLandscape() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp108 int32_t nextIndex = findFocusNodeIndex(nextFocusNode); in IsEqualNextFocusNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp627 int32_t nextIndex = GetNextIndex(nowImageIndex_); in OnDirtyLayoutWrapperSwap() local
1818 int32_t nextIndex = GetNextIndex(index); in SetShowingIndex() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp659 const uint32_t nextIndex = (currIndex + 1u) % 2u; in RegisterOutputs() local
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp384 …uint32_t nextIndex = (cacheCount + static_cast<uint32_t>(std::distance(props.begin(), iter))) % pr… in GetSwitchInfoBySwitchCount() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfour_ng.cpp409 uint32_t nextIndex = 2; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2540 auto nextIndex = isTouchingSwiper_ ? swiperStartIndex_ + 1 : animationTargetIndex_.value_or(-1); in GetIndicatorStyle() local
2553 int32_t startIndex, int32_t nextIndex, IndicatorStyle& indicatorStyle, OffsetF& indicatorOffset) in CalculateIndicatorStyle()