/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | grid_controller.cpp | 22 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 D | grid_controller.h | 46 void JumpTo(double position); 48 void JumpTo(int32_t index);
|
H A D | render_grid.cpp | 323 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 D | render_grid.h | 81 void JumpTo(int32_t index); 85 void JumpTo(double position);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | track_animation_state.cpp | 177 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 D | track_animation_state.h | 76 uint32_t JumpTo(size_t index); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_pattern.h | 167 void JumpTo(const RefPtr<FrameNode>& preFrameNode, const RefPtr<FrameNode>& curFrameNode, 170 void JumpTo(ObtainedMonth& obtainedMonth);
|
H A D | calendar_pattern.cpp | 122 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 D | water_flow_layout_info.h | 120 void JumpTo(const std::pair<float, float>& item);
|
H A D | water_flow_layout_algorithm.cpp | 117 layoutInfo_->JumpTo(layoutInfo_->items_[0][crossIndex][layoutInfo_->jumpIndex_]); in Measure() 131 layoutInfo_->JumpTo({ footerMainStartPos_, footerMainSize_ }); in Measure()
|
H A D | water_flow_layout_info.cpp | 552 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 D | scroll_position_controller.h | 113 void JumpTo(double position);
|
H A D | scroll_position_controller.cpp | 62 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 D | calendar_test_ng.cpp | 442 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 D | dom_list.cpp | 727 controller->JumpTo(index); in ScrollToMethod()
|