Home
last modified time | relevance | path

Searched refs:pulseDuration (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java459 final long pulseDuration; in Placeholder() local
461 pulseDuration = res.getInteger(R.integer.bitmap_placeholder_animation_duration); in Placeholder()
463 pulseDuration = opts.placeholderAnimationDuration; in Placeholder()
465 mPulseAnimator = ValueAnimator.ofInt(55, 255).setDuration(pulseDuration); in Placeholder()