Searched refs:configuredGraphics (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 613 Graphics2D configuredGraphics = createCustomGraphics(originalGraphics, paint, in drawInLayer() local 615 drawOnGraphics(configuredGraphics, drawable, paint, layer); in drawInLayer() 644 Graphics2D configuredGraphics = createCustomGraphics(originalGraphics, paint, in drawInLayer() local 646 configuredGraphics.setTransform(new AffineTransform()); in drawInLayer() 662 configuredGraphics.drawImage(image, 0, 0, null); in drawInLayer() 668 configuredGraphics.dispose(); in drawInLayer()
|