Searched refs:TYPE_BITMAP (Results 1 – 3 of 3) sorted by relevance
62 public static final int TYPE_BITMAP = 1; field in Icon114 if (mType != TYPE_BITMAP) { in getBitmap()219 case TYPE_BITMAP: return "BITMAP"; in typeToString()283 case TYPE_BITMAP: in loadDrawableInner()385 if (mType == TYPE_BITMAP && getBitmap().isMutable()) { in convertToAshmem()403 case TYPE_BITMAP: in writeToStream()437 case TYPE_BITMAP: in createFromStream()509 final Icon rep = new Icon(TYPE_BITMAP); in createWithBitmap()612 case TYPE_BITMAP: in toString()651 return (mType == TYPE_BITMAP || mType == TYPE_DATA) in describeContents()[all …]
138 case Icon.TYPE_BITMAP: in isGrayscaleIcon()
3330 if (mLargeIcon != null && mLargeIcon.getType() == Icon.TYPE_BITMAP) { in buildUnstyled()