Home
last modified time | relevance | path

Searched refs:top (Results 1 – 14 of 14) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DLayoutRenderer.java70 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 …]
DScreenViewer.java253 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/
DRect.java8 public int top; field in Rect
31 out.writeInt(top); in writeToParcel()
38 top = in.readInt(); in readFromParcel()
/sdk/templates/docs/
Ddefault.css69 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 …]
Ddefault.js94 top: $(this).offset().top property
103 if (scrollTop >= headerPositionCache[i].top) {
123 $('body').animate({ scrollTop: $target.offset().top }, 200, 'swing', function() {
Dcssreset-min.css7 …ntent:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:…
Djquery-1.8.0.min.js2 …!==1,a.getComputedStyle&&(b.pixelPosition=(a.getComputedStyle(d,null)||{}).top!=="1%",b.boxSizingR… property
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java36 int y = node.top; in loadPrivateProperties()
40 y += p.top - p.scrollY; in loadPrivateProperties()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java39 public int top; field in ViewNode
69 top = getInt("mTop", 0); in decode()
/sdk/
DREADME.txt77 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/
DNotificationStudioActivity.java90 public void onLayoutChange(View v, int left, int top, int right, int bottom, in initPreviewScroller()
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt131 To iterate through all regions, we need to process the list of top-level regions and then
Dhowto_build_SDK.txt115 SDK is build on top of a Linux SDK where a few binaries are replaced. So it
Dhowto_use_cupcake_sdk.txt97 the top right and restart eclipse as needed.