From a8b1e1f5cad36086e89c052007473609c379ccbd Mon Sep 17 00:00:00 2001 From: Oleksandr Kyreiev Date: Thu, 18 Dec 2014 17:54:56 +0100 Subject: Import latest changes. Change-Id: I27973b3441d3738a85481de9c774da0ac08afd7c --- src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java') diff --git a/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java b/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java index fc54419..2fcc412 100644 --- a/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java +++ b/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java @@ -712,11 +712,8 @@ public class ExtendedBitmapDrawable extends BasicBitmapDrawable implements * This should not be confused with {@link #setParallaxFraction(float)}. This field * determines the general section for decode. The parallax fraction then determines the * slice from within that section for display. - * - * The default value of 1f / 3 provides a good heuristic for the subject's face in a - * portrait photo. */ - public float decodeVerticalCenter = 1f / 3; + public float decodeVerticalCenter = 1f / 2; /** * Required field if {@link #FEATURE_ORDERED_DISPLAY} is supported. -- cgit v1.2.3