Searched refs:otherImage (Results 1 – 2 of 2) sorted by relevance
121 ImageProxy otherImage = (ImageProxy) other; in equals() local122 return otherImage.getFormat() == getFormat() && in equals()123 otherImage.getWidth() == getWidth() && in equals()124 otherImage.getHeight() == getHeight() && in equals()125 otherImage.getTimestamp() == getTimestamp(); in equals()
223 ImageProxy otherImage = (ImageProxy) other; in equals() local224 return otherImage.getFormat() == getFormat() && in equals()225 otherImage.getWidth() == getWidth() && in equals()226 otherImage.getHeight() == getHeight() && in equals()227 otherImage.getTimestamp() == getTimestamp(); in equals()