Searched refs:placeholderAnimationDuration (Results 1 - 1 of 1) sorted by path

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java456 if (opts.placeholderAnimationDuration == -1) {
460 if (opts.placeholderAnimationDuration == 0) {
463 pulseDuration = opts.placeholderAnimationDuration;
678 * {@link #progressBar}. Optionally set {@link #placeholderAnimationDuration}.
757 public int placeholderAnimationDuration = 0; field in class:ExtendedBitmapDrawable.ExtendedOptions
819 if (placeholderAnimationDuration < -1) {
822 + "placeholderAnimationDuration must be set correctly.");

Completed in 266 milliseconds