OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delegateGetAdapter
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java
184
public Object
delegateGetAdapter
(Class<?> adapter) {
CommonXmlEditor.java
347
Object value = mDelegate.
delegateGetAdapter
(adapter);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
144
* outline rather than the multi-outline. See the {@link #
delegateGetAdapter
}
529
public Object
delegateGetAdapter
(Class<?> adapter) {
608
return super.
delegateGetAdapter
(adapter);
[
all
...]
Completed in 54 milliseconds