Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_checkbox.cpp48 style_ = &(StyleDefault::GetBackgroundTransparentStyle()); in UICheckBox()
137 Style styleSelect = StyleDefault::GetBackgroundTransparentStyle(); in SelectedStateSoftwareDrawing()
187 Style styleUnSelect = StyleDefault::GetBackgroundTransparentStyle(); in UnSelectedStateSoftwareDrawing()
H A Dui_abstract_progress.cpp36 style_ = &(StyleDefault::GetBackgroundTransparentStyle()); in UIAbstractProgress()
H A Dtext_adapter.cpp42 style_ = StyleDefault::GetBackgroundTransparentStyle(); in TextAdapter()
H A Dui_digital_clock.cpp34 style_ = &(StyleDefault::GetBackgroundTransparentStyle());
H A Dui_radio_button.cpp102 Style style = StyleDefault::GetBackgroundTransparentStyle(); in OnDraw()
H A Dui_qrcode.cpp26 style_ = &(StyleDefault::GetBackgroundTransparentStyle()); in UIQrcode()
H A Dui_toggle_button.cpp110 Style styleUnSelect = StyleDefault::GetBackgroundTransparentStyle(); in OnDraw()
H A Dui_picker.cpp132 list_.SetStyle(StyleDefault::GetBackgroundTransparentStyle()); in UIPicker()
H A Dui_image_view.cpp232 style_ = &(StyleDefault::GetBackgroundTransparentStyle()); in UIImageView()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h324 static Style& GetBackgroundTransparentStyle() in GetBackgroundTransparentStyle() function