diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-07-06 15:37:24 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-07-06 15:37:24 +0800 |
commit | 91acfc99279d5ece7ac9cb2d7a2980eb0d3b50da (patch) | |
tree | 0fcd433898f284afd417484233035efccbaf7d92 /src/com/android/camera/GridViewSpecial.java | |
parent | 0a28549a7e6db0307b2cb5d2df7444909fb03a48 (diff) | |
download | LegacyCamera-91acfc99279d5ece7ac9cb2d7a2980eb0d3b50da.zip LegacyCamera-91acfc99279d5ece7ac9cb2d7a2980eb0d3b50da.tar.gz LegacyCamera-91acfc99279d5ece7ac9cb2d7a2980eb0d3b50da.tar.bz2 |
Style fix.
Diffstat (limited to 'src/com/android/camera/GridViewSpecial.java')
-rw-r--r-- | src/com/android/camera/GridViewSpecial.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/GridViewSpecial.java b/src/com/android/camera/GridViewSpecial.java index defc78a..be2a0e3 100644 --- a/src/com/android/camera/GridViewSpecial.java +++ b/src/com/android/camera/GridViewSpecial.java @@ -1100,8 +1100,8 @@ class ImageBlockManager { // Try to cancel all pending requests for this block. After this // completes there could still be requests not cancelled (because it is - // already in progress). We deal with that situation by setting mBitmap to - // null in recycle() and check this in loadImageDone(). + // already in progress). We deal with that situation by setting mBitmap + // to null in recycle() and check this in loadImageDone(). private void cancelAllRequests() { for (int i = 0; i < mColumns; i++) { int mask = (1 << i); |