Home
last modified time | relevance | path

Searched refs:hasBitmap (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java264 if (hasBitmap()) { in setBitmap()
381 if (hasBitmap()) { in draw()
409 protected boolean hasBitmap() { in hasBitmap() method in BasicBitmapDrawable
418 if (hasBitmap()) { in onDrawBitmap()
440 return (hasBitmap() && (mBitmap.bmp.hasAlpha() || mPaint.getAlpha() < 255)) ? in getOpacity()