Searched refs:layouts (Results 1 – 11 of 11) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion9-expected-completion64.txt | 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your applic… 65 <include /> : Lets you statically include XML layouts inside other XML layouts. 66 <merge ></merge> : A root tag useful for XML layouts inflated using a ViewStub.
|
D | completion1-expected-completion11.txt | 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your applic… 65 <include /> : Lets you statically include XML layouts inside other XML layouts.
|
D | completion1-expected-completion12.txt | 58 <ViewStub /> : A android.view.ViewStub lets you lazily include other XML layouts inside your applic… 65 <include /> : Lets you statically include XML layouts inside other XML layouts.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | FragmentMenu.java | 119 List<Pair<String, String>> layouts = new ArrayList<Pair<String, String>>(); in addMenuItems() local 122 layouts.add(Pair.of("list_content", //$NON-NLS-1$ in addMenuItems() 152 layouts.add(Pair.of(title, layout)); in addMenuItems() 160 if (layouts.size() > 0) { in addMenuItems() 162 for (Pair<String, String> layout : layouts) { in addMenuItems()
|
D | IncludeFinder.java | 421 Collection<ResourceItem> layouts = resources.getResourceItemsOfType(LAYOUT); in scanProject() local 422 for (ResourceItem layout : layouts) { in scanProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractIncludeRefactoring.java | 252 List<IFile> layouts = getOtherLayouts(sourceFile); in computeChanges() local 253 for (IFile file : layouts) { in computeChanges() 401 List<IFile> layouts = new ArrayList<IFile>(100); in getOtherLayouts() local 413 layouts.add((IFile) file); in getOtherLayouts() 423 return layouts; in getOtherLayouts()
|
/sdk/emulator/skins/dynamic/ |
D | layout | 1 # This layout file only defines all the parts. The layouts section
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
D | LayoutDescriptors.java | 130 public synchronized void updateDescriptors(ViewClassInfo[] views, ViewClassInfo[] layouts, in updateDescriptors() argument 152 if (layouts != null) { in updateDescriptors() 153 for (ViewClassInfo info : layouts) { in updateDescriptors()
|
/sdk/eclipse/ |
D | changes.txt | 165 * The layout editor no longer assigns default ids to layouts, includes 167 unused resources since layouts aren't usually manipulated via code, 186 problems such as missing translations, duplicate ids between layouts 201 longer run when strings are edited, or when layouts are edited 268 - Resize support in most layouts. In LinearLayout, sizes are mapped 288 - The new "Change Layout" refactoring changes layouts from one type 291 in other layouts and offers to combine all into a single include. 302 and you can also pick the header and footer layouts. 312 or in included libraries, and these can be dragged into layouts. 318 ensure that large layouts are always fully visible unless you [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
D | ApiDemosRenderingTest.java | 245 File[] layouts = layoutFolder.listFiles(); in testSample() local 246 for (File layout : layouts) { in testSample()
|
/sdk/ |
D | changes.txt | 73 with the view type declared in XML layouts. 99 there (such as in layouts). This can identify accidentally 107 problems such as missing translations, duplicate ids between layouts
|