summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Animator.h
diff options
context:
space:
mode:
authorTom Hudson <tomhudson@google.com>2014-10-16 11:57:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-16 11:57:16 +0000
commit07c05e38a1d82181b9e52329e80eea1a4dfccd9a (patch)
tree7c8dd24b54f26990d547d1670e5905fa9c6fcccb /libs/hwui/Animator.h
parentd44e9f9ed714dbd2e1dc93dff3f97b95ab01a977 (diff)
parent2dc236b2bae13b9a0ed9b3f7320502aecd7983b3 (diff)
downloadframeworks_base-07c05e38a1d82181b9e52329e80eea1a4dfccd9a.zip
frameworks_base-07c05e38a1d82181b9e52329e80eea1a4dfccd9a.tar.gz
frameworks_base-07c05e38a1d82181b9e52329e80eea1a4dfccd9a.tar.bz2
Merge "Clean up physical coupling"
Diffstat (limited to 'libs/hwui/Animator.h')
-rw-r--r--libs/hwui/Animator.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/hwui/Animator.h b/libs/hwui/Animator.h
index 35a4a09..99f8956 100644
--- a/libs/hwui/Animator.h
+++ b/libs/hwui/Animator.h
@@ -19,10 +19,8 @@
#include <cutils/compiler.h>
#include <utils/RefBase.h>
#include <utils/StrongPointer.h>
+#include <utils/Timers.h>
-#include "CanvasProperty.h"
-#include "Interpolator.h"
-#include "TreeInfo.h"
#include "utils/Macros.h"
namespace android {
@@ -30,6 +28,9 @@ namespace uirenderer {
class AnimationContext;
class BaseRenderNodeAnimator;
+class CanvasPropertyPrimitive;
+class CanvasPropertyPaint;
+class Interpolator;
class RenderNode;
class RenderProperties;