History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistDisclosure.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d15745bdba23a2cccb08e27bf9aae4d9d4aff270 02-Jun-2016 Adrian Roos <roosa@google.com> Update AssistDisclosure animation

- Remove the tracing
- Fade in for 400ms, fade out for 300ms
- Fade in to 87%

Fixes: 29061746
Change-Id: Ic1e1e4d5bca7da0db78a4f33e8df5000553d7585
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistDisclosure.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistDisclosure.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/assist/AssistDisclosure.java
e85da2bad5b80f4e2269a64255cbaf8c11efce61 26-Jun-2015 Jorim Jaggi <jjaggi@google.com> Add accessibility event for assist disclosure

Bug: 21568059
Change-Id: Ib51d4236fcc87acd54cb5d191197b9b2c6cc54ea
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistDisclosure.java
c6d3e0e11da6e0515f29928efaaf6969f2de610b 20-Jun-2015 Adrian Roos <roosa@google.com> Tweak assist disclosure animation

Bug: 21568059
Change-Id: I81666bed4d4ae3eb1998cfdcc652921bafeae7f2
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistDisclosure.java
4f43dc042bf76ec6c3b340b2297dec7c4cdd9098 18-Jun-2015 Adrian Roos <roosa@google.com> Assist disclosure

Add an animation that discloses delivery
of contextual data to the assist component.

Also fixes a bug where contextual data was
delivered to legacy assist activities even
though the user explicitly disabled context.

Bug: 21568059
Change-Id: I27dfaa36e2f677b0d73acfa4730f0f4ea3486919
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistDisclosure.java