Home
last modified time | relevance | path

Searched refs:isIndicatorLongPress_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp375 pattern_->isIndicatorLongPress_ = true;
383 EXPECT_EQ(pattern_->isIndicatorLongPress_, false);
562 pattern_->isIndicatorLongPress_ = false;
578 EXPECT_TRUE(pattern_->isIndicatorLongPress_);
H A Dswiper_animation_test_ng.cpp1074 pattern_->isIndicatorLongPress_ = false;
H A Dswiper_test_ng.cpp1095 pattern_->isIndicatorLongPress_ = false;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h387 isIndicatorLongPress_ = isIndicatorLongPress; in SetIndicatorLongPress()
1072 bool isIndicatorLongPress_ = false; variable
H A Dswiper_helper.cpp329 swiper.isIndicatorLongPress_ ? DumpLog::GetInstance().AddDesc("isIndicatorLongPress:true") in DumpInfoAddGestureDesc()
H A Dswiper_pattern.cpp4255 return IsAutoPlay() && !reachEnd && NeedStartAutoPlay() && !isIndicatorLongPress_; in NeedAutoPlay()