Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
DForwardingImageProxy.java121 ImageProxy otherImage = (ImageProxy) other; in equals() local
122 return otherImage.getFormat() == getFormat() && in equals()
123 otherImage.getWidth() == getWidth() && in equals()
124 otherImage.getHeight() == getHeight() && in equals()
125 otherImage.getTimestamp() == getTimestamp(); in equals()
DAndroidImageProxy.java223 ImageProxy otherImage = (ImageProxy) other; in equals() local
224 return otherImage.getFormat() == getFormat() && in equals()
225 otherImage.getWidth() == getWidth() && in equals()
226 otherImage.getHeight() == getHeight() && in equals()
227 otherImage.getTimestamp() == getTimestamp(); in equals()