Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp33 LocationButtonLocationDescription& text, LocationButtonIconStyle& icon, int32_t& bg) in ParseComponentStyle()
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()
32 ParseComponentStyle(const JSCallbackInfo& info, LocationButtonLocationDescription& text, LocationButtonIconStyle& icon, int32_t& bg) ParseComponentStyle() argument
H A Djs_save_button.cpp33 SaveButtonSaveDescription& text, SaveButtonIconStyle& icon, int32_t& bg) in ParseComponentStyle()
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()
32 ParseComponentStyle(const JSCallbackInfo& info, SaveButtonSaveDescription& text, SaveButtonIconStyle& icon, int32_t& bg) ParseComponentStyle() argument
H A Djs_paste_button.cpp33 PasteButtonPasteDescription& text, PasteButtonIconStyle& icon, int32_t& bg) in ParseComponentStyle()
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()
32 ParseComponentStyle(const JSCallbackInfo& info, PasteButtonPasteDescription& text, PasteButtonIconStyle& icon, int32_t& bg) ParseComponentStyle() argument
H A Djs_location_button.h48 LocationButtonIconStyle& icon, int32_t& bg);
H A Djs_save_button.h48 SaveButtonIconStyle& icon, int32_t& bg);
H A Djs_paste_button.h48 PasteButtonIconStyle& icon, int32_t& bg);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1136 // get bg pixelmap and color. in StartingWindowCold()
1147 void AbilityRecord::GetColdStartingWindowResource(std::shared_ptr<Media::PixelMap> &bg, uint32_t &bgColor) in GetColdStartingWindowResource() argument
1149 bg = startingWindowBg_; in GetColdStartingWindowResource()
1151 if (bg) { in GetColdStartingWindowResource()
1161 bg = GetPixelMap(windowIconId, resourceMgr); in GetColdStartingWindowResource()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1231 void GetColdStartingWindowResource(std::shared_ptr<Media::PixelMap> &bg, uint32_t &bgColor);
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp1423 std::shared_ptr<Media::PixelMap> bg; in HWTEST_F() local
1426 abilityRecord->GetColdStartingWindowResource(bg, bgColor); in HWTEST_F()
1428 abilityRecord->GetColdStartingWindowResource(bg, bgColor); in HWTEST_F()

Completed in 15 milliseconds