Searched refs:create (Results 151 - 175 of 411) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java17 package com.android.tools.layoutlib.create;
H A DRenameClassAdapterTest.java18 package com.android.tools.layoutlib.create;
/frameworks/rs/cpp/
H A DType.h97 sp<const Type> create();
/frameworks/rs/tests/
H A Dcompute.cpp27 sp<const Type> t = tb.create();
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlur.java48 public static ScriptIntrinsicBlur create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlur
60 * Must match the element type supplied during create.
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.
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterEffect.java90 FrameFormat format = ImageFormat.create(width, height,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageEncoder.java53 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DToGrayFilter.java66 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DGrainFilter.java103 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
162 FrameFormat noiseFormat = ImageFormat.create(inputFormat.getWidth() / 2,
H A DRedEyeFilter.java91 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
172 FrameFormat format = ImageFormat.create(bitmapWidth, bitmapHeight,
H A DRotateFilter.java62 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
110 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight,
/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/core/java/com/android/internal/app/
H A DPlatLogoActivity.java55 Typeface light = Typeface.create("sans-serif-light", Typeface.NORMAL);
56 Typeface normal = Typeface.create("sans-serif", Typeface.BOLD);
/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/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java45 currentView.addView(create(currentView.getContext()));
48 public static View create(Context context) { method in class:BiDiTestGridLayoutCodeLtr
H A DBiDiTestGridLayoutCodeRtl.java45 currentView.addView(create(currentView.getContext()));
48 public static View create(Context context) { method in class:BiDiTestGridLayoutCodeRtl
/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();
/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/support/v4/java/android/support/v4/util/
H A DLruCache.java57 * created by {@code #create}. If a value was returned, it is moved to the
77 * Attempt to create a value. This may take a long time, and the map
78 * may be different when create() returns. If a conflicting value was
79 * added to the map while create() was working, we leave that value in
83 V createdValue = create(key);
228 protected V create(K key) { method in class:LruCache
292 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java154 addOutputPort("video", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
159 mOutputFormat = ImageFormat.create(mWidth, mHeight,
/frameworks/av/include/media/
H A DIMediaPlayerService.h49 virtual sp<IMediaPlayer> create(pid_t pid, const sp<IMediaPlayerClient>& client, int audioSessionId = 0) = 0;
/frameworks/av/services/audioflinger/
H A DAudioResampler.h45 static AudioResampler* create(int bitDepth, int inChannelCount,
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java54 mPlayer = MediaPlayer.create(mContext, mUri);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertex.java124 public ProgramVertex create() { method in class:ProgramVertex.Builder

Completed in 9538 milliseconds

1234567891011>>