Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion8-expected-completion41.txt3 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
4 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
5 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
6 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
7 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
8 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
9 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
Dcompletion8-expected-completion43.txt3 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
4 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
5 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
6 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
7 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
8 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
9 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
Dcompletion8-expected-completion44.txt7 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
8 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
9 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
10 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
11 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
12 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
13 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
Dcompletion5-expected-completion40.txt147 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
148 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
149 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
150 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
151 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
152 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
153 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
Dcompletion1-expected-completion39.txt147 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie…
148 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
149 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
150 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
151 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
152 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
153 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
DCommandLineParser.java653 public Object process(Arg arg, String extra) { in process() argument
667 public Object process(Arg arg, String extra) { in process() argument
669 arg.setCurrentValue(Integer.parseInt(extra)); in process()
672 return String.format("Failed to parse '%1$s' as an integer: %2$s", extra, in process()
685 public Object process(Arg arg, String extra) { in process() argument
689 if (value.equals(extra)) { in process()
690 arg.setCurrentValue(extra); in process()
700 return String.format("'%1$s' is not one of %2$s", extra, desc.toString()); in process()
711 public Object process(Arg arg, String extra) { in process() argument
712 arg.setCurrentValue(extra); in process()
[all …]
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/
DGetterTest.java.txt37 // NOT a plain getter (has extra argument)
42 // NOT a plain getter (has extra argument)
/sdk/ninepatch/src/com/android/ninepatch/
DNinePatchChunk.java158 float extra = r.width / data.mHorizontalPatchesSum; in draw() local
159 int width = (int) (extra * hRemainder / hWeightSum); in draw()
160 hWeightSum -= extra; in draw()
177 float extra = r.width / data.mHorizontalPatchesSum; in draw() local
178 int width = (int) (extra * hRemainder / hWeightSum); in draw()
179 hWeightSum -= extra; in draw()
/sdk/monkeyrunner/jython/test/
DMonkeyRunner_test.py41 MonkeyRunner.waitForConnection(timeout=2, deviceId='foo', extra='fail')
/sdk/chimpchat/src/com/android/chimpchat/
DChimpManager.java427 String extra = parseResponseForExtra(response); in getRootView() local
428 List<String> ids = Arrays.asList(extra.split(" ")); in getRootView()
430 throw new ChimpException(extra); in getRootView()
/sdk/attribute_stats/
DREADME.txt6 extra-view-metadata.xml file (which drives the common attributes
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateManager.java163 for (File extra : getExtraTemplateRootFolders()) { in getTemplates()
164 File[] files = new File(extra, folder).listFiles(); in getTemplates()
/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/
DREADME_WINDOWS.txt27 - Suggested extra packages: emacs, wget, openssh, rsync
/sdk/templates/activities/SettingsActivity/root/src/app_package/
DSettingsActivity.java.ftl135 * Helper method to determine if the device has an extra-large screen. For
136 * example, 10" tablets are extra-large.
147 * doesn't have an extra-large screen. In these cases, a single-pane
/sdk/draw9patch/src/com/android/draw9patch/ui/
DImageEditorPanel.java587 float extra = r.width / horizontalPatchesSum; in paintComponent() local
588 int width = (int) (extra * hRemainder / hWeightSum); in paintComponent()
589 hWeightSum -= extra; in paintComponent()
606 float extra = r.width / horizontalPatchesSum; in paintComponent() local
607 int width = (int) (extra * hRemainder / hWeightSum); in paintComponent()
608 hWeightSum -= extra; in paintComponent()
/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/docs/
Dhowto_SDK_git_cygwin.txt59 for a list of extra required packages.
Dhowto_build_SDK.txt129 Under Ubuntu, you will need the following extra packages:
175 - Suggested extra packages: diffutils, emacs, openssh, rsync, vim, wget.
/sdk/templates/activities/LoginActivity/root/src/app_package/
DLoginActivity.java.ftl39 public static final String EXTRA_EMAIL = "com.example.android.authenticatordemo.extra.EMAIL";