diff options
| author | 2014-08-14 09:02:01 -0700 | |
|---|---|---|
| committer | 2014-08-27 17:44:25 -0700 | |
| commit | 119907cd2575c56b1ebf66348b52e67aaf6a88d8 (patch) | |
| tree | 9990e37a560021560316ac2cfc6cf4c64df9cb92 /libs/hwui/RenderNode.h | |
| parent | 1698297daf8068bc9e6971d43744d48f1672bab2 (diff) | |
Animator stuff
Bug: 17228458
Change-Id: Id884a429a512f9cd2be0ed16dbd0f10e92b4440d
Diffstat (limited to 'libs/hwui/RenderNode.h')
| -rw-r--r-- | libs/hwui/RenderNode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 18402b2bed1c..27b05e2a19ea 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -174,6 +174,8 @@ public: // UI thread only! ANDROID_API void addAnimator(const sp<BaseRenderNodeAnimator>& animator); + AnimatorManager& animators() { return mAnimatorManager; } + void applyViewPropertyTransforms(mat4& matrix, bool true3dTransform = false) const; private: |