Searched refs:maxIntervalTime_ (Results 1 – 2 of 2) sorted by relevance
56 maxIntervalTime_ = intervalTime; in SetInterval()80 float maxIntervalTime_ = 300.0f; variable
52 …clickCountTask_, TaskExecutor::TaskType::UI, maxIntervalTime_, "MultipleClickRecognizerCountTask"); in Start()62 …eatOrEqual(timeout.count(), minIntervalTime_) && LessNotEqual(timeout.count(), maxIntervalTime_) && in IsValidClick()