diff options
author | Chris Craik <ccraik@google.com> | 2014-07-29 12:50:14 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2014-07-30 17:15:50 +0000 |
commit | af4d04cab6d48ae0d6a5e79bd30f679af87abaad (patch) | |
tree | b1fe9d83f5ccc32b1e0db8f002d2d3035368dfac /libs/hwui/Animator.h | |
parent | 3d1856f4449f02a9a3bda06738c3eb83df96f88b (diff) |
Use RoundRect clipping for circle reveal animation
bug:16630975
Also, remove inverse clipping feature from reveal animator.
Change-Id: I770a4eb48cd123b0ca0f39d16a0f3eefd1be3653
Diffstat (limited to 'libs/hwui/Animator.h')
-rw-r--r-- | libs/hwui/Animator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Animator.h b/libs/hwui/Animator.h index 9a080a793a76..b0dcf2d33bbf 100644 --- a/libs/hwui/Animator.h +++ b/libs/hwui/Animator.h @@ -171,7 +171,7 @@ private: class RevealAnimator : public BaseRenderNodeAnimator { public: - ANDROID_API RevealAnimator(int centerX, int centerY, bool inverseClip, + ANDROID_API RevealAnimator(int centerX, int centerY, float startValue, float finalValue); protected: virtual float getValue(RenderNode* target) const; |