Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 58) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion2-expected-completion13c.txt1 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 …]
Dcompletion2-expected-applyCompletion13c.diff1 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>
Dcompletion2-expected-applyCompletion13b.diff1 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>
Dcompletion2-expected-applyCompletion13a.diff1 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>
Dcompletion1-expected-applyCompletion7a.diff1 Code completion in completion1.xml for android:gravity="l^eft|bottom" selecting left:
3 - android:gravity="l^eft|bottom"
Dcompletion1-expected-applyCompletion7b.diff1 Code completion in completion1.xml for android:gravity="left|b^ottom" selecting bottom:
4 + android:gravity="left|bottom^"
Dcompletion2-expected-completion13a.txt1 Code completion in completion2.xml for gravity="left|bottom|^cen:
3 bottom
Dcompletion8-expected-completion43.txt2 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]
Dcompletion8-expected-completion41.txt2 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]
Dcompletion8-expected-completion44.txt6 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]
Dcompletion1-expected-completion7a.txt1 Code completion in completion1.xml for android:gravity="l^eft|bottom":
Dcompletion1-expected-completion7b.txt2 bottom
Dcompletion2-expected-completion13b.txt1 Code completion in completion2.xml for gravity="left|bottom|cen^:
Dcompletionvalues1-expected-completion28.txt3 bottom
Dcompletionvalues1-expected-completion27.txt3 bottom
Ddrawable1-expected-completion49.txt5 android:bottom : Bottom coordinate of the layer. [dimension]
Dcompletion12-expected-completion75.txt13 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/
DMainFrame.java47 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()
DStatusPanel.java107 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/
Ddefault.css43 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/
DRect.java10 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/
DSelectionHandles.java87 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/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar),
50 (left, right, bottom, top, zNear, zFar))
53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar),
54 (left, right, bottom, top, zNear, zFar))
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DLayoutRenderer.java72 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/
DNotificationStudioActivity.java90 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()

123