summaryrefslogtreecommitdiff
path: root/libs/hwui/Animator.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-06-20 07:19:30 -0700
committerJohn Reck <jreck@google.com>2014-06-20 14:05:51 -0700
commit2218472d23483f09341bf655d55db21dcbabc1b6 (patch)
treed6770441e74ad9ef83d5d8961bc9d5780df00eb0 /libs/hwui/Animator.cpp
parent9285d1bf9c57e5f1da8f8d8ef7a6a38b2f0e4ec3 (diff)
Re-enable ViewPropAnimRT
Change-Id: I2f30547c4e2212747c479760dff4f3f901d1eaf3
Diffstat (limited to 'libs/hwui/Animator.cpp')
-rw-r--r--libs/hwui/Animator.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/Animator.cpp b/libs/hwui/Animator.cpp
index eff3011685a8..dc6d8520597c 100644
--- a/libs/hwui/Animator.cpp
+++ b/libs/hwui/Animator.cpp
@@ -160,6 +160,10 @@ void RenderPropertyAnimator::onAttached(RenderNode* target) {
(target->mutateStagingProperties().*mPropertyAccess->setter)(finalValue());
}
+uint32_t RenderPropertyAnimator::dirtyMask() {
+ return mPropertyAccess->dirtyMask;
+}
+
float RenderPropertyAnimator::getValue(RenderNode* target) const {
return (target->properties().*mPropertyAccess->getter)();
}