Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java327 mDecodeOpts.horizontalCenter, mDecodeOpts.verticalCenter, in decode()
562 public float horizontalCenter; field in DecodeTask.DecodeOptions
604 public DecodeOptions(final int destW, final int destH, final float horizontalCenter, in DecodeOptions() argument
608 this.horizontalCenter = horizontalCenter; in DecodeOptions()