Searched refs:create (Results 276 - 300 of 670) sorted by relevance

<<11121314151617181920>>

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_kernel_struct.java49 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_struct.java32 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTest.java53 mRS = RenderScript.create(this);
H A DUT_kernel_struct.java49 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_struct.java32 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/tests/cppallocation/
H A Dcompute.cpp31 sp<const Type> t = tb.create();
/frameworks/support/v4/api21/android/support/v4/app/
H A DActivityOptionsCompat21.java42 pairs[i] = Pair.create(sharedElements[i], sharedElementNames[i]);
/frameworks/base/cmds/idmap/
H A DAndroid.mk18 LOCAL_SRC_FILES := idmap.cpp create.cpp scan.cpp inspect.cpp
/frameworks/base/core/java/android/util/
H A DLruCache.java32 * override {@link #create}. This simplifies the calling code, allowing it to
106 * created by {@code #create}. If a value was returned, it is moved to the
126 * Attempt to create a value. This may take a long time, and the map
127 * may be different when create() returns. If a conflicting value was
128 * added to the map while create() was working, we leave that value in
132 V createdValue = create(key);
281 protected V create(K key) { method in class:LruCache
346 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp55 static jlong create(JNIEnv* env, jobject clazz, jlong pathHandle, function in class:android::SkPathMeasureGlue
147 {"native_create", "(JZ)J", (void*) SkPathMeasureGlue::create },
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DGrainFilter.java98 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
157 FrameFormat noiseFormat = ImageFormat.create(inputFormat.getWidth() / 2,
H A DRedEyeFilter.java86 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
167 FrameFormat format = ImageFormat.create(bitmapWidth, bitmapHeight,
H A DRotateFilter.java57 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
105 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceTargetFilter.java96 addMaskedInputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
125 MutableFrameFormat screenFormat = ImageFormat.create(mScreenWidth,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java143 addOutputPort("video", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
148 mOutputFormat = ImageFormat.create(mWidth, mHeight,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java70 mRegularTypeface = Typeface.create(a.getString(attr), 0 /* style */);
73 mActivatedTypeface = Typeface.create(a.getString(attr), 0 /* style */);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevicePlayback.java83 OneTouchPlayAction action = OneTouchPlayAction.create(this, Constants.ADDR_TV,
101 DevicePowerStatusAction action = DevicePowerStatusAction.create(this,
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java59 currentView.addView(create(currentView.getContext()));
62 public static View create(Context context) { method in class:BiDiTestGridLayoutCodeLtr
H A DBiDiTestGridLayoutCodeRtl.java59 currentView.addView(create(currentView.getContext()));
62 public static View create(Context context) { method in class:BiDiTestGridLayoutCodeRtl
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSobelFilter.java129 FrameImage2D gxFrame = Frame.create(mImageType, inputDims).asFrameImage2D();
130 FrameImage2D gyFrame = Frame.create(mImageType, inputDims).asFrameImage2D();

Completed in 420 milliseconds

<<11121314151617181920>>