Searched refs:otherBitmap (Results 1 – 1 of 1) sorted by relevance
148 Bitmap otherBitmap = other.getBitmapToFlag(context); in equals() local149 if ((myBitmap != null) || (otherBitmap != null)) { in equals()150 return Objects.equals(myBitmap, otherBitmap); in equals()