Searched refs:thirdPartyViews (Results 1 – 4 of 4) sorted by relevance
196 final Set<String> thirdPartyViews = new HashSet<String>(); in findViews() local228 thirdPartyViews.add(fqn); in findViews()271 List<String> thirdParty = new ArrayList<String>(thirdPartyViews); in findViews()357 void viewsUpdated(Collection<String> customViews, Collection<String> thirdPartyViews); in viewsUpdated() argument381 Collection<String> thirdPartyViews = in run()385 l.viewsUpdated(customViews, thirdPartyViews); in run()
1260 Collection<String> thirdPartyViews) { in viewsUpdated() argument
132 List<String> thirdPartyViews = result.getSecond(); in getWidgetTypes() local142 if (thirdPartyViews.size() > 0) { in getWidgetTypes()143 for (String view : thirdPartyViews) { in getWidgetTypes()
182 List<String> thirdPartyViews = result.getSecond(); in addLayouts() local228 if (thirdPartyViews.size() > 0) { in addLayouts()229 for (String view : thirdPartyViews) { in addLayouts()