OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProjectCallback
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java
35
import com.android.ide.eclipse.adt.internal.editors.layout.
ProjectCallback
;
391
String listFqcn =
ProjectCallback
.getListAdapterViewFqcn(viewObject.getClass());
RenderService.java
42
import com.android.ide.eclipse.adt.internal.editors.layout.
ProjectCallback
;
86
private final
ProjectCallback
mProjectCallback;
GraphicalEditorPart.java
71
import com.android.ide.eclipse.adt.internal.editors.layout.
ProjectCallback
;
274
private
ProjectCallback
mProjectCallback;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java
78
public final class
ProjectCallback
extends LegacyCallback {
96
* Creates a new {@link
ProjectCallback
} to be used with the layout lib.
102
public
ProjectCallback
(LayoutLibrary layoutLib,
Completed in 34 milliseconds