Searched refs:AnimationInfo (Results 1 – 5 of 5) sorted by relevance
72 std::vector<AnimationInfo> commonAnimationInfos_;73 std::vector<AnimationInfo> specialAnimationInfos_;83 AnimationInfo* GetAnimationInfo(AnimationType type);88 void ParseSymbolAnimations(const Json::Value& root, std::vector<AnimationInfo>* animationInfos);
245 AnimationInfo* HmSymbolConfig_OHOS::GetAnimationInfo(AnimationType type) in GetAnimationInfo()339 std::vector<AnimationInfo>* commonAnimationInfos = &commonAnimationInfos_; in ParseSymbolAnimations()342 std::vector<AnimationInfo>* specialAnimationInfos = &specialAnimationInfos_; in ParseSymbolAnimations()347 void HmSymbolConfig_OHOS::ParseSymbolAnimations(const Json::Value& root, std::vector<AnimationInfo>… in ParseSymbolAnimations()358 AnimationInfo animationInfo; in ParseSymbolAnimations()
74 using AnimationInfo = struct AnimationInfo { struct
60 struct AnimationInfo { struct65 AnimationInfo parse(const skjson::ObjectValue&); argument
182 AnimationBuilder::AnimationInfo AnimationBuilder::parse(const skjson::ObjectValue& jroot) { in parse()