Searched refs:bottom (Results 1 – 7 of 7) sorted by relevance
/sdk/templates/docs/ |
D | default.css | 43 border-bottom: 1px solid #33b5e5; 47 border-bottom: 2px solid #33b5e5; 72 bottom: 0; 79 border-bottom: 2px solid #eee; 88 padding-bottom: 4px; 119 bottom: 0; 139 margin-bottom: 6px; 147 margin-bottom: 12px; 156 margin-bottom: 12px; 168 margin-bottom: 16px; [all …]
|
D | cssreset-min.css | 7 …;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,sel…
|
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/ |
D | Rect.java | 10 public int bottom; field in Rect 33 out.writeInt(bottom); in writeToParcel() 40 bottom = in.readInt(); in readFromParcel()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | LayoutRenderer.java | 72 getHeight() - insets.top - insets.bottom); in paintComponent() 84 int y = (getHeight() - insets.top - insets.bottom - root.height) / 2; in paintComponent() 147 int yoffset = (getHeight() - insets.top - insets.bottom - root.height) / 2 + insets.top + 1; in selectChild()
|
D | ScreenViewer.java | 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() 652 getHeight() - insets.top - insets.bottom); in paintComponent()
|
/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() 93 if (oldBottom != bottom) { in initPreviewScroller() 95 final int y = bottom + margin; in initPreviewScroller()
|
/sdk/docs/ |
D | howto_use_cupcake_sdk.txt | 224 The bottom line is that you can create many emulator configurations, or "AVDs",
|