HomeSort by relevance Sort by last modified time
    Searched refs:thirdPartyViews (Results 1 - 4 of 4) 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);
PaletteControl.java     [all...]
  /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 280 milliseconds