summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java b/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java
index 5ccdecd..ac332a9 100644
--- a/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java
+++ b/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java
@@ -689,10 +689,10 @@ public class ExtendedBitmapDrawable extends BasicBitmapDrawable implements
"ExtendedOptions: To support FEATURE_ORDERED_DISPLAY, "
+ "decodeAggregator must be set.");
}
- if ((features & FEATURE_PARALLAX) != 0 && parallaxSpeedMultiplier == 1) {
+ if ((features & FEATURE_PARALLAX) != 0 && parallaxSpeedMultiplier <= 1) {
throw new IllegalStateException(
"ExtendedOptions: To support FEATURE_PARALLAX, "
- + "parallaxSpeedMultiplier must be set.");
+ + "parallaxSpeedMultiplier must be greater than 1.");
}
if ((features & FEATURE_STATE_CHANGES) != 0) {
if (backgroundColor == 0