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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java94 final int fadeOutDurationMs = mResources.getInteger(R.integer.bitmap_fade_animation_duration);
121 fadeOutDurationMs, mOpts);
129 progressBarSize, progressBarSize, fadeOutDurationMs, mOpts);
435 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) {
436 super(placeholder, placeholderWidth, placeholderHeight, fadeOutDurationMs, opts);
521 int progressBarWidth, int progressBarHeight, int fadeOutDurationMs,
523 super(progress, progressBarWidth, progressBarHeight, fadeOutDurationMs, opts);
434 Placeholder(Drawable placeholder, Resources res, int placeholderWidth, int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) argument
520 Progress(Drawable progress, Resources res, int progressBarWidth, int progressBarHeight, int fadeOutDurationMs, ExtendedOptions opts) argument
H A DTileDrawable.java44 public TileDrawable(Drawable inner, int innerWidth, int innerHeight, int fadeOutDurationMs, argument
55 .setDuration(fadeOutDurationMs);

Completed in 212 milliseconds