Home
last modified time | relevance | path

Searched defs:animations (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/motion/
DDynamicAnimator.java32 public final List<DynamicAnimation> animations = new ArrayList<>(); field in DynamicAnimator
/packages/services/Car/surround_view/service-impl/
DCarModelConfigReader.cpp253 bool ReadAllAnimations(const XMLElement* rootElem, std::vector<AnimationInfo>* animations) { in ReadAllAnimations()
DAnimationModule.cpp75 const std::vector<AnimationInfo>& animations) : in AnimationModule()
DIOModuleCommon.h295 std::vector<AnimationInfo> animations; member