/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | LayoutRenderer.java | 70 g.clipRect(insets.left, insets.top, in paintComponent() 71 getWidth() - insets.left - insets.right, in paintComponent() 83 int x = (getWidth() - insets.left - insets.right - root.width) / 2; in paintComponent() 85 g.translate(insets.left + x, insets.top + y); 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() 99 s.translate(p.left - p.scrollX, p.top - p.scrollY); in paintComponent() 103 s.drawImage(node.image, node.left, node.top, null); in paintComponent() 105 s.drawRect(node.left, node.top, node.width - 1, node.height - 1); in paintComponent() 109 g.translate(-insets.left - x, -insets.top - y); in paintComponent() [all …]
|
D | ScreenViewer.java | 252 private int left; field in ScreenViewer.LoupeViewer 280 g.translate(-left, -top); in paintComponent() 338 g.translate(left, top); in paintComponent() 342 int x = Math.max(0, Math.min((event.getX() + left) / zoom, image.getWidth() - 1)); in moveToPoint() 349 left = x * zoom - width / 2 + zoom / 2; in moveToPoint() 585 s.translate(p.left - p.scrollX, p.top - p.scrollY); in paintComponent() 588 s.drawRect(node.left, node.top, node.width - 1, node.height - 1); in paintComponent() 589 s.translate(node.left, node.top); in paintComponent() 640 int x = (width - insets.left - insets.right) / 2; in paint() 643 g.drawLine(insets.left + x, insets.top, insets.left + x, height - insets.bottom); in paint() [all …]
|
/sdk/templates/docs/ |
D | default.css | 68 left: 0; 86 padding-left: 16px; 105 margin-left: 16px; 118 left: -32px; 176 border-left: 4px solid #09c; 177 padding-left: 16px; 191 margin-left: 32px; 197 margin-left: 32px; 201 margin-left: 16px; 205 float: left; [all …]
|
D | cssreset-min.css | 7 …yle:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{f…
|
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/ |
D | Rect.java | 7 public int left; field in Rect 30 out.writeInt(left); in writeToParcel() 37 left = in.readInt(); in readFromParcel()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | PropertiesTableModel.java | 35 int x = node.left; in loadPrivateProperties() 39 x += p.left - p.scrollX; in loadPrivateProperties()
|
/sdk/hierarchyviewer/ |
D | README.txt | 2 The sources are left here just for reference. Please do not change them.
|
/sdk/emulator/skins/dynamic/ |
D | layout | 33 dpad-left { 71 soft-left {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 38 public int left; field in ViewNode 68 left = getInt("mLeft", 0); in decode()
|
/sdk/find_java/ |
D | find_java.bat | 18 rem is left unset if Java.exe was not found.
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
D | NotificationStudioActivity.java | 90 public void onLayoutChange(View v, int left, int top, int right, int bottom, in initPreviewScroller()
|