Searched defs:create (Results 1 - 25 of 175) sorted by relevance

1234567

/frameworks/base/core/java/android/util/
H A DSingleton.java29 protected abstract T create(); method in class:Singleton
34 mInstance = create();
H A DPrefixPrinter.java35 public static Printer create(Printer printer, String prefix) { method in class:PrefixPrinter
H A DPair.java74 public static <A, B> Pair <A, B> create(A a, B b) { method in class:Pair
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragment.java66 public ProgramFragment create() { method in class:ProgramFragment.Builder
H A DProgramVertex.java127 public ProgramVertex create() { method in class:ProgramVertex.Builder
H A DScriptIntrinsic3DLUT.java48 public static ScriptIntrinsic3DLUT create(RenderScript rs, Element e) { method in class:ScriptIntrinsic3DLUT
H A DScriptIntrinsicYuvToRGB.java44 public static ScriptIntrinsicYuvToRGB create(RenderScript rs, Element e) { method in class:ScriptIntrinsicYuvToRGB
/frameworks/base/core/jni/android/graphics/
H A DLayerRasterizer.cpp6 static SkRasterizer* create(JNIEnv* env, jobject) { function in class:SkLayerRasterizerGlue
22 { "nativeConstructor", "()I", (void*)SkLayerRasterizerGlue::create },
/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java61 public static AcousticEchoCanceler create(int audioSession) { method in class:AcousticEchoCanceler
H A DAutomaticGainControl.java61 public static AutomaticGainControl create(int audioSession) { method in class:AutomaticGainControl
H A DNoiseSuppressor.java63 public static NoiseSuppressor create(int audioSession) { method in class:NoiseSuppressor
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorFactory.java28 * by creating a new project {@link #create(String)} or by loading an
45 public static VideoEditor create(String projectPath) throws IOException { method in class:VideoEditorFactory
47 * If the project path does not exist create it
52 throw new FileNotFoundException("Cannot create project path: "
60 throw new FileNotFoundException("Cannot create file .nomedia");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer2D.java29 static FrameBuffer2D create(BackingStore backingStore) { method in class:FrameBuffer2D
H A DFrameValue.java35 static FrameValue create(BackingStore backingStore) { method in class:FrameValue
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DGridLayoutTest.java27 public ViewGroup create(Context context) { method in class:GridLayoutTest
41 View v = create(context, VERTICAL_NAMES[i] + "-" + HORIZONTAL_NAMES[j], 20);
H A DLayoutInsetsTest.java19 public static View create(Context context) { method in class:LayoutInsetsTest
57 setContentView(create(this));
H A DLinearLayoutTest.java28 public ViewGroup create(Context context) { method in class:LinearLayoutTest
38 View v = create(context, VERTICAL_NAMES[i] + "-" + HORIZONTAL_NAMES[j], 20);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
H A DJavaClass.java17 package com.android.tools.layoutlib.create.dataclass;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioCodec.cpp29 AudioCodec *(*create)(); member in struct:AudioCodecType
44 AudioCodec *codec = type->create();
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java36 public static MutableFrameFormat create(int width, method in class:ImageFormat
51 public static MutableFrameFormat create(int width, method in class:ImageFormat
55 return create(width,
62 public static MutableFrameFormat create(int colorspace, int target) { method in class:ImageFormat
63 return create(FrameFormat.SIZE_UNSPECIFIED,
70 public static MutableFrameFormat create(int colorspace) { method in class:ImageFormat
71 return create(FrameFormat.SIZE_UNSPECIFIED,
/frameworks/base/obex/javax/obex/
H A DObexTransport.java58 void create() throws IOException; method in interface:ObexTransport
/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/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DICreateInfo.java17 package com.android.tools.layoutlib.create;
H A DLogAbortException.java17 package com.android.tools.layoutlib.create;

Completed in 1054 milliseconds

1234567