Searched refs:otherInputConfig (Results 1 – 1 of 1) sorted by relevance
165 InputConfiguration otherInputConfig = (InputConfiguration) obj; in equals() local167 if (otherInputConfig.getWidth() == mWidth && in equals()168 otherInputConfig.getHeight() == mHeight && in equals()169 otherInputConfig.getFormat() == mFormat && in equals()170 otherInputConfig.isMultiResolution() == mIsMultiResolution) { in equals()