Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_slider.cpp117 int16_t halfKnobWidth = GetKnobWidth() / 2; // 2: half in DrawKnob() local
123 knobBar.SetRect(foregroundRect.GetRight() - halfKnobWidth, foregroundRect.GetTop() - offset, in DrawKnob()
124 foregroundRect.GetRight() + halfKnobWidth, foregroundRect.GetBottom() + offset); in DrawKnob()
129 knobBar.SetRect(foregroundRect.GetLeft() - halfKnobWidth, foregroundRect.GetTop() - offset, in DrawKnob()
130 foregroundRect.GetLeft() + halfKnobWidth, foregroundRect.GetBottom() + offset); in DrawKnob()
135 knobBar.SetRect(foregroundRect.GetLeft() - offset, foregroundRect.GetTop() - halfKnobWidth, in DrawKnob()
136 foregroundRect.GetRight() + offset, foregroundRect.GetTop() + halfKnobWidth); in DrawKnob()
141 knobBar.SetRect(foregroundRect.GetLeft() - offset, foregroundRect.GetBottom() - halfKnobWidth, in DrawKnob()
142 foregroundRect.GetRight() + offset, foregroundRect.GetBottom() + halfKnobWidth); in DrawKnob()

Completed in 2 milliseconds