Searched defs:placeholderHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java100 int placeholderHeight = mResources.getDimensionPixelSize(R.dimen.placeholder_size);
116 placeholderHeight = bounds.height();
118 placeholderHeight = placeholder.getIntrinsicHeight();
122 mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight,
453 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) {
454 super(placeholder, placeholderWidth, placeholderHeight, fadeOutDurationMs, opts);
452 Placeholder(Drawable placeholder, Resources res, int placeholderWidth, int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) argument

Completed in 58 milliseconds