Home
last modified time | relevance | path

Searched refs:bg (Results 1 – 25 of 96) sorted by relevance

1234

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-images.md12 <image style="height: 30%;" src="common/images/bg-tv.jpg"> </image>
39 <image src="common/images/bg-tv.jpg"> </image>
76 …<image src="common/images/bg-tv.jpg" oncomplete="imageComplete(1)" onerror="imageError(1)"> </imag…
79 …<image src="common/images/bg-tv1.jpg" oncomplete="imageComplete(2)" onerror="imageError(2)"> </ima…
183 testuri: 'common/images/bg-tv.jpg',
H A Dui-js-animate-background-position-style.md30 background-image: url('common/images/bg-tv.jpg');
40 background-image: url('common/images/bg-tv.jpg');
H A Dui-js-component-tabs.md121 <image src="common/images/bg-tv.jpg" style="object-fit: contain;"> </image>
164 <image src="common/images/bg-tv.jpg" style="object-fit: contain;"> </image>
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp33 LocationButtonLocationDescription& text, LocationButtonIconStyle& icon, int32_t& bg) in ParseComponentStyle() argument
69 bg = value->ToNumber<int32_t>(); in ParseComponentStyle()
70 if ((bg < static_cast<int32_t>(ButtonType::NORMAL)) || in ParseComponentStyle()
71 (bg > static_cast<int32_t>(ButtonType::CIRCLE))) { in ParseComponentStyle()
75 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle()
H A Djs_paste_button.cpp33 PasteButtonPasteDescription& text, PasteButtonIconStyle& icon, int32_t& bg) in ParseComponentStyle() argument
68 bg = value->ToNumber<int32_t>(); in ParseComponentStyle()
69 if ((bg < static_cast<int32_t>(ButtonType::NORMAL)) || in ParseComponentStyle()
70 (bg > static_cast<int32_t>(ButtonType::CIRCLE))) { in ParseComponentStyle()
74 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle()
H A Djs_save_button.cpp33 SaveButtonSaveDescription& text, SaveButtonIconStyle& icon, int32_t& bg) in ParseComponentStyle() argument
69 bg = value->ToNumber<int32_t>(); in ParseComponentStyle()
70 if ((bg < static_cast<int32_t>(ButtonType::NORMAL)) || in ParseComponentStyle()
71 (bg > static_cast<int32_t>(ButtonType::CIRCLE))) { in ParseComponentStyle()
75 bg = static_cast<int32_t>(ButtonType::CAPSULE); in ParseComponentStyle()
H A Djs_location_button.h48 LocationButtonIconStyle& icon, int32_t& bg);
H A Djs_paste_button.h48 PasteButtonIconStyle& icon, int32_t& bg);
H A Djs_save_button.h48 SaveButtonIconStyle& icon, int32_t& bg);
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-images.md12 <image style="height: 30%;" src="common/images/bg-tv.jpg"> </image>
39 <image src="common/images/bg-tv.jpg"> </image>
76 …<image src="common/images/bg-tv.jpg" oncomplete="imageComplete(1)" onerror="imageError(1)"> </imag…
79 …<image src="common/images/bg-tv1.jpg" oncomplete="imageComplete(2)" onerror="imageError(2)"> </ima…
183 testuri: 'common/images/bg-tv.jpg',
H A Dui-js-animate-background-position-style.md31 background-image: url('common/images/bg-tv.jpg');
41 background-image: url('common/images/bg-tv.jpg');
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-clock-guide.md56 <image src="/common/clock_bg.png" class="clock-bg"></image> <!--设置表盘图片-->
81 在css文件中设置"clock-bg"组件样式的高度、宽度等属性,代码如下:
84 .clock-bg {
157 <image src="/common/clock_bg.png" class="clock-bg"></image>
195 .clock-bg {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md306 .backgroundImage('/comment/bg.jpg', ImageRepeat.X)
314 .backgroundImage('/comment/bg.jpg', ImageRepeat.Y)
323 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
332 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
341 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
349 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
382 .backgroundImage($r('app.media.bg'))
H A Dts-container-hyperlink.md65 Image($r('app.media.bg'))
H A Dts-universal-attributes-foreground-blur-style.md79 Image($r('app.media.bg'))
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_application_process.cpp172 for (auto bg : bgAppProcessInfos_) { in KillBgAppProcess() local
173 if (KillProcess(bg.pid_) != ERR_OK) { in KillBgAppProcess()
/ohos5.0/foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
H A Dindex.hml4 <image src="/common/widget.png" class="bg-img"></image>
H A Dindex.css7 .bg-img {
/ohos5.0/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
H A Dindex.hml4 <image src="/common/widget.png" class="bg-img"></image>
H A Dindex.css7 .bg-img {
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-clock-guide.md57 … <image src="/common/clock_bg.png" class="clock-bg"></image> <!--Set the clock face image.-->
82 …Set attributes, such as the height and width, of the clock-bg component in the CSS file. The sampl…
85 .clock-bg {
158 <image src="/common/clock_bg.png" class="clock-bg"></image>
196 .clock-bg {
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/
H A Dplural.txt6 bg "", "= 1", "", "", "", ""
H A DdecimalPlurals.txt6 bg "", "", "", "", "", ""
/ohos5.0/docs/zh-cn/application-dev/form/
H A Djs-ui-widget-development.md390 <image src="/common/widget.png" class="bg-img"></image>
410 .bg-img {
492 <image src="/common/CardWebImg.png" class="bg-img"></image>
514 .bg-img {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md295 .backgroundImage('/comment/bg.jpg', ImageRepeat.X)
303 .backgroundImage('/comment/bg.jpg', ImageRepeat.Y)
312 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
321 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
330 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
338 .backgroundImage('/comment/bg.jpg', ImageRepeat.NoRepeat)
371 .backgroundImage($r('app.media.bg'))

1234