commit | 119907cd2575c56b1ebf66348b52e67aaf6a88d8 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Aug 14 09:02:01 2014 -0700 |
committer | John Reck <jreck@google.com> | Wed Aug 27 17:44:25 2014 -0700 |
tree | 9990e37a560021560316ac2cfc6cf4c64df9cb92 | |
parent | 1698297daf8068bc9e6971d43744d48f1672bab2 [diff] [blame] |
Animator stuff Bug: 17228458 Change-Id: Id884a429a512f9cd2be0ed16dbd0f10e92b4440d
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 18402b2..27b05e2 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h
@@ -174,6 +174,8 @@ // UI thread only! ANDROID_API void addAnimator(const sp<BaseRenderNodeAnimator>& animator); + AnimatorManager& animators() { return mAnimatorManager; } + void applyViewPropertyTransforms(mat4& matrix, bool true3dTransform = false) const; private: