Home
last modified time | relevance | path

Searched refs:LabelComponentInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Danimation_config.h39 struct LabelComponentInfo { struct
59 std::pair<ImageComponentInfo, LabelComponentInfo> GetCharingAnimationInfo(); argument
60 LabelComponentInfo GetCharingPromptInfo();
61 LabelComponentInfo GetNotCharingPromptInfo();
68 void ParseAnimationLabel(nlohmann::json& component, LabelComponentInfo& info);
69 std::pair<ImageComponentInfo, LabelComponentInfo> animationInfo_;
70 LabelComponentInfo chargingInfo_;
71 LabelComponentInfo notChargingInfo_;
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Danimation_config.cpp62 void AnimationConfig::ParseAnimationLabel(nlohmann::json& component, LabelComponentInfo& info) in ParseAnimationLabel()
170 std::pair<ImageComponentInfo, LabelComponentInfo> AnimationConfig::GetCharingAnimationInfo() in GetCharingAnimationInfo()
175 LabelComponentInfo AnimationConfig::GetCharingPromptInfo() in GetCharingPromptInfo()
180 LabelComponentInfo AnimationConfig::GetNotCharingPromptInfo() in GetNotCharingPromptInfo()
H A Dcharger_animation.cpp74 static std::unique_ptr<UILabel> InitLabel(LabelComponentInfo& info) in InitLabel()