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
45
import com.android.ide.eclipse.adt.internal.editors.layout.
ProjectCallback
;
94
private final
ProjectCallback
mProjectCallback;
GraphicalEditorPart.java
75
import com.android.ide.eclipse.adt.internal.editors.layout.
ProjectCallback
;
280
private
ProjectCallback
mProjectCallback;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java
82
public final class
ProjectCallback
extends LayoutlibCallback {
101
* Creates a new {@link
ProjectCallback
} to be used with the layout lib.
108
public
ProjectCallback
(LayoutLibrary layoutLib,
Completed in 913 milliseconds