Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll_bar.h46 foregroundProportion_ = foregroundPropotion; in SetForegroundProportion()
62 float foregroundProportion_ = 0; member in OHOS::UIAbstractScrollBar
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_ - startAngle_)); in DrawForeground()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp62 return foregroundProportion_; in GetProportion()
95 return foregroundProportion_; in GetProportion()

Completed in 2 milliseconds