Searched refs:placeholderWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | ExtendedBitmapDrawable.java | 99 int placeholderWidth = mResources.getDimensionPixelSize(R.dimen.placeholder_size); in onOptsChanged() local 111 placeholderWidth = bounds.width(); in onOptsChanged() 113 placeholderWidth = placeholder.getIntrinsicWidth(); in onOptsChanged() 122 … mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight, in onOptsChanged() 452 public Placeholder(Drawable placeholder, Resources res, int placeholderWidth, in Placeholder() argument 454 super(placeholder, placeholderWidth, placeholderHeight, fadeOutDurationMs, opts); in Placeholder()
|