HomeSort by relevance Sort by last modified time
    Searched refs:customViews (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 193 final List<String> customViews = new ArrayList<String>();
238 customViews.add(fqn);
269 mCustomViews = customViews;
273 return Pair.of(customViews, thirdPartyViews);
351 void viewsUpdated(Collection<String> customViews, Collection<String> thirdPartyViews);
372 Collection<String> customViews =
378 l.viewsUpdated(customViews, thirdPartyViews);
GraphicalEditorPart.java     [all...]
PaletteControl.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 130 List<String> customViews = result.getFirst();
132 if (customViews.size() > 0) {
133 for (String view : customViews) {
WrapInWizard.java 180 List<String> customViews = result.getFirst();
182 if (customViews.size() > 0) {
183 for (String view : customViews) {

Completed in 72 milliseconds