diff options
| author | Gilles Debunne <debunne@google.com> | 2010-09-09 09:21:53 -0700 |
|---|---|---|
| committer | Gilles Debunne <debunne@google.com> | 2010-09-09 09:21:53 -0700 |
| commit | 6e1df0e981c8c588e411b8ad6e55554fe4815655 (patch) | |
| tree | c8677e46c2e2d7bb61a592d96f951e5463e0948d /graphics/java | |
| parent | 1604ae64564ff088a46efbc072c68024bfc8325f (diff) | |
| download | frameworks_base-6e1df0e981c8c588e411b8ad6e55554fe4815655.zip frameworks_base-6e1df0e981c8c588e411b8ad6e55554fe4815655.tar.gz frameworks_base-6e1df0e981c8c588e411b8ad6e55554fe4815655.tar.bz2 | |
Progress Dialog documentation example uses onPrepareDialog
Change-Id: I7afebdb321e28d8e4b1687ba4f503bde7d6031a0
Diffstat (limited to 'graphics/java')
| -rw-r--r-- | graphics/java/android/graphics/BitmapFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/BitmapFactory.java b/graphics/java/android/graphics/BitmapFactory.java index 5dbbd70..dc21a72 100644 --- a/graphics/java/android/graphics/BitmapFactory.java +++ b/graphics/java/android/graphics/BitmapFactory.java @@ -83,7 +83,7 @@ public class BitmapFactory { /** * The pixel density to use for the bitmap. This will always result * in the returned bitmap having a density set for it (see - * {@link Bitmap#setDensity(int) Bitmap.setDensity(int))}. In addition, + * {@link Bitmap#setDensity(int) Bitmap.setDensity(int)}). In addition, * if {@link #inScaled} is set (which it is by default} and this * density does not match {@link #inTargetDensity}, then the bitmap * will be scaled to the target density before being returned. |
