Home
last modified time | relevance | path

Searched refs:needAnimator (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h158 * @param needAnimator Specifies whether a flip animation is needed. <b>false</b> (default value) indicates a flip
163 void SetCurrentPage(uint16_t index, bool needAnimator = false);
328 virtual void SwitchToPage(int16_t dst, bool needAnimator = true);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp91 void UISwipeView::SetCurrentPage(uint16_t index, bool needAnimator) in SetCurrentPage() argument
93 if (needAnimator) { in SetCurrentPage()
96 SwitchToPage(index, needAnimator); in SetCurrentPage()
258 void UISwipeView::SwitchToPage(int16_t dst, bool needAnimator) in SwitchToPage() argument
293 if (needAnimator) { in SwitchToPage()

Completed in 2 milliseconds