Searched refs:MAX_PROGRESS_VALUE (Results 1 – 3 of 3) sorted by relevance
35 static constexpr uint32_t MAX_PROGRESS_VALUE = 100; variable
44 if (info.defaultValue > MAX_PROGRESS_VALUE) { in IsValid()
42 constexpr static int32_t MAX_PROGRESS_VALUE = 100; variable68 MAX_PROGRESS_VALUE * (commonInfo.w - 1)));93 …EXPECT_EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w…94 boxProgress.SetValue(MAX_PROGRESS_VALUE + 1);101 …EXPECT_EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w…