/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion2-expected-completion13c.txt | 1 Code completion in completion2.xml for gravity="left|bottom^|cen: 2 bottom 3 bottom|top 4 bottom|right 5 bottom|center_vertical 6 bottom|fill_vertical 7 bottom|center_horizontal 8 bottom|fill_horizontal 9 bottom|center 10 bottom|fill [all …]
|
D | completion2-expected-applyCompletion13c.diff | 1 Code completion in completion2.xml for gravity="left|bottom^|cen selecting bottom|fill_horizontal: 3 - <TextView android:gravity="left|bottom^|cen"></TextView> 4 + <TextView android:gravity="left|bottom|fill_horizontal^"></TextView>
|
D | completion2-expected-applyCompletion13b.diff | 1 Code completion in completion2.xml for gravity="left|bottom|cen^ selecting center_horizontal: 3 - <TextView android:gravity="left|bottom|cen^"></TextView> 4 + <TextView android:gravity="left|bottom|center_horizontal^"></TextView>
|
D | completion2-expected-applyCompletion13a.diff | 1 Code completion in completion2.xml for gravity="left|bottom|^cen selecting fill_vertical: 3 - <TextView android:gravity="left|bottom|^cen"></TextView> 4 + <TextView android:gravity="left|bottom|fill_vertical^"></TextView>
|
D | completion1-expected-applyCompletion7a.diff | 1 Code completion in completion1.xml for android:gravity="l^eft|bottom" selecting left: 3 - android:gravity="l^eft|bottom"
|
D | completion1-expected-applyCompletion7b.diff | 1 Code completion in completion1.xml for android:gravity="left|b^ottom" selecting bottom: 4 + android:gravity="left|bottom^"
|
D | completion2-expected-completion13a.txt | 1 Code completion in completion2.xml for gravity="left|bottom|^cen: 3 bottom
|
D | completion8-expected-completion43.txt | 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
|
D | completion8-expected-completion41.txt | 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
|
D | completion8-expected-completion44.txt | 6 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 10 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
|
D | completion1-expected-completion7b.txt | 2 bottom
|
D | completion1-expected-completion7a.txt | 1 Code completion in completion1.xml for android:gravity="l^eft|bottom":
|
D | completion2-expected-completion13b.txt | 1 Code completion in completion2.xml for gravity="left|bottom|cen^:
|
D | completionvalues1-expected-completion28.txt | 3 bottom
|
D | completionvalues1-expected-completion27.txt | 3 bottom
|
D | drawable1-expected-completion49.txt | 5 android:bottom : Bottom coordinate of the layer. [dimension]
|
D | completion12-expected-completion75.txt | 13 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension] 73 android:layout_above : Positions the bottom edge of this view above the given anchor view ID. [re… 79 android:layout_alignBottom : Makes the bottom edge of this view match the bottom edge of the given… 83 android:layout_alignParentBottom : If true, makes the bottom edge of this view match the bottom ed… 90 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 94 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | MainFrame.java | 47 FormData bottom = new FormData(); in MainFrame() local 48 bottom.bottom = new FormAttachment(100, 0); in MainFrame() 49 bottom.left = new FormAttachment(0, 0); in MainFrame() 50 bottom.right = new FormAttachment(100, 0); in MainFrame() 51 mStatusPanel.setLayoutData(bottom); in MainFrame() 62 top.bottom = new FormAttachment(mStatusPanel); in MainFrame()
|
D | StatusPanel.java | 107 innerForm.bottom = new FormAttachment(100, -PADDING_BOTTOM); in StatusPanel() 122 checkPanelForm.bottom = new FormAttachment(100, -PADDING_BOTTOM); in StatusPanel() 133 hintForm.bottom = new FormAttachment(100, -PADDING_BOTTOM); in StatusPanel() 166 bottomRight.bottom = new FormAttachment(100, 0); in buildPosition() 171 aboveYPosLabel.bottom = new FormAttachment(mYPosLabel); in buildPosition()
|
/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 …]
|
/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SelectionHandles.java | 87 boolean bottom = resizability.bottomAllowed(); in createHandles() 100 y2 -= insets.bottom; in createHandles() 111 if (bottom) { in createHandles() 120 if (bottom) { in createHandles() 127 if (bottom) { in createHandles()
|
/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()
|
/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/eclipse/sites/external/web/ |
D | site.css | 2 td.spacer {padding-bottom: 10px; padding-top: 10px;}
|