Searched defs:Size (Results 1 – 3 of 3) sorted by relevance
22 public class Size { class26 public Size(int width, int height) { in Size() method in Size
49 class Size(namedtuple('Size', ['width', 'height'])): class
1144 static private void appendFormatSize(StringBuilder b, int format, int Size) { in appendFormatSize()