OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:renderDrawable
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java
30
import com.android.layoutlib.bridge.impl.
RenderDrawable
;
355
public Result
renderDrawable
(DrawableParams params) {
358
RenderDrawable
action = new
RenderDrawable
(params);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java
458
public BufferedImage
renderDrawable
(ResourceValue drawableResourceValue) {
471
Result result = mLayoutLib.
renderDrawable
(params);
/prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar
/prebuilts/devtools/tools/lib/
layoutlib-api.jar
sdk-common.jar
Completed in 1271 milliseconds