Searched refs:barLength (Results 1 – 2 of 2) sorted by relevance
95 uint8_t barLength = tabBarComponent_->GetChildrenLength(); in ProcessChildren() local97 uint8_t length = (barLength > contentLength) ? contentLength : barLength; in ProcessChildren()242 uint8_t barLength = tabBarComponent_->GetChildrenLength(); in CalculateBarWidth() local244 uint8_t length = (barLength > contentLength) ? contentLength : barLength; in CalculateBarWidth()258 uint8_t barLength = tabBarComponent_->GetChildrenLength(); in GetInitPageIndex() local260 uint8_t length = (barLength > contentLength) ? contentLength : barLength; in GetInitPageIndex()
179 float barLength = in StartCapsuleSweepingAnimation() local531 float barLength = 0.0f; in StartLinearSweepingAnimation() local535 barLength = contentSize.Width() - radius * 2; in StartLinearSweepingAnimation()537 barLength = contentSize.Height() - radius * 2; in StartLinearSweepingAnimation()540 if (NearEqual(barLength, 0.0f)) { in StartLinearSweepingAnimation()544 dateLength = barLength * value / maxValue_->Get(); in StartLinearSweepingAnimation()720 double barLength = contentSize.Width() - radius * INT32_TWO; in PaintLinear() local721 CHECK_NULL_VOID(Positive(barLength)); in PaintLinear()722 double dateLength = std::min(barLength * value_->Get() / maxValue_->Get(), barLength); in PaintLinear()752 CHECK_NULL_VOID(Positive(barLength)); in PaintLinear()[all …]