Searched defs:create (Results 51 - 75 of 146) sorted by relevance

123456

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3.java49 public static ScriptIntrinsicConvolve3x3 create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve3x3
63 * Must match the element type supplied during create.
H A DScriptIntrinsicConvolve5x5.java50 public static ScriptIntrinsicConvolve5x5 create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve5x5
58 * Must match the element type supplied during create.
H A DScriptIntrinsicColorMatrix.java49 public static ScriptIntrinsicColorMatrix create(RenderScript rs, Element e) { method in class:ScriptIntrinsicColorMatrix
H A DScriptIntrinsicLUT.java55 public static ScriptIntrinsicLUT create(RenderScript rs, Element e) { method in class:ScriptIntrinsicLUT
/frameworks/base/core/java/android/app/
H A DTaskStackBuilder.java77 public static TaskStackBuilder create(Context context) { method in class:TaskStackBuilder
/frameworks/base/core/java/android/util/
H A DLruCache.java32 * override {@link #create}. This simplifies the calling code, allowing it to
107 * created by {@code #create}. If a value was returned, it is moved to the
127 * Attempt to create a value. This may take a long time, and the map
128 * may be different when create() returns. If a conflicting value was
129 * added to the map while create() was working, we leave that value in
133 V createdValue = create(key);
282 protected V create(K key) { method in class:LruCache
347 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/base/graphics/java/android/renderscript/
H A DProgramRaster.java89 rs.mProgramRaster_CULL_BACK = builder.create();
101 rs.mProgramRaster_CULL_FRONT = builder.create();
113 rs.mProgramRaster_CULL_NONE = builder.create();
154 public ProgramRaster create() { method in class:ProgramRaster.Builder
H A DScriptIntrinsicLUT.java57 public static ScriptIntrinsicLUT create(RenderScript rs, Element e) { method in class:ScriptIntrinsicLUT
H A DFont.java37 * and point size. You can create multiple font objects to represent styles such as bold or italic text,
51 //These help us create a font by family name
167 throw new RSRuntimeException("Unable to create font from file " + path);
191 throw new RSRuntimeException("Unable to create font from asset " + path);
222 throw new RSRuntimeException("Unable to create font from resource " + id);
240 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) { method in class:Font
H A DProgramFragmentFixedFunction.java52 public ProgramFragmentFixedFunction create() { method in class:ProgramFragmentFixedFunction.InternalBuilder
293 public ProgramFragmentFixedFunction create() { method in class:ProgramFragmentFixedFunction.Builder
308 Type.Builder typeBuilder = new Type.Builder(mRS, b.create());
310 constType = typeBuilder.create();
317 ProgramFragmentFixedFunction pf = sb.create();
H A DProgramVertexFixedFunction.java27 * simple way to create a fixed function emulation vertex shader
79 public ProgramVertexFixedFunction create() { method in class:ProgramVertexFixedFunction.InternalBuilder
145 Type.Builder typeBuilder = new Type.Builder(rs, b.create());
147 return typeBuilder.create();
176 public ProgramVertexFixedFunction create() { method in class:ProgramVertexFixedFunction.Builder
188 sb.addInput(b.create());
190 return sb.create();
H A DSampler.java111 rs.mSampler_CLAMP_NEAREST = b.create();
131 rs.mSampler_CLAMP_LINEAR = b.create();
151 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create();
171 rs.mSampler_WRAP_NEAREST = b.create();
191 rs.mSampler_WRAP_LINEAR = b.create();
211 rs.mSampler_WRAP_LINEAR_MIP_LINEAR = b.create();
284 public Sampler create() { method in class:Sampler.Builder
H A DScriptIntrinsicBlend.java38 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlend
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAlignmentTest.java40 View create(String name, int size); method in interface:AlignmentTest.ViewFactory
44 public View create(String name, int size) {
58 public View create(String name, int size) {
67 public View create(String name, int size) {
77 public static ViewGroup create(Context context1) { method in class:AlignmentTest
89 container.addView(factory.create(name, 20), layoutParams);
114 setContentView(create(getBaseContext()));
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java78 public FragmentShader create() { method in class:FragmentShader.Builder
94 mShader.mProgram = mBuilder.create();
H A DVertexShader.java67 public VertexShader create() { method in class:VertexShader.Builder
74 mShader.mProgram = mBuilder.create();
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java36 * override {@link #create}. This simplifies the calling code, allowing it to
111 * created by {@code #create}. If a value was returned, it is moved to the
131 * Attempt to create a value. This may take a long time, and the map
132 * may be different when create() returns. If a conflicting value was
133 * added to the map while create() was working, we leave that value in
137 V createdValue = create(key);
292 protected V create(K key) { method in class:LruCache
357 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateClassAdapter.java17 package com.android.tools.layoutlib.create;
H A DClassHasNativeVisitor.java17 package com.android.tools.layoutlib.create;
H A DTransformClassAdapter.java17 package com.android.tools.layoutlib.create;
/frameworks/native/libs/utils/
H A DFileMap.cpp91 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, function in class:FileMap
/frameworks/rs/cpp/
H A DType.cpp131 sp<const Type> Type::Builder::create() { function in class:Type::Builder
/frameworks/base/obex/javax/obex/
H A DServerRequestHandler.java59 * A CREATE-EMPTY request allows clients to create empty objects on the server.
163 * @param create <code>true</code> if the path should be created if it does
171 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { argument
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp55 static PathMeasurePair* create(JNIEnv* env, jobject clazz, const SkPath* path, jboolean forceClosed) { function in class:android::SkPathMeasureGlue
121 {"native_create", "(IZ)I", (void*) SkPathMeasureGlue::create },
/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java57 View create(final Context context); method in interface:ScrollViewScenario.ViewFactory
101 public View create(final Context context) {
130 public View create(final Context context) {
159 public View create(final Context context) {
174 public View create(Context context) {
251 // create views specified by params
259 mLinearLayout.addView(viewFactory.create(this), lp);

Completed in 852 milliseconds

123456