Searched refs:newScore (Results 1 – 2 of 2) sorted by relevance
394 double newScore = ceil(ratingScore_ / stepSize_) * stepSize_; in HandleTouchEvent() local395 newScore = (newScore > starNum_) ? starNum_ : newScore; in HandleTouchEvent()396 if (NearEqual(newScore, drawScore_)) { in HandleTouchEvent()399 drawScore_ = newScore; in HandleTouchEvent()
327 std::ostringstream newScore; in RecalculatedRatingScoreBasedOnEventPoint() local329 newScore << std::fixed << std::setprecision(1) << newDrawScore; in RecalculatedRatingScoreBasedOnEventPoint()331 … host->OnAccessibilityEvent(AccessibilityEventType::TEXT_CHANGE, oldScore.str(), newScore.str()); in RecalculatedRatingScoreBasedOnEventPoint()