Searched refs:otherInputConfig (Results 1 – 1 of 1) sorted by relevance
98 InputConfiguration otherInputConfig = (InputConfiguration) obj; in equals() local100 if (otherInputConfig.getWidth() == mWidth && in equals()101 otherInputConfig.getHeight() == mHeight && in equals()102 otherInputConfig.getFormat() == mFormat) { in equals()