History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/TrustDrawable.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/TrustDrawable.java
c18010f6720f606003cde3cd376ddacaca30f6e5 20-Jan-2016 Selim Cinek <cinek@google.com> Refactored the interpolators to use only one single instance

Previously many objects parsed their own interpolators leading
to memory and computational overhead.
This is now unified into a single Static class.

Change-Id: I0537aca0e6dad10a7ffd52ba64b7356b0c5e4672
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/TrustDrawable.java
bd3bfc5285dcacff0a69fecf3baeeeb90d887a58 02-Mar-2015 Chris Craik <ccraik@google.com> Improve docs for drawable tint and color filters

bug:19564477
Change-Id: I7e11baae2d4dd245965904c85b8855de71f6b6ac
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/TrustDrawable.java
1540da4624ebdf674784a970892d4d4b7b64e775 15-Oct-2014 Adrian Roos <roosa@google.com> Fix issues with TrustDrawable

Ensures that the drawable is invalidated whenever the state changes.
Also moves the mAnimating check such that we never update state when
the animation is stopped.

Bug: 17915865
Change-Id: I299597e08d4bac9a5551686cd5d987138e4b3c47
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/TrustDrawable.java
2e3ccbb37e21eb40308f83fb185209773147f78d 19-Aug-2014 Adrian Roos <roosa@google.com> Implement trust managed visuals

Updates the trust managed indicator to match the
speced visuals and behavior.

Bug: 15519687
Change-Id: I2be04e8b37f3b5d9865ae4d25b46222cafadd113
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/TrustDrawable.java