Searched refs:screenWidthAligned (Results 1 – 1 of 1) sorted by relevance
227 int screenWidthAligned = screenWidth; in getSupportedSize() local228 if (screenWidthAligned % vc.getWidthAlignment() != 0) { in getSupportedSize()229 screenWidthAligned -= (screenWidthAligned % vc.getWidthAlignment()); in getSupportedSize()236 if (width >= screenWidthAligned && height >= screenHeightAligned in getSupportedSize()237 && vc.isSizeSupported(screenWidthAligned, screenHeightAligned)) { in getSupportedSize()239 int maxRate = vc.getSupportedFrameRatesFor(screenWidthAligned, in getSupportedSize()246 return new int[]{screenWidthAligned, screenHeightAligned, refreshRate}; in getSupportedSize()