Searched refs:horizontalCenter (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java327 mDecodeOpts.horizontalCenter, mDecodeOpts.verticalCenter,
562 public float horizontalCenter; field in class:DecodeTask.DecodeOptions
596 * @param horizontalCenter If the destination dimensions are smaller than the source image
604 public DecodeOptions(final int destW, final int destH, final float horizontalCenter, argument
608 this.horizontalCenter = horizontalCenter;

Completed in 58 milliseconds