OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initializeNew
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java
83
public void
initializeNew
(SimpleElement element) {
84
initializeNew
(element, null);
92
public void
initializeNew
(Element element) {
93
initializeNew
(null, element);
96
private void
initializeNew
(SimpleElement simpleElement, Element domElement) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java
783
pm.
initializeNew
(se);
[
all
...]
Completed in 65 milliseconds