History log of /packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
04df8b77a40c06488a954a22cc5be638179b7747 07-Sep-2012 Jeff Sharkey <jsharkey@android.com> Iteration on multi-user storage UI.

Adds headers to distinguish between current and other users. Also
correctly orders color chips.

Bug: 7003520
Change-Id: I871f1a38d41dad5a5f7d97d91d2ebaac5951066c
/packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java
a82d9a8d37c67b37733c5bdfba26548f216a374d 25-Jul-2012 Fabrice Di Meglio <fdimeglio@google.com> Make Settings PercentageBar RTL aware

- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)

Change-Id: I7c4c4207650fa4442f6eb20f2195101e23b1b0b2
/packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java
783be0a24f328d7e781b5765b7688c55fb24c89c 06-May-2011 Gilles Debunne <debunne@google.com> Fixes in UsageBarPreference

The widget layout that was used resulted in a clipped usage bar.
It also had a 6dip left offset inherited from the default layout
which adds margin after the text (even if the text is empty here).
Used a custom layout for the whole preference to fix this issue.

Other fixes in the drawing code to prevent accumulative rounding
issues.

Change-Id: Ief9bf85260345355615c9670624d86f0893eb2d2
/packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java
42a92e83a1f91d5e150ce069636f588a3609e69c 17-Dec-2010 Kenny Root <kroot@google.com> Add minTickWidth for the bar chart

At jsharkey's request.

Change-Id: Ic489e534fe793fc7ec3fd2bedc5bb256be99daec
/packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java
e4330890d6996bd1ad65bc6c5ab1dfb39f224ea4 14-Dec-2010 Kenny Root <kroot@google.com> Refactor memory measurement

Move out all the memory measurement to a separate class that can cache
all of its data through orientation changes.

Tweak the display to make it draw large squares for the legend instead
of a 1x1 square. Add padding to the percentage bar chart.

Change-Id: I4cd5bc4ba31a422a55740e8f58e5e571cf9866a5
/packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java
511c8cf103193fb41c915941b1b1d2a442a1ae12 03-Dec-2010 Kenny Root <kroot@google.com> Add usage bar chart to storage preferences

Change-Id: Ic3c118ac9194e226e6384e01c9ea7e150b1d9521
/packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java