Searched refs:SetDisplayArrow (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_arrow_test_ng.cpp | 79 model.SetDisplayArrow(true); // show arrow in __anon980a89930202() 111 model.SetDisplayArrow(true); // show arrow in __anon980a89930302() 136 model.SetDisplayArrow(true); // show arrow in __anon980a89930402() 176 model.SetDisplayArrow(true); // show arrow in __anon980a89930502() 230 model.SetDisplayArrow(true); // show arrow in __anon980a89930602() 283 model.SetDisplayArrow(true); in __anon980a89930702() 323 model.SetDisplayArrow(true); in __anon980a89930802() 356 model.SetDisplayArrow(true); // show arrow in __anon980a89930902() 384 model.SetDisplayArrow(true); // show arrow in __anon980a89930a02() 406 model.SetDisplayArrow(true); // show arrow in __anon980a89930b02() [all …]
|
H A D | swiper_animation_test_ng.cpp | 530 model.SetDisplayArrow(true); // show arrow in __anonc24bf7481a02() 559 model.SetDisplayArrow(true); // show arrow in __anonc24bf7481b02() 586 model.SetDisplayArrow(true); // show arrow in __anonc24bf7481c02() 613 model.SetDisplayArrow(true); // show arrow in __anonc24bf7481d02() 969 model.SetDisplayArrow(true); // show arrow in __anonc24bf7482802() 1064 model.SetDisplayArrow(true); // show arrow in __anonc24bf7482a02()
|
H A D | swiper_common_test_ng.cpp | 419 model.SetDisplayArrow(true); // show arrow in __anon185449311002() 465 model.SetDisplayArrow(true); // show arrow in __anon185449311102() 511 model.SetDisplayArrow(true); // show arrow in __anon185449311202() 568 model.SetDisplayArrow(true); // show arrow in __anon185449311302() 629 model.SetDisplayArrow(true); // show arrow in __anon185449311502()
|
H A D | swiper_test_ng.cpp | 169 model.SetDisplayArrow(true); // show arrow in __anon4307f7490202() 332 model.SetDisplayArrow(true); // show arrow in __anon4307f7490702() 599 model.SetDisplayArrow(true); // show arrow in __anon4307f7491002() 793 model.SetDisplayArrow(true); // show arrow in __anon4307f7491802() 865 model.SetDisplayArrow(true); // show arrow in __anon4307f7491902() 979 model.SetDisplayArrow(true); // show arrow in __anon4307f7491d02() 1078 model.SetDisplayArrow(true); // show arrow in __anon4307f7492002() 1288 model.SetDisplayArrow(true); // show arrow in __anon4307f7492802() 1415 model.SetDisplayArrow(true); // show arrow in __anon4307f7492a02()
|
H A D | swiper_layout_test_ng.cpp | 253 model.SetDisplayArrow(true); // show arrow in __anon87f955260702() 324 model.SetDisplayArrow(true); // show arrow in __anon87f955260802() 1464 model.SetDisplayArrow(true); // show arrow in __anon87f955263902() 1494 model.SetDisplayArrow(true); // show arrow in __anon87f955263a02() 1644 model.SetDisplayArrow(true); // show arrow in __anon87f955264202()
|
H A D | swiper_attr_test_ng.cpp | 1175 model.SetDisplayArrow(true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model_ng.h | 73 void SetDisplayArrow(bool displayArrow) override; 100 static void SetDisplayArrow(FrameNode* frameNode, bool displayArrow);
|
H A D | swiper_model.h | 141 virtual void SetDisplayArrow(bool displayArrow) {} in SetDisplayArrow() function
|
H A D | swiper_model_ng.cpp | 374 void SwiperModelNG::SetDisplayArrow(bool displayArrow) in SetDisplayArrow() function in OHOS::Ace::NG::SwiperModelNG 570 void SwiperModelNG::SetDisplayArrow(FrameNode* frameNode, bool displayArrow) in SetDisplayArrow() function in OHOS::Ace::NG::SwiperModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.cpp | 157 JSClass<JSSwiper>::StaticMethod("displayArrow", &JSSwiper::SetDisplayArrow); in JSBind() 641 void JSSwiper::SetDisplayArrow(const JSCallbackInfo& info) in SetDisplayArrow() function in OHOS::Ace::Framework::JSSwiper 644 SwiperModel::GetInstance()->SetDisplayArrow(false); in SetDisplayArrow() 651 SwiperModel::GetInstance()->SetDisplayArrow(false); in SetDisplayArrow() 656 SwiperModel::GetInstance()->SetDisplayArrow(true); in SetDisplayArrow() 672 SwiperModel::GetInstance()->SetDisplayArrow(true); in SetDisplayArrow() 674 SwiperModel::GetInstance()->SetDisplayArrow(false); in SetDisplayArrow() 678 SwiperModel::GetInstance()->SetDisplayArrow(false); in SetDisplayArrow()
|
H A D | js_swiper.h | 61 static void SetDisplayArrow(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 527 SwiperModelNG::SetDisplayArrow(frameNode, false); in SetSwiperDisplayArrow() 532 SwiperModelNG::SetDisplayArrow(frameNode, false); in SetSwiperDisplayArrow() 536 SwiperModelNG::SetDisplayArrow(frameNode, true); in SetSwiperDisplayArrow() 550 SwiperModelNG::SetDisplayArrow(frameNode, true); in SetSwiperDisplayArrow() 552 SwiperModelNG::SetDisplayArrow(frameNode, false); in SetSwiperDisplayArrow() 555 SwiperModelNG::SetDisplayArrow(frameNode, false); in SetSwiperDisplayArrow() 570 SwiperModelNG::SetDisplayArrow(frameNode, false); in ResetSwiperDisplayArrow()
|