OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verticalcenter
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java
327
mDecodeOpts.horizontalCenter, mDecodeOpts.
verticalCenter
,
568
public float
verticalCenter
;
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
;
Completed in 170 milliseconds