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
194
final List<String>
thirdPartyViews
= new ArrayList<String>();
226
thirdPartyViews
.add(fqn);
270
mThirdPartyViews =
thirdPartyViews
;
273
return Pair.of(customViews,
thirdPartyViews
);
351
void viewsUpdated(Collection<String> customViews, Collection<String>
thirdPartyViews
);
374
Collection<String>
thirdPartyViews
=
378
l.viewsUpdated(customViews,
thirdPartyViews
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java
131
List<String>
thirdPartyViews
= result.getSecond();
141
if (
thirdPartyViews
.size() > 0) {
142
for (String view :
thirdPartyViews
) {
WrapInWizard.java
181
List<String>
thirdPartyViews
= result.getSecond();
227
if (
thirdPartyViews
.size() > 0) {
228
for (String view :
thirdPartyViews
) {
Completed in 239 milliseconds