Searched refs:MAX_WIDTH (Results 1 – 4 of 4) sorted by relevance
75 private static final int MAX_WIDTH = 4096; field in OverlayDisplayAdapter174 if (width >= MIN_WIDTH && width <= MAX_WIDTH in updateOverlayDisplayDevicesLocked()
286 final int MAX_WIDTH = 1280; in getBestSize() local299 if (candidateSize.getWidth() > MAX_WIDTH) continue; in getBestSize()
311 final int MAX_WIDTH = 640; in getBestSize() local323 if (candidateSize.getWidth() <= MAX_WIDTH) { in getBestSize()
789 proto.write(WidgetProto.MAX_WIDTH, in dumpProtoWidget()