Searched refs:mProgressDelayMs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java70 private int mProgressDelayMs; field in class:ExtendedBitmapDrawable
95 mProgressDelayMs = mResources.getInteger(R.integer.bitmap_progress_animation_delay);
343 mHandler.postDelayed(this, mProgressDelayMs);

Completed in 61 milliseconds