Searched refs:exclude (Results 1 – 13 of 13) sorted by relevance
/sdk/eclipse/monitor/ |
D | build.gradle | 56 // to exclude unnecessary content, we just remove these plugins from the final build. 77 exclude "**/$it" 85 exclude "**/$it" 93 exclude "**/$it" 101 exclude "**/$it" 109 exclude "**/$it"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeLayoutWizard.java | 116 Set<String> exclude = new HashSet<String>(); in createControl() local 117 exclude.add(VIEW_INCLUDE); in createControl() 118 exclude.add(VIEW_MERGE); in createControl() 119 exclude.add(VIEW_FRAGMENT); in createControl() 123 exclude.add(mOldType); in createControl() 125 mClassNames = WrapInWizard.addLayouts(mProject, mOldType, mTypeCombo, exclude, false); in createControl()
|
D | WrapInWizard.java | 103 Set<String> exclude = Collections.singleton(VIEW_INCLUDE); in createControl() local 104 mClassNames = addLayouts(mProject, mOldType, mTypeCombo, exclude, true); in createControl() 167 Set<String> exclude, boolean addGestureOverlay) { in addLayouts() argument 218 if (exclude == null || !exclude.contains(className)) { in addLayouts() 254 if (exclude == null || !exclude.contains(className)) { in addLayouts()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | AccordionControl.java | 264 scrollGridData.exclude = true; in AccordionControl() 321 return !((GridData) getContentArea(label).getLayoutData()).exclude; in isOpen() 332 boolean close = !scrollGridData.exclude; in toggle() 333 scrollGridData.exclude = close; in toggle() 337 if (!scrollGridData.exclude && scrolledComposite.getContent() == null) { in toggle()
|
D | LayoutActionBar.java | 106 lintData.exclude = true; in LayoutActionBar() 615 if (layoutData.exclude == hasLintWarnings) { in updateErrorIndicator() 616 layoutData.exclude = !hasLintWarnings; in updateErrorIndicator()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | AdtPrefs.java | 627 public void setSkipLibrariesFromLint(boolean exclude) { in setSkipLibrariesFromLint() argument 628 if (exclude != mSkipLibrariesFromLint) { in setSkipLibrariesFromLint() 629 mSkipLibrariesFromLint = exclude; in setSkipLibrariesFromLint() 631 if (exclude) { in setSkipLibrariesFromLint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | AddTranslationDialog.java | 160 gd_mFlag.exclude = true; in createDialogArea() 194 gd_mErrorLabel.exclude = true; in createDialogArea() 360 ((GridData) mFlag.getLayoutData()).exclude = true; in updateFlag() 365 ((GridData) mFlag.getLayoutData()).exclude = false; in updateFlag() 457 if (show == data.exclude) { in showError() 474 data.exclude = !show; in showError()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ThemeMenuAction.java | 270 private List<String> filterThemes(String include, String exclude) { in filterThemes() argument 273 if (theme.startsWith(include) && (exclude == null || !theme.startsWith(exclude))) { in filterThemes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | NewItemSelectionDialog.java | 289 data.exclude = true; in createDialogArea()
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 155 - getTextLength() and getTextEnd() exclude some typical trailing whitespace.
|
D | howto_SDK_git_cygwin.txt | 146 # create a local_manifest to exclude projects that cause problems under Windows
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | ConfigureAssetSetPage.java | 451 gridData.exclude = !show; in showControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion32.txt | 41 … : Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area.…
|