Searched refs:zoom (Results 1 – 2 of 2) sorted by relevance
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | ScreenViewer.java | 68 private int zoom = 8; field in ScreenViewer 161 zoom = ((JSlider) event.getSource()).getValue(); in buildViewerAndControls() 286 g2.scale(zoom, zoom); in paintComponent() 303 grid = new BufferedImage(width + zoom + 1, height + zoom + 1, in paintComponent() 318 width += zoom; in paintComponent() 319 height += zoom; in paintComponent() 321 for (int x = zoom; x <= width; x += zoom) { in paintComponent() 325 for (int y = 0; y <= height; y += zoom) { in paintComponent() 334 g.clipRect(0, 0, image.getWidth() * zoom + 1, image.getHeight() * zoom + 1); in paintComponent() 335 g.drawImage(grid, clip.x - clip.x % zoom, clip.y - clip.y % zoom, null); in paintComponent() [all …]
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …zoom=1)),c.overflow&&(m.overflow="hidden",p.support.shrinkWrapBlocks||l.done(function(){m.overflow… property
|