History log of /frameworks/base/services/accessibility/java/com/android/server/accessibility/DisplayAdjustmentUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8864415e2a29daf504b52afe911eb5c5a8b03fc0 22-Aug-2014 Jeff Brown <jeffbrown@google.com> Fix matrix multiply in accessiblity display adjustments.

Fixed a bug caused by a missing temporary when swapping two
matrices. This could produce undefined results in the case where
both display inversion and the greyscale daltonizer were enabled
simultaneously.

Tightened up the code a little to make this kind of error
less likely by removing redundant state.

Removed the native prefix on some methods since they are not
native at all.

Change-Id: I716ffc8fbe76a304c60d45870074340c0121059f
/frameworks/base/services/accessibility/java/com/android/server/accessibility/DisplayAdjustmentUtils.java
e08340645d2539ab13900b5f835b84bcfe8b99e0 13-May-2014 Alan Viverette <alanv@google.com> Simplify accessibility display adjustments

Makes the inversion bit public so apps can be smarter about rendering
images non-inverted (if they are so inclined).

BUG: 14680114
Change-Id: I8ca2b2517af2ffc13446d7e0b4e859c1171e2d0e
/frameworks/base/services/accessibility/java/com/android/server/accessibility/DisplayAdjustmentUtils.java
19c662b3df3b35756a92282bb6cc767e6407cb8a 20-Dec-2013 Amith Yamasani <yamasani@google.com> Move files to new directory structure of framework services

Change-Id: I6239d90fa0b813e37878f8fc31caf7a2d70fa3ba
/frameworks/base/services/accessibility/java/com/android/server/accessibility/DisplayAdjustmentUtils.java