Searched refs:bg (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_location_button.cpp | 33 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 D | js_save_button.cpp | 33 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 D | js_paste_button.cpp | 33 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 D | js_location_button.h | 48 LocationButtonIconStyle& icon, int32_t& bg);
|
H A D | js_save_button.h | 48 SaveButtonIconStyle& icon, int32_t& bg);
|
H A D | js_paste_button.h | 48 PasteButtonIconStyle& icon, int32_t& bg);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1136 // 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 D | ability_record.h | 1231 void GetColdStartingWindowResource(std::shared_ptr<Media::PixelMap> &bg, uint32_t &bgColor);
|
/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 1423 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