History log of /frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
11ea33471e1a14a8594f0b2cd012d86340dd3bd8 23-Jul-2009 Dianne Hackborn <hackbod@google.com> Allow for screen density drawables in compatibility mode.

This change allows us to use drawables that match the current screen
density even when being loaded in compatibility mode. In this case,
the bitmap is loaded in the screen density, and the bitmap and
nine-patch drawables take care of accounting for the density difference.

This should be safe for existing applications, for the most part, since
they shouldn't really be pulling the bitmap out of the drawable. For
the small rare chance of them breaking, it worth getting the correct
graphics. Also this will only happen when there is actually a resource
of the matching density, and no existing apps should have resources for
anything besides the default density (though of course all of the
framework resources will be available in the native density).

As part of this, the bitmap density API has been changed to a single
integer provider the DPI unit density.
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
05a3c6870cf718f0bdeea6f3b7c031299ecdd7fa 28-Mar-2009 Satoshi Kataoka <> AI 143196: am: CL 142964 Add a function to clear styles in EditStyledText.
Add a function to change getBackground color.
Add a function to check whether EditStyledText has styled text or not.
Refactor function and variable names for readability.
Original author: satok
Merged from: //branches/cupcake/...

Automated import of CL 143196
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
df6601ac91493a7368effbe198e0181627a2cd34 25-Mar-2009 Satoshi Kataoka <> Automated import from //branches/donutburger/...@141168,141168
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
6eb7298019c2e59877939474e7d77e8334192a98 25-Mar-2009 Satoshi Kataoka <> Automated import from //branches/donutburger/...@141149,141149
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
5c70839ae3b06a03c82032a77fc44405cf1de2de 25-Mar-2009 Satoshi Kataoka <> Automated import from //branches/donutburger/...@141126,141126
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
51376451f1ce78c7201d9559d0e953d165bfce87 25-Mar-2009 Satoshi Kataoka <> Automated import from //branches/donutburger/...@141112,141112
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
6ef7af508903eddc76f7bb693b71a547df94cb6e 25-Mar-2009 Satoshi Kataoka <> Automated import from //branches/donutburger/...@140966,140966
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
ce8f3a8eca07291bf0f8f187b0d677204a897111 25-Mar-2009 Satoshi Kataoka <> Automated import from //branches/donutburger/...@140765,140765
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
ba87e3e6c985e7175152993b5efcc7dd2f0e1c93 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java
4df2423a947bcd3f024cc3d3a1a315a8dc428598 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/frameworks/base/core/java/com/android/internal/widget/EditStyledText.java