Home
last modified time | relevance | path

Searched refs:findViews (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCustomViewFinder.java187 public static Pair<List<String>,List<String>> findViews( in findViews() method in CustomViewFinder
191 return finder.findViews(layoutsOnly); in findViews()
194 private Pair<List<String>,List<String>> findViews(final boolean layoutsOnly) { in findViews() method in CustomViewFinder
371 Pair<List<String>, List<String>> views = findViews(false); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewWizard.java130 CustomViewFinder.findViews(mProject, false); in getWidgetTypes()
DWrapInWizard.java180 Pair<List<String>,List<String>> result = CustomViewFinder.findViews(project, true); in addLayouts()