Home
last modified time | relevance | path

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

/sdk/eclipse/monitor/
Dbuild.gradle56 // 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/
DChangeLayoutWizard.java116 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()
DWrapInWizard.java103 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/
DAccordionControl.java264 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()
DLayoutActionBar.java106 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/
DAdtPrefs.java627 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/
DAddTranslationDialog.java160 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/
DThemeMenuAction.java270 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/
DNewItemSelectionDialog.java289 data.exclude = true; in createDialogArea()
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt155 - getTextLength() and getTextEnd() exclude some typical trailing whitespace.
Dhowto_SDK_git_cygwin.txt146 # 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/
DConfigureAssetSetPage.java451 gridData.exclude = !show; in showControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt41 … : Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area.…