Searched defs:createFromResource (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DFileA3D.java287 static public FileA3D createFromResource(RenderScript rs, Resources res, int id) { method in class:FileA3D
H A DFont.java200 static public Font createFromResource(RenderScript rs, Resources res, int id, float pointSize) { method in class:Font
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java428 public static ArrayAdapter<CharSequence> createFromResource(Context context, method in class:ArrayAdapter
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java136 FragmentShader createFromResource(int id, boolean addCubemap, Type constType) { method in class:TestAppRS
159 mPaintF = createFromResource(R.raw.paintf, true, camParamType);
164 mAluminumF = createFromResource(R.raw.metal, true, camParamType);
168 mPlasticF = createFromResource(R.raw.plastic, false, camParamType);
169 mDiffuseF = createFromResource(R.raw.diffuse, false, camParamType);

Completed in 300 milliseconds