Searched refs:hasBitmap (Results 1 – 2 of 2) sorted by relevance
264 if (hasBitmap()) { in setBitmap()381 if (hasBitmap()) { in draw()409 protected boolean hasBitmap() { in hasBitmap() method in BasicBitmapDrawable418 if (hasBitmap()) { in onDrawBitmap()440 return (hasBitmap() && (mBitmap.bmp.hasAlpha() || mPaint.getAlpha() < 255)) ? in getOpacity()
7211 final boolean hasBitmap = n.extras.containsKey(Notification.EXTRA_PICTURE)7213 if (hasBitmap) {