summaryrefslogtreecommitdiff
path: root/src/com/android/bitmap/RequestKey.java
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2014-07-14 16:56:54 -0700
committerMark Wei <markwei@google.com>2014-07-14 16:56:54 -0700
commitc5644927c0e7e121049b063046296ee8a59a4b37 (patch)
treed78a248b0a908e71dd5516cd435a27acd004afe2 /src/com/android/bitmap/RequestKey.java
parent5c102db5a1a16a2adcc7728693a6e65a981f91ae (diff)
downloadbitmap-c5644927c0e7e121049b063046296ee8a59a4b37.tar.gz
Import latest bitmap library changes.
Change-Id: Ic3a79a1154fb1329bf4c163ea6aeb32f8bd3857d
Diffstat (limited to 'src/com/android/bitmap/RequestKey.java')
-rw-r--r--src/com/android/bitmap/RequestKey.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bitmap/RequestKey.java b/src/com/android/bitmap/RequestKey.java
index adf1d72..882c75b 100644
--- a/src/com/android/bitmap/RequestKey.java
+++ b/src/com/android/bitmap/RequestKey.java
@@ -117,7 +117,7 @@ public interface RequestKey {
* the UI thread.
* @param key The key that the FileDescriptorFactory was created for. The callback should
* check that the key has not changed.
- * @param factory The FileDescriptorFactory to decode from.
+ * @param factory The FileDescriptorFactory to decode from. Pass null to cancel decode.
*/
void fileDescriptorFactoryCreated(RequestKey key, FileDescriptorFactory factory);
}