Searched refs:LabelComponentInfo (Results 1 – 3 of 3) sorted by relevance
39 struct LabelComponentInfo { struct59 std::pair<ImageComponentInfo, LabelComponentInfo> GetCharingAnimationInfo(); argument60 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_;
62 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()
74 static std::unique_ptr<UILabel> InitLabel(LabelComponentInfo& info) in InitLabel()