History log of /frameworks/base/core/java/android/util/MathUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac3fcb1590e1da21324c13ce237ec48f2bf488bf 03-May-2012 Jeff Sharkey <jsharkey@android.com> Reduce persist threshold for lower warning/limit.

Default is 2MB persist threshold, but even that can be substantial
for devices on 100MB/month plans. This change gradually reduces the
persist threshold up to 8x lower (256kb outstanding) based on lowest
active policy.

Bug: 5382676
Change-Id: Ief4e8cdb169bfb151a3d1b45722a8eaa01926508
/frameworks/base/core/java/android/util/MathUtils.java
e85c5aa67ea27f930b573c0c6662ef6bd6314d54 13-Aug-2009 Romain Guy <romainguy@android.com> Add norm() and map() to MathUtils.
/frameworks/base/core/java/android/util/MathUtils.java
a9d2d5ed2840bc3331e1a387b26efc44c6211623 10-Aug-2009 Romain Guy <romainguy@android.com> Make the laves follow the ripples
/frameworks/base/core/java/android/util/MathUtils.java
a32d100b34d048cf0c765d8f31d87b81ab88d1eb 01-Aug-2009 Romain Guy <romainguy@android.com> Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.graphics.Color.
Fixes RS compilation.
/frameworks/base/core/java/android/util/MathUtils.java