Home
last modified time | relevance | path

Searched refs:foregroundProportion_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll_bar.h46 foregroundProportion_ = foregroundPropotion; in SetForegroundProportion()
62 float foregroundProportion_ = 0; variable
H A Dui_box_scroll_bar.cpp45 …int16_t forgroundHeight = static_cast<int16_t>(foregroundProportion_ * backgroundRect_.GetHeight()… in OnDraw()
54 … int16_t forgroundWidth = static_cast<int16_t>(foregroundProportion_ * backgroundRect_.GetWidth()); in OnDraw()
H A Dui_arc_scroll_bar.cpp73 …uint16_t foregoundAngleRange = static_cast<uint16_t>(foregroundProportion_ * (endAngle_ - startAng… in DrawForeground()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp62 return foregroundProportion_; in GetProportion()
95 return foregroundProportion_; in GetProportion()