OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomViewFinder
(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
60
* The {@link
CustomViewFinder
} can look up the custom views and third party views
64
public class
CustomViewFinder
{
67
* {@link
CustomViewFinder
} for this project
82
* Constructs an {@link
CustomViewFinder
} for the given project. Don't use this method;
85
* @param project project to create an {@link
CustomViewFinder
} for
87
private
CustomViewFinder
(IProject project) {
92
* Returns the {@link
CustomViewFinder
} for the given project
95
* @return a {@
CustomViewFinder
} for the given project, never null
97
public static
CustomViewFinder
get(IProject project) {
98
CustomViewFinder
finder = null
[
all
...]
PaletteControl.java
499
CustomViewFinder
finder =
CustomViewFinder
.get(mEditor.getProject());
548
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/refactoring/
ChangeViewWizard.java
25
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
CustomViewFinder
;
129
CustomViewFinder
.findViews(mProject, false);
WrapInWizard.java
28
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
CustomViewFinder
;
179
Pair<List<String>,List<String>> result =
CustomViewFinder
.findViews(project, true);
Completed in 422 milliseconds