Searched refs:mode2 (Results 1 – 1 of 1) sorted by relevance
451 private boolean hasSameResolution(Display.Mode mode1, Display.Mode mode2) { in hasSameResolution() argument452 return mode1.getPhysicalHeight() == mode2.getPhysicalHeight() in hasSameResolution()453 && mode1.getPhysicalWidth() == mode2.getPhysicalWidth(); in hasSameResolution()