HomeSort by relevance Sort by last modified time
    Searched defs:IncludeFinder (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 32 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder;
272 IncludeFinder.start();
295 IncludeFinder.stop();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 75 public class IncludeFinder {
82 * {@link IncludeFinder} for this project
85 "includefinder"); //$NON-NLS-1$
106 * Constructs an {@link IncludeFinder} for the given project. Don't use this method;
109 * @param project project to create an {@link IncludeFinder} for
111 private IncludeFinder(IProject project) {
116 * Returns the {@link IncludeFinder} for the given project
119 * @return an {@IncludeFinder} for the given project, never null
121 public static IncludeFinder get(IProject project) {
122 IncludeFinder finder = null
    [all...]

Completed in 3177 milliseconds