Searched refs:styleUnSelect (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_toggle_button.cpp | 110 Style styleUnSelect = StyleDefault::GetBackgroundTransparentStyle(); in OnDraw() local 111 styleUnSelect.bgColor_ = bgColor_; in OnDraw() 112 styleUnSelect.bgOpa_ = backgroundOpacity_; in OnDraw() 113 styleUnSelect.borderRadius_ = corner_; in OnDraw() 114 baseGfxEngine->DrawRect(gfxDstBuffer, rectMid_, trunc, styleUnSelect, opaScale_); in OnDraw() 116 styleUnSelect.lineColor_ = Color::White(); in OnDraw() 117 styleUnSelect.lineWidth_ = radius_; in OnDraw() 118 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfoLeft, trunc, styleUnSelect, OPA_OPAQUE, in OnDraw()
|
H A D | ui_checkbox.cpp | 187 Style styleUnSelect = StyleDefault::GetBackgroundTransparentStyle(); in UnSelectedStateSoftwareDrawing() local 188 styleUnSelect.borderWidth_ = rectLineWidth; in UnSelectedStateSoftwareDrawing() 189 styleUnSelect.borderRadius_ = borderRadius; in UnSelectedStateSoftwareDrawing() 190 styleUnSelect.borderColor_ = Color::White(); in UnSelectedStateSoftwareDrawing() 191 styleUnSelect.borderOpa_ = DEFAULT_UNSELECT_BG_OPA; in UnSelectedStateSoftwareDrawing() 192 BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, rect, trunc, styleUnSelect, opaScale_); in UnSelectedStateSoftwareDrawing()
|
Completed in 3 milliseconds