Home
last modified time | relevance | path

Searched defs:nextIndex (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp281 int32_t nextIndex = 1; in HWTEST_F() local
435 int32_t nextIndex = 1; in HWTEST_F() local
647 int32_t nextIndex = 1; in HWTEST_F() local
H A Dswiper_test_ng.cpp603 int32_t nextIndex = 1; in HWTEST_F() local
1073 int32_t nextIndex = 1; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp97 uint8_t nextIndex = AddNewFont(fontListId, fontIds, size, index); in UpdateFont() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfour_ng.cpp409 uint32_t nextIndex = 2; in HWTEST_F() local
/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
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp454 int32_t nextIndex = item->GetSectionIndex(); in MoveSection() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp83 int32_t nextIndex = FindFocusNodeIndex(nextFocusNode); in IsEqualNextFocusNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp108 int32_t nextIndex = GetNextIndex(index); in SetShowingIndex() local
253 int32_t nextIndex = GetNextIndex(nowImageIndex_); in OnDirtyLayoutWrapperSwap() local
/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
122 dataAdapter_->AddPendingRequest(CalendarMonth::GetNextMonth(calendarMonth), nextIndex); in JumpToMonth() local
130 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
131 dataAdapter_->AddPendingRequest(CalendarMonth::GetNextMonth(calendarMonth), nextIndex); in JumpToMonth() local
176 auto nextIndex = currentMonthIndex_; in RequestMonthData() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp110 int32_t nextIndex = FindFocusNodeIndex(nextFocusNode); in IsEqualNextFocusNode() local
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp1241 uint32_t nextIndex = FindNextIndex(readIndex, type, receiverId); in UpdateReceiverReadIndex() local
1792 auto nextIndex = keyIndexList_.back(); in OnKeyRedirect() local
[all...]
/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
/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; local
1064 uint32_t nextIndex = 0; GetShiftDistanceForLandscape() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1037 auto nextIndex = curIndex; in GetNextFocusNode() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp1001 uint32_t nextIndex = 0; in GetShiftDistance() local
1069 uint32_t nextIndex = 0; GetShiftDistanceForLandscape() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp1233 int32_t nextIndex = 0; in GetShiftDistance() local
1272 double TextPickerColumnPattern::GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) in GetSelectedDistance() argument
1293 GetUpCandidateDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) GetUpCandidateDistance() argument
1318 GetDownCandidateDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) GetDownCandidateDistance() argument
1346 int32_t nextIndex = 0; GetShiftDistanceForLandscape() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1458 int32_t nextIndex = GetNextIndex(index); in UpdateItemOpacity() local
1493 int32_t nextIndex = GetNextIndex(index); in UpdateItemPosition() local
1754 int32_t nextIndex = fromIndex; in UpdateChildPosition() local
1787 int32_t nextIndex = 0; Tick() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2553 auto nextIndex = isTouchingSwiper_ ? swiperStartIndex_ + 1 : animationTargetIndex_.value_or(-1); in GetIndicatorStyle() local
2565 CalculateIndicatorStyle( int32_t startIndex, int32_t nextIndex, IndicatorStyle& indicatorStyle, OffsetF& indicatorOffset) CalculateIndicatorStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1247 void SwiperPattern::OnAnimationTranslateZero(int32_t nextIndex, bool stopAutoPlay) in OnAnimationTranslateZero() argument
2556 void SwiperPattern::CheckMarkDirtyNodeForRenderIndicator(float additionalOffset, std::optional<int32_t> nextIndex) in CheckMarkDirtyNodeForRenderIndicator() argument
1280 FireAnimationStartEvent( int32_t currentIndex, int32_t nextIndex, const AnimationCallbackInfo& info) const FireAnimationStartEvent() argument
3113 auto nextIndex = ComputeNextIndexByVelocity(static_cast<float>(dragVelocity), true); CheckDragOutOfBoundary() local
3196 PlayPropertyTranslateAnimation( float translate, int32_t nextIndex, float velocity, bool stopAutoPlay) PlayPropertyTranslateAnimation() argument
[all...]

Completed in 41 milliseconds