Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll_bar.h41 void SetForegroundProportion(float foregroundPropotion) in SetForegroundProportion() argument
43 if ((foregroundPropotion < 0) || (foregroundPropotion > 1.0f)) { in SetForegroundProportion()
46 foregroundProportion_ = foregroundPropotion; in SetForegroundProportion()