OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thirdPartyViews
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java
196
final Set<String>
thirdPartyViews
= new HashSet<String>();
228
thirdPartyViews
.add(fqn);
271
List<String> thirdParty = new ArrayList<String>(
thirdPartyViews
);
357
void viewsUpdated(Collection<String> customViews, Collection<String>
thirdPartyViews
);
381
Collection<String>
thirdPartyViews
=
385
l.viewsUpdated(customViews,
thirdPartyViews
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java
132
List<String>
thirdPartyViews
= result.getSecond();
142
if (
thirdPartyViews
.size() > 0) {
143
for (String view :
thirdPartyViews
) {
WrapInWizard.java
182
List<String>
thirdPartyViews
= result.getSecond();
228
if (
thirdPartyViews
.size() > 0) {
229
for (String view :
thirdPartyViews
) {
Completed in 143 milliseconds