OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticRenderSession
(Results
1 - 3
of
3
) sorted by null
/sdk/sdk_common/src/com/android/ide/common/rendering/
StaticRenderSession.java
37
public class
StaticRenderSession
extends RenderSession {
43
public
StaticRenderSession
(Result result, ViewInfo rootViewInfo, BufferedImage image) {
LayoutLibrary.java
586
return new
StaticRenderSession
(sceneResult, rootViewInfo, result.getImage());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java
47
import com.android.ide.common.rendering.
StaticRenderSession
;
[
all
...]
Completed in 282 milliseconds