Searched refs:thatLeash (Results 1 – 1 of 1) sorted by relevance
190 final SurfaceControl thatLeash = that.mLeash; in equals() local193 && ((mLeash == thatLeash) in equals()194 || (mLeash != null && thatLeash != null && mLeash.isSameSurface(thatLeash))) in equals()