Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 13 of 13) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion8-expected-completion43.txt2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end 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…
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end 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…
7 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
8 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
9 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
10 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
11 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
12 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
Dcompletion12-expected-completion75.txt90 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
91 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
92 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
93 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
94 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
95 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
96 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
Dcompletion5-expected-completion40.txt150 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
151 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
152 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
153 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
154 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
155 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
156 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
Dcompletion1-expected-completion39.txt150 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
151 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
152 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
153 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
154 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
155 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
156 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
/sdk/attribute_stats/
DREADME.txt6 extra-view-metadata.xml file (which drives the common attributes
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DChannel.java769 public ByteBuffer ExpandIf(ByteBuffer buff, int extra) { in ExpandIf() argument
770 if (extra <= buff.remaining()) { in ExpandIf()
773 ByteBuffer ret = ByteBuffer.allocate(buff.position() + extra); in ExpandIf()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateManager.java168 for (File extra : getExtraTemplateRootFolders()) { in getTemplates()
169 File[] files = new File(extra, folder).listFiles(); in getTemplates()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DREADME.txt69 fail when run as "JUnit Plugin Tests", due to the extra constraints imposed by
/sdk/
DREADME.txt53 you need an extra step.
/sdk/docs/
Dhowto_SDK_git_cygwin.txt59 for a list of extra required packages.
Dhowto_build_SDK.txt130 Under Ubuntu, you will need the following extra packages: