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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java98 Drawable placeholder = null;
101 if (mOpts.placeholder != null) {
102 ConstantState constantState = mOpts.placeholder.getConstantState();
104 placeholder = constantState.newDrawable(mResources);
106 Rect bounds = mOpts.placeholder.getBounds();
109 } else if (placeholder.getIntrinsicWidth() != -1) {
110 placeholderWidth = placeholder.getIntrinsicWidth();
114 } else if (placeholder.getIntrinsicHeight() != -1) {
115 placeholderHeight = placeholder.getIntrinsicHeight();
120 mPlaceholder = new Placeholder(placeholder, mResource
434 Placeholder(Drawable placeholder, Resources res, int placeholderWidth, int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) argument
723 public Drawable placeholder; field in class:ExtendedBitmapDrawable.ExtendedOptions
753 ExtendedOptions(final int features, final Drawable placeholder, final Drawable progressBar) argument
[all...]

Completed in 106 milliseconds