OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomViewFinder
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java
62
* The {@link
CustomViewFinder
} can look up the custom views and third party views
66
public class
CustomViewFinder
{
69
* {@link
CustomViewFinder
} for this project
84
* Constructs an {@link
CustomViewFinder
} for the given project. Don't use this method;
87
* @param project project to create an {@link
CustomViewFinder
} for
89
private
CustomViewFinder
(IProject project) {
94
* Returns the {@link
CustomViewFinder
} for the given project
97
* @return a {@
CustomViewFinder
} for the given project, never null
99
public static
CustomViewFinder
get(IProject project) {
100
CustomViewFinder
finder = null
[
all
...]
PaletteControl.java
514
CustomViewFinder
finder =
CustomViewFinder
.get(mEditor.getProject());
563
final
CustomViewFinder
finder =
CustomViewFinder
.get(mEditor.getProject());
[
all
...]
GraphicalEditorPart.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java
37
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
CustomViewFinder
;
132
CustomViewFinder
finder =
CustomViewFinder
.get(project);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java
25
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
CustomViewFinder
;
130
CustomViewFinder
.findViews(mProject, false);
WrapInWizard.java
28
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
CustomViewFinder
;
180
Pair<List<String>,List<String>> result =
CustomViewFinder
.findViews(project, true);
Completed in 2641 milliseconds