Searched refs:widthAndHeight (Results 1 – 1 of 1) sorted by relevance
80 Point widthAndHeight = widthAndHeightMap.get(name); in create() local81 if (widthAndHeight == null) { in create()82 widthAndHeight = new Point(100, 100); in create()85 shadowBitmap.setWidth(widthAndHeight.x); in create()86 shadowBitmap.setHeight(widthAndHeight.y); in create()87 options.outWidth = widthAndHeight.x; in create()88 options.outHeight = widthAndHeight.y; in create()