Searched refs:isIndicatorLongPress_ (Results 1 – 6 of 6) sorted by relevance
375 pattern_->isIndicatorLongPress_ = true;383 EXPECT_EQ(pattern_->isIndicatorLongPress_, false);562 pattern_->isIndicatorLongPress_ = false;578 EXPECT_TRUE(pattern_->isIndicatorLongPress_);
1074 pattern_->isIndicatorLongPress_ = false;
1095 pattern_->isIndicatorLongPress_ = false;
387 isIndicatorLongPress_ = isIndicatorLongPress; in SetIndicatorLongPress()1072 bool isIndicatorLongPress_ = false; variable
329 swiper.isIndicatorLongPress_ ? DumpLog::GetInstance().AddDesc("isIndicatorLongPress:true") in DumpInfoAddGestureDesc()
4255 return IsAutoPlay() && !reachEnd && NeedStartAutoPlay() && !isIndicatorLongPress_; in NeedAutoPlay()