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

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java52 private final DecodeOptions mDecodeOpts;
98 public DecodeTask(RequestKey requestKey, DecodeOptions decodeOpts,
240 case DecodeOptions.STRATEGY_TRUNCATE:
243 case DecodeOptions.STRATEGY_ROUND_UP:
246 case DecodeOptions.STRATEGY_ROUND_NEAREST:
530 public static class DecodeOptions { class in class:DecodeTask
574 public DecodeOptions(final int destW, final int destH) { method in class:DecodeTask.DecodeOptions
579 * Create new DecodeOptions with horizontally-centered cropping if applicable.
587 public DecodeOptions(final int destW, final int destH, method in class:DecodeTask.DecodeOptions
593 * Create new DecodeOptions
604 public DecodeOptions(final int destW, final int destH, final float horizontalCenter, method in class:DecodeTask.DecodeOptions
[all...]

Completed in 106 milliseconds