Searched refs:progressStatus_ (Results 1 – 3 of 3) sorted by relevance
145 RefPtr<PropertyInt> progressStatus_; variable
78 …progressStatus_(AceType::MakeRefPtr<PropertyInt>(static_cast<int32_t>(ProgressStatus::PROGRESSING)… in ProgressModifier()102 AttachProperty(progressStatus_); in ProgressModifier()248 CHECK_NULL_VOID(progressStatus_); in SetProgressStatus()249 progressStatus_->Set(static_cast<int32_t>(status)); in SetProgressStatus()309 …if (static_cast<ProgressStatus>(modifier->progressStatus_->Get()) == ProgressStatus::PROGRESSING) { in StartRingLoadingHeadAnimation()333 …if (static_cast<ProgressStatus>(modifier->progressStatus_->Get()) == ProgressStatus::PROGRESSING) { in StartRingLoadingTailAnimation()
1225 EXPECT_EQ(modifier->progressStatus_->Get(), static_cast<int32_t>(ProgressStatus::LOADING));