Searched defs:create (Results 151 - 175 of 264) sorted by relevance

1234567891011

/frameworks/support/v4/java/android/support/v4/app/
H A DTaskStackBuilder.java136 public static TaskStackBuilder create(Context context) { method in class:TaskStackBuilder
147 * @deprecated use {@link #create(Context)} instead
151 return create(context);
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java73 * created by {@code #create}. If a value was returned, it is moved to the
93 * Attempt to create a value. This may take a long time, and the map
94 * may be different when create() returns. If a conflicting value was
95 * added to the map while create() was working, we leave that value in
99 V createdValue = create(key);
244 protected V create(K key) { method in class:LruCache
309 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextHelper.java31 static AppCompatTextHelper create(TextView textView) { method in class:AppCompatTextHelper
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicColorMatrix.java52 public static ScriptIntrinsicColorMatrix create(RenderScript rs, Element e) { method in class:ScriptIntrinsicColorMatrix
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp147 AudioResampler* AudioResampler::create(audio_format_t format, int inChannelCount, function in class:android::AudioResampler
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java52 /* package */ static HdmiTvClient create(IHdmiControlService service) { method in class:HdmiTvClient
318 * // create timer info
322 * // create timer recording source.
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java237 public void create(int sockType) throws IOException { method in class:LocalSocketImpl
/frameworks/base/core/java/android/os/
H A DCommonClock.java126 static public CommonClock create() { method in class:CommonClock
274 * restore functionality, clients should {@link #release()} their old visualizer and create
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java79 public static GraphicBuffer create(int width, int height, int format, int usage) { method in class:GraphicBuffer
88 * Private use only. See {@link #create(int, int, int, int)}.
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java80 public static Handle create(File packageFile) throws IOException { method in class:NativeLibraryHelper.Handle
83 return create(lite);
89 public static Handle create(Package pkg) throws IOException { method in class:NativeLibraryHelper.Handle
90 return create(pkg.getAllCodePaths(),
95 public static Handle create(PackageLite lite) throws IOException { method in class:NativeLibraryHelper.Handle
96 return create(lite.getAllCodePaths(), lite.multiArch, lite.extractNativeLibs);
99 private static Handle create(List<String> codePaths, boolean multiArch, method in class:NativeLibraryHelper.Handle
269 throw new IOException("Cannot create " + path.getPath());
/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 },
H A DYuvToJpegEncoder.cpp11 YuvToJpegEncoder* YuvToJpegEncoder::create(int format, int* strides) { function in class:YuvToJpegEncoder
230 YuvToJpegEncoder* encoder = YuvToJpegEncoder::create(format, imgStrides);
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java122 public static Typeface create(String familyName, int style) { method in class:Typeface
124 return create(sSystemFontMap.get(familyName), style);
140 public static Typeface create(Typeface family, int style) { method in class:Typeface
377 Log.w(TAG, "Didn't create default family (most likely, non-Minikin build)", e);
391 DEFAULT = create((String) null, 0);
392 DEFAULT_BOLD = create((String) null, Typeface.BOLD);
393 SANS_SERIF = create("sans-serif", 0);
394 SERIF = create("serif", 0);
395 MONOSPACE = create("monospace", 0);
400 create((Strin
[all...]
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java35 * create a new document and then for every page you want to add you start a page,
46 * // create a new document
50 * PageInfo pageInfo = new PageInfo.Builder(new Rect(0, 0, 100, 100), 1).create();
366 public PageInfo create() { method in class:PdfDocument.PageInfo.Builder
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp44 status_t CursorWindow::create(const String8& name, size_t size, CursorWindow** outCursorWindow) { function in class:android::CursorWindow
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h56 * Note that unlike create, for alloc the type is purely for compile-time error
62 "Error, type is non-trivial! did you mean to use create()?");
71 T* create(Params&&... params) { function in class:android::uirenderer::LinearAllocator
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java338 public static QSTile<?> create(QSTileHost host, String spec) { method in class:CustomTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java62 public static QSTile<?> create(Host host, String spec) { method in class:IntentTile
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java109 rs.mSampler_CLAMP_NEAREST = b.create();
133 rs.mSampler_CLAMP_LINEAR = b.create();
157 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create();
181 rs.mSampler_WRAP_NEAREST = b.create();
205 rs.mSampler_WRAP_LINEAR = b.create();
229 rs.mSampler_WRAP_LINEAR_MIP_LINEAR = b.create();
253 rs.mSampler_MIRRORED_REPEAT_NEAREST = b.create();
277 rs.mSampler_MIRRORED_REPEAT_LINEAR = b.create();
301 rs.mSampler_MIRRORED_REPEAT_LINEAR_MIP_LINEAR = b.create();
374 public Sampler create() { method in class:Sampler.Builder
[all...]
H A DScriptIntrinsicBlend.java36 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlend
H A DType.java438 * Validate structure and create a new Type.
442 public Type create() { method in class:Type.Builder
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java191 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { argument
200 if (create) {
217 final ConditionRecord r = getRecordLocked(c.id, info.component, true /*create*/);
244 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/);
252 final ConditionRecord r = getRecordLocked(conditionId, component, true /*create*/);
286 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/);
299 final ConditionRecord r = getRecordLocked(conditionId, component, false /*create*/);
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp261 static jint create(JNIEnv *env, jobject /* thiz */, jint mtu) function in namespace:android
265 throwException(env, tun, "Cannot create interface");
354 {"jniCreate", "(I)I", (void *)create},
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbMidiDevice.java140 public static UsbMidiDevice create(Context context, Bundle properties, int card, int device) { method in class:UsbMidiDevice
291 Log.e(TAG, "No MidiManager in UsbMidiDevice.create()");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java29 * output. You can also call {@link #create(FrameType, int[])} to obtain
107 return FrameValue.create(mBackingStore);
111 return FrameValues.create(mBackingStore);
115 return FrameBuffer1D.create(mBackingStore);
119 return FrameBuffer2D.create(mBackingStore);
123 return FrameImage2D.create(mBackingStore);
136 public static Frame create(FrameType type, int[] dimensions) { method in class:Frame
139 throw new IllegalStateException("Attempting to create new Frame outside of "

Completed in 6649 milliseconds

1234567891011