/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | LayoutRenderer.java | 70 g.clipRect(insets.left, insets.top, in paintComponent() 72 getHeight() - insets.top - insets.bottom); in paintComponent() 84 int y = (getHeight() - insets.top - insets.bottom - root.height) / 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 | 253 private int top; field in ScreenViewer.LoupeViewer 280 g.translate(-left, -top); in paintComponent() 338 g.translate(left, top); in paintComponent() 343 int y = Math.max(0, Math.min((event.getY() + top) / zoom, image.getHeight() - 1)); in moveToPoint() 350 top = y * zoom - height / 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() 641 int y = (height - insets.top - insets.bottom) / 2; in paint() 643 g.drawLine(insets.left + x, insets.top, insets.left + x, height - insets.bottom); in paint() [all …]
|
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/ |
D | Rect.java | 8 public int top; field in Rect 31 out.writeInt(top); in writeToParcel() 38 top = in.readInt(); in readFromParcel()
|
/sdk/templates/docs/ |
D | default.css | 69 top: 0; 78 border-top: 2px solid #eee; 87 padding-top: 4px; 146 margin-top: 64px; 148 border-top: 2px solid #eee; 149 padding-top: 48px; 157 padding-top: 48px; 158 margin-top: -16px; 181 margin-top: -16px; 207 vertical-align: top; [all …]
|
D | default.js | 94 top: $(this).offset().top property 103 if (scrollTop >= headerPositionCache[i].top) { 123 $('body').animate({ scrollTop: $target.offset().top }, 200, 'swing', function() {
|
D | cssreset-min.css | 7 …ntent:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:…
|
D | jquery-1.8.0.min.js | 2 …!==1,a.getComputedStyle&&(b.pixelPosition=(a.getComputedStyle(d,null)||{}).top!=="1%",b.boxSizingR… property
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | PropertiesTableModel.java | 36 int y = node.top; in loadPrivateProperties() 40 y += p.top - p.scrollY; in loadPrivateProperties()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 39 public int top; field in ViewNode 69 top = getInt("mTop", 0); in decode()
|
/sdk/ |
D | README.txt | 77 the top dir. Your changes will NOT be included in the resulting SDK. 83 It's fairly simple. Go back to the top dir on your Android tree and run:
|
/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()
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 131 To iterate through all regions, we need to process the list of top-level regions and then
|
D | howto_build_SDK.txt | 115 SDK is build on top of a Linux SDK where a few binaries are replaced. So it
|
D | howto_use_cupcake_sdk.txt | 97 the top right and restart eclipse as needed.
|