Searched refs:fadeOutDurationMs (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | ExtendedBitmapDrawable.java | 94 … final int fadeOutDurationMs = mResources.getInteger(R.integer.bitmap_fade_animation_duration); in onOptsChanged() local 123 fadeOutDurationMs, mOpts); in onOptsChanged() 131 progressBarSize, progressBarSize, fadeOutDurationMs, mOpts); in onOptsChanged() 453 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) { in Placeholder() argument 454 super(placeholder, placeholderWidth, placeholderHeight, fadeOutDurationMs, opts); in Placeholder() 539 int progressBarWidth, int progressBarHeight, int fadeOutDurationMs, in Progress() argument 541 super(progress, progressBarWidth, progressBarHeight, fadeOutDurationMs, opts); in Progress()
|
D | TileDrawable.java | 44 public TileDrawable(Drawable inner, int innerWidth, int innerHeight, int fadeOutDurationMs, in TileDrawable() argument 55 .setDuration(fadeOutDurationMs); in TileDrawable()
|