Searched refs:pulseDuration (Results 1 – 1 of 1) sorted by relevance
459 final long pulseDuration; in Placeholder() local461 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()