Searched refs:progressValue_ (Results 1 – 3 of 3) sorted by relevance
137 : video_(aceVideo), playSeekingFunc_(UNDEFINED), progressValue_(0) {} in VideoSliderEventListener()148 progressValue_ = progress; in OnChange()165 if (SetPlayPositionInfo(progressValue_)) { in OnClick()166 HILOG_DEBUG(HILOG_MODULE_ACE, "slider onClick video to %{public}d", progressValue_); in OnClick()203 int32_t progressValue_; variable
581 progressValue_ = progress; in SetProgressBar()593 return progressValue_; in GetProgressValue()754 …", progressValue = " + std::to_string(progressValue_) + ", progressMax = " + std::to_string(progre… in Dump()946 if (!parcel.WriteInt32(progressValue_)) { in Marshalling()1444 progressValue_ = parcel.ReadInt32(); in ReadFromParcel()1852 this->progressValue_ = other.progressValue_; in CopyBase()
1473 int32_t progressValue_ {0};