Home
last modified time | relevance | path

Searched defs:placeholderWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java99 int placeholderWidth = mResources.getDimensionPixelSize(R.dimen.placeholder_size); in onOptsChanged() local
452 public Placeholder(Drawable placeholder, Resources res, int placeholderWidth, in Placeholder()