Home
last modified time | relevance | path

Searched defs:AnimationInfo (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/surround_view/service-impl/
DIOModuleCommon.h257 struct AnimationInfo { struct
259 std::string partId;
262 std::string parentId;
265 std::vector<std::string> childIds;
268 android_auto::surround_view::Mat4x4 pose;
295 std::vector<AnimationInfo> animations; argument
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DClockDrawableWrapper.java158 private static class AnimationInfo { class in ClockDrawableWrapper