Home
last modified time | relevance | path

Searched refs:JumpTo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_controller.cpp22 void GridController::JumpTo(double position) in JumpTo() function in OHOS::Ace::GridController
29 grid->JumpTo(position); in JumpTo()
42 void GridController::JumpTo(int32_t index) in JumpTo() function in OHOS::Ace::GridController
49 grid->JumpTo(index); in JumpTo()
H A Dgrid_controller.h46 void JumpTo(double position);
48 void JumpTo(int32_t index);
H A Drender_grid.cpp323 void RenderGrid::JumpTo(int32_t index) in JumpTo() function in OHOS::Ace::RenderGrid
337 JumpTo(isVertical_ ? offset.GetY() : offset.GetX()); in JumpTo()
357 void RenderGrid::JumpTo(double position) in JumpTo() function in OHOS::Ace::RenderGrid
387 grid->JumpTo(value); in AnimateTo()
405 JumpTo(offset); in ScrollBy()
472 JumpTo(childMainPos + curOffset); in MoveChildToViewPort()
477 JumpTo(childMainPos + curOffset + childMainSize - gridMainSize); in MoveChildToViewPort()
801 JumpTo(gridController_->GetInitialIndex()); in PerformLayout()
H A Drender_grid.h81 void JumpTo(int32_t index);
85 void JumpTo(double position);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp177 index = JumpTo(size_t(ITrackAnimation::INVALID_INDEX)); in UpdateIndex()
184 index = JumpTo(size_t(ITrackAnimation::INVALID_INDEX)); in UpdateIndex()
193 index = JumpTo(mid); in UpdateIndex()
207 uint32_t TrackAnimationState::JumpTo(size_t index) in JumpTo() function in Internal::TrackAnimationState
H A Dtrack_animation_state.h76 uint32_t JumpTo(size_t index); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_pattern.h167 void JumpTo(const RefPtr<FrameNode>& preFrameNode, const RefPtr<FrameNode>& curFrameNode,
170 void JumpTo(ObtainedMonth& obtainedMonth);
H A Dcalendar_pattern.cpp122 JumpTo(preFrameNode, currentFrameNode, nextFrameNode, swiperFrameNode); in OnModifyDone()
282 void CalendarPattern::JumpTo(ObtainedMonth& obtainedMonth) in JumpTo() function in OHOS::Ace::NG::CalendarPattern
294 void CalendarPattern::JumpTo(const RefPtr<FrameNode>& preFrameNode, const RefPtr<FrameNode>& curFra… in JumpTo() function in OHOS::Ace::NG::CalendarPattern
308 JumpTo(currentMonth_); in JumpTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h120 void JumpTo(const std::pair<float, float>& item);
H A Dwater_flow_layout_algorithm.cpp117 layoutInfo_->JumpTo(layoutInfo_->items_[0][crossIndex][layoutInfo_->jumpIndex_]); in Measure()
131 layoutInfo_->JumpTo({ footerMainStartPos_, footerMainSize_ }); in Measure()
H A Dwater_flow_layout_info.cpp552 void WaterFlowLayoutInfo::JumpTo(const std::pair<float, float>& item) in JumpTo() function in OHOS::Ace::NG::WaterFlowLayoutInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h113 void JumpTo(double position);
H A Dscroll_position_controller.cpp62 void ScrollPositionController::JumpTo(double position) in JumpTo() function in OHOS::Ace::ScrollPositionController
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp442 pattern->JumpTo(pattern->currentMonth_);
450 pattern->JumpTo(pattern->currentMonth_);
458 pattern->JumpTo(pattern->currentMonth_);
466 pattern->JumpTo(pattern->currentMonth_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp727 controller->JumpTo(index); in ScrollToMethod()