Home
last modified time | relevance | path

Searched refs:width (Results 1 – 13 of 13) sorted by relevance

/sdk/emulator/skins/dynamic/
Dlayout9 width 320
19 width 110
54 width 111
62 width 212
92 width 212
100 width 195
108 width 174
116 width 159
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/
DUnifiedContentBorder.java28 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder() argument
30 g.drawLine(x, y, x + width, y); in paintBorder()
32 g.drawLine(x, y + height - 2, x + width, y + height - 2); in paintBorder()
34 g.drawLine(x, y + height - 1, x + width, y + height - 1); in paintBorder()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java39 d.width += node.marginLeft + node.marginRight; in getPreferredSize()
54 int width = icon.getIconWidth(); in paintComponent() local
57 int x = (getWidth() - width) / 2; in paintComponent()
69 width - node.paddingRight - node.paddingLeft, in paintComponent()
74 g.drawLine(0, node.baseline, width, node.baseline); in paintComponent()
80 node.marginLeft + width + node.marginRight, in paintComponent()
DLayoutRenderer.java83 int x = (getWidth() - insets.left - insets.right - root.width) / 2; in paintComponent()
88 g.drawRect(root.left, root.top, root.width - 1, root.height - 1); in paintComponent()
89 g.clipRect(root.left - 1, root.top - 1, root.width + 1, root.height + 1); in paintComponent()
105 s.drawRect(node.left, node.top, node.width - 1, node.height - 1); in paintComponent()
116 g.drawRect(node.left, node.top, node.width - 1, node.height - 1); in drawChildren()
146 int xoffset = (getWidth() - insets.left - insets.right - root.width) / 2 + insets.left + 1; in selectChild()
162 if (node.left <= x && x < node.left + node.width && in findChild()
164 if (node.width <= hit.width && node.height <= hit.height) { in findChild()
DScreenViewer.java249 private int width; field in ScreenViewer.LoupeViewer
295 int width = getWidth(); in paintComponent() local
299 if (width != this.width || height != this.height) { in paintComponent()
300 this.width = width; in paintComponent()
303 grid = new BufferedImage(width + zoom + 1, height + zoom + 1, in paintComponent()
318 width += zoom; in paintComponent()
321 for (int x = zoom; x <= width; x += zoom) { in paintComponent()
326 g2.drawLine(0, y, width, y); in paintComponent()
349 left = x * zoom - width / 2 + zoom / 2; in moveToPoint()
462 d.width = 60; in getPreferredSize()
[all …]
DWorkspace.java678 Dimension size = new Dimension(table.getPreferredScrollableViewportSize().width, height); in setVisibleRowCount()
741 buttonsPanel.getPreferredSize().width); in createGraph()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java45 public PsdFile(int width, int height) { in PsdFile() argument
46 mHeader = new Header(width, height); in PsdFile()
52 mMergedImage = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB); in PsdFile()
100 int width = image.getWidth(); in writeImage() local
103 final int length = width * height; in writeImage()
106 image.getData().getDataElements(0, 0, width, height, pixels); in writeImage()
152 Header(int width, int height) { in Header() argument
153 mWidth = width; in Header()
318 final int width = image.getWidth(); in Layer() local
319 final int length = width * height; in Layer()
[all …]
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DMultiTouchChannel.java67 public void setViewSize(int width, int height) { in setViewSize() argument
68 mViewSize.set(width, height); in setViewSize()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java59 int width = in.readInt(); in saveLayers() local
62 PsdFile psd = new PsdFile(width, height); in saveLayers()
DViewNode.java40 public int width; field in ViewNode
70 width = getInt("getWidth()", 0); in decode()
DViewHierarchyScene.java249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height); in paintBackground()
/sdk/templates/docs/
Ddefault.css71 width: 256px;
120 width: 24px;
208 width: 120px;
Djquery-1.8.0.min.js2width:0,height:0}));if(!bJ||!bI.createElement)bJ=(bI.contentWindow||bI.contentDocument).document,b… property