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

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java327 mDecodeOpts.horizontalCenter, mDecodeOpts.verticalCenter,
568 public float verticalCenter; field in class:DecodeTask.DecodeOptions
582 * @param verticalCenter If the destination dimensions are smaller than the source image
588 final float verticalCenter, final int sampleSizeStrategy) {
589 this(destW, destH, 0.5f, verticalCenter, sampleSizeStrategy);
599 * @param verticalCenter If the destination dimensions are smaller than the source image
605 final float verticalCenter, final int sampleSizeStrategy) {
609 this.verticalCenter = verticalCenter;
587 DecodeOptions(final int destW, final int destH, final float verticalCenter, final int sampleSizeStrategy) argument
604 DecodeOptions(final int destW, final int destH, final float horizontalCenter, final float verticalCenter, final int sampleSizeStrategy) argument

Completed in 29 milliseconds