diff options
author | ztenghui <ztenghui@google.com> | 2014-08-13 10:44:39 -0700 |
---|---|---|
committer | Tenghui Zhu <ztenghui@google.com> | 2014-08-13 18:22:42 +0000 |
commit | 14a4e35208b7e97bbfa38f36130827c86bfafc2b (patch) | |
tree | 50f36d84815c6f133f29fcd03a9bb86c3489e0f2 /libs/hwui/Caches.h | |
parent | 4a8dddbf18fedb33bb2c725db489669a141e1d73 (diff) | |
download | frameworks_base-14a4e35208b7e97bbfa38f36130827c86bfafc2b.zip frameworks_base-14a4e35208b7e97bbfa38f36130827c86bfafc2b.tar.gz frameworks_base-14a4e35208b7e97bbfa38f36130827c86bfafc2b.tar.bz2 |
Bring back the shadow strength tweak
bug:16712006
Change-Id: Ifc0ecca139d58140b45d7d227536a53069e1d480
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r-- | libs/hwui/Caches.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index e00cb0b..0482430 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -366,6 +366,9 @@ public: float propertyLightPosY; float propertyLightPosZ; float propertyAmbientRatio; + int propertyAmbientShadowStrength; + int propertySpotShadowStrength; + private: enum OverdrawColorSet { kColorSet_Default = 0, |