Searched defs:parallaxSpeedMultiplier (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java166 * parallaxSpeedMultiplier applied to it.
175 * The given height should not have had the parallaxSpeedMultiplier applied to it.
179 super.setDecodeDimensions(width, (int) (height * mOpts.parallaxSpeedMultiplier));
245 return mOpts.parallaxSpeedMultiplier;
640 * Set {@link #parallaxSpeedMultiplier} to the ratio between the decoded height and the
642 * with the height multiplied by {@link #parallaxSpeedMultiplier}.
732 public float parallaxSpeedMultiplier = 1; field in class:ExtendedBitmapDrawable.ExtendedOptions
807 if ((features & FEATURE_PARALLAX) != 0 && parallaxSpeedMultiplier <= 1) {
810 + "parallaxSpeedMultiplier must be greater than 1.");

Completed in 52 milliseconds