Searched refs:zoom (Results 1 – 8 of 8) sorted by relevance
/sdk/eclipse/scripts/ |
D | gen_icon.py | 39 zoom = 4 40 rmin = -zoom/2 41 rmax = zoom/2 42 if zoom > 1: 43 r = range(-zoom/2, zoom/2+1) 47 sz4 = sz * zoom 52 draw.ellipse((0, 0, sz4-zoom, sz4-zoom), 55 draw.ellipse((i, i, sz4-i-zoom, sz4-i-zoom),
|
/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | ImageEditorPanel.java | 64 public void zoomChanged(int zoom) { in zoomChanged() argument 65 mImageViewer.setZoom(zoom); in zoomChanged()
|
D | ImageViewer.java | 201 void setZoom(int zoom) { in setZoom() argument 202 mZoom = zoom; in setZoom()
|
D | StatusPanel.java | 325 public void zoomChanged(int zoom); in zoomChanged() argument
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutCanvas.java | 276 String zoom = AdtPlugin.getFileProperty(file, NAME_ZOOM); in LayoutCanvas() local 277 if (zoom != null) { in LayoutCanvas() 279 double initialScale = Double.parseDouble(zoom); in LayoutCanvas()
|
/sdk/eclipse/ |
D | changes.txt | 316 - The layout editor automatically applies a "zoom to fit" for newly 319 manually zoom in. 352 - TraceView: Mouse-wheel zoom support in the timeline 443 - New zoom controls.
|
/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
|