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/ |
D | completion8-expected-completion43.txt | 2 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]
|
D | completion8-expected-completion41.txt | 2 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]
|
D | completion8-expected-completion44.txt | 6 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]
|
D | completion12-expected-completion75.txt | 90 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]
|
D | completion5-expected-completion40.txt | 150 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]
|
D | completion1-expected-completion39.txt | 150 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/ |
D | README.txt | 6 extra-view-metadata.xml file (which drives the common attributes
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Channel.java | 769 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/ |
D | TemplateManager.java | 168 for (File extra : getExtraTemplateRootFolders()) { in getTemplates() 169 File[] files = new File(extra, folder).listFiles(); in getTemplates()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | README.txt | 69 fail when run as "JUnit Plugin Tests", due to the extra constraints imposed by
|
/sdk/ |
D | README.txt | 53 you need an extra step.
|
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 59 for a list of extra required packages.
|
D | howto_build_SDK.txt | 130 Under Ubuntu, you will need the following extra packages:
|