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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java68 private Placeholder mPlaceholder; field in class:ExtendedBitmapDrawable
122 mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight,
124 mPlaceholder.setCallback(this);
125 mPlaceholder.setBounds(getBounds());
283 if (mPlaceholder != null) onDrawPlaceholderOrProgress(canvas, mPlaceholder);
304 if (mPlaceholder != null) mPlaceholder.setAlpha(alpha);
314 if (mPlaceholder != null) mPlaceholder
[all...]

Completed in 68 milliseconds