Home
last modified time | relevance | path

Searched refs:SetCurrentPage (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dswiper_component.cpp153 swiperView_.SetCurrentPage(0); in SetPageIndex()
155 swiperView_.SetCurrentPage(index_); in SetPageIndex()
H A Dtabs_component.cpp141 tabView_->SetCurrentPage(GetInitPageIndex()); in PostRender()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.h65 void SetCurrentPage();
H A Dcj_page_router.cpp376 SetCurrentPage(); in OnPopSuccess()
380 void CJPageRouter::SetCurrentPage() in SetCurrentPage() function in OHOS::Ace::Framework::CJPageRouter
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h163 void SetCurrentPage(uint16_t index, bool needAnimator = false);
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_swipe_view_unit_test.cpp172 * @tc.desc: Verify SetCurrentPage function, equal.
209 swipeView_->SetCurrentPage(1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp1205 delegate->SetCurrentPage(page->GetPageId()); in OnPageReady()
1247 void PluginFrontendDelegate::SetCurrentPage(int32_t pageId) in SetCurrentPage() function in OHOS::Ace::Framework::PluginFrontendDelegate
1256 LOGE("PluginFrontendDelegate SetCurrentPage page is null."); in SetCurrentPage()
1331 SetCurrentPage(pageId); in PopToPageTransitionListener()
1396 SetCurrentPage(pageId); in PopPageTransitionListener()
1431 delegate->SetCurrentPage(pageId); in ClearInvisiblePages()
1482 delegate->SetCurrentPage(page->GetPageId()); in ReplacePage()
H A Dplugin_frontend_delegate.h262 void SetCurrentPage(int32_t pageId);
/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp451 currentSwipe_->SetCurrentPage(++currentIndex, true); in OnClick()
453 currentSwipe_->SetCurrentPage(0, true); in OnClick()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp1376 delegate->SetCurrentPage(page->GetPageId()); in OnPageReady()
1418 void FrontendDelegateImpl::SetCurrentPage(int32_t pageId) in SetCurrentPage() function in OHOS::Ace::Framework::FrontendDelegateImpl
1426 LOGE("FrontendDelegateImpl SetCurrentPage page is null."); in SetCurrentPage()
1509 SetCurrentPage(pageId); in PopToPageTransitionListener()
1582 SetCurrentPage(pageId); in PopPageTransitionListener()
1633 delegate->SetCurrentPage(pageId); in ClearInvisiblePages()
1697 delegate->SetCurrentPage(page->GetPageId()); in ReplacePage()
H A Dfrontend_delegate_impl.h368 void SetCurrentPage(int32_t pageId);
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp304 void PluginFrontendDelegate::SetCurrentPage(int32_t pageId) {} in SetCurrentPage() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h572 void SetCurrentPage(uint32_t value) in SetCurrentPage() function in OHOS::Ace::NG::TimePickerRowPattern
H A Dtimepicker_dialog_view.cpp620 timePickerRowPattern->SetCurrentPage(switchFlag_ ? 0 : 1);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp91 void UISwipeView::SetCurrentPage(uint16_t index, bool needAnimator) in SetCurrentPage() function in OHOS::UISwipeView
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp2453 SetCurrentPage(page->GetPageId()); in PushPageTransitionListener()
2519 void FrontendDelegateDeclarative::SetCurrentPage(int32_t pageId) in SetCurrentPage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2528 LOGE("FrontendDelegateDeclarative SetCurrentPage page is null."); in SetCurrentPage()
2573 SetCurrentPage(pageId); in PopToPageTransitionListener()
2664 SetCurrentPage(pageId); in PopPageTransitionListener()
2721 SetCurrentPage(GetPageIdByUrl(url)); in RestorePageTransitionListener()
2766 delegate->SetCurrentPage(pageId); in ClearInvisiblePages()
2831 delegate->SetCurrentPage(page->GetPageId()); in ReplacePage()
2897 delegate->SetCurrentPage(page->GetPageId()); in ReplacePageInSubStage()
H A Dfrontend_delegate_declarative.h385 void SetCurrentPage(int32_t pageId);

Completed in 23 milliseconds