OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeOptions
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java
52
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
{
574
public
DecodeOptions
(final int destW, final int destH) {
579
* Create new
DecodeOptions
with horizontally-centered cropping if applicable.
587
public
DecodeOptions
(final int destW, final int destH,
593
* Create new
DecodeOptions
[
all
...]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java
31
import com.android.bitmap.DecodeTask.
DecodeOptions
;
332
final
DecodeOptions
opts = new
DecodeOptions
(bufferW, bufferH, getDecodeHorizontalCenter(),
340
* Return one of the STRATEGY constants in {@link
DecodeOptions
}.
343
return
DecodeOptions
.STRATEGY_ROUND_NEAREST;
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java
230
final DecodeTask.
DecodeOptions
opts = new DecodeTask.
DecodeOptions
(
231
width, height, 1 / 2f, DecodeTask.
DecodeOptions
.STRATEGY_ROUND_NEAREST);
Completed in 104 milliseconds