Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java37 public static MutableFrameFormat create(int width, in create() method in ImageFormat
53 public static MutableFrameFormat create(int width, in create() method in ImageFormat
65 public static MutableFrameFormat create(int colorspace, int target) { in create() method in ImageFormat
74 public static MutableFrameFormat create(int colorspace) { in create() method in ImageFormat
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
H A DDaggerViewModelProviderFactory.java36 ViewModel create(); in create() method
47 public <T extends ViewModel> T create(@NonNull Class<T> aClass) { in create() method in DaggerViewModelProviderFactory
/aosp14/frameworks/base/core/java/android/service/remotelockscreenvalidation/
H A DRemoteLockscreenValidationClient.java38 static RemoteLockscreenValidationClient create(@NonNull Context context, in create() method
54 static RemoteLockscreenValidationClient create(@NonNull Context context, in create() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/shared/
H A DTileSpec.kt63 fun create(spec: String): TileSpec { regex
73 fun create(component: ComponentName): CustomTileSpec { regex
/aosp14/frameworks/base/tools/aapt2/
H A DResourceUtils_test.cpp64 bool create = false; in TEST() local
74 bool create = false; in TEST() local
84 bool create = false; in TEST() local
94 bool create = false; in TEST() local
104 bool create = false; in TEST() local
127 bool create = false; in TEST() local
/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DHealthServiceWrapper.java81 public static HealthServiceWrapper create(@Nullable HealthInfoCallback healthInfoCallback) in create() method in HealthServiceWrapper
104 static @NonNull HealthServiceWrapper create( in create() method in HealthServiceWrapper
/aosp14/frameworks/base/mime/java/android/content/type/
H A DDefaultMimeMapFactory.java48 public static MimeMap create() { in create() method in DefaultMimeMapFactory
60 public static MimeMap create(Function<String, InputStream> resourceSupplier) { in create() method in DefaultMimeMapFactory
/aosp14/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java42 public View create(Context context, String name, int size) { in create() method in AbstractLayoutTest
53 public abstract ViewGroup create(Context context); in create() method in AbstractLayoutTest
H A DAlignmentTest.java50 View create(String name, int size); in create() method
87 public static ViewGroup create(Context context1) { in create() method in AlignmentTest
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DRelation.java69 public static Relation create(@NonNull String kind, @NonNull String detail) in create() method in Relation
82 public static Relation create(@NonNull String relation) throws AssociationServiceException { in create() method in Relation
H A DAndroidAppAsset.java119 public static AndroidAppAsset create(JSONObject asset) in create() method in AndroidAppAsset
154 public static AndroidAppAsset create(String packageName, List<String> certFingerprints) { in create() method in AndroidAppAsset
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewFactoryController.java63 public void create(@UiContext Context context, Executor executor, Consumer<TaskView> onCreate) { in create() method in TaskViewFactoryController
73 public void create(@UiContext Context context, in create() method in TaskViewFactoryController.TaskViewFactoryImpl
H A DTaskViewFactory.java31 void create(@UiContext Context context, Executor executor, Consumer<TaskView> onCreate); in create() method
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DDefaultHalFactory.java53 public ISoundTriggerHal create() { in create() method in DefaultHalFactory
H A DHalFactory.java28 ISoundTriggerHal create(); in create() method
/aosp14/frameworks/base/core/java/android/util/apk/
H A DByteBufferFactory.java27 ByteBuffer create(int capacity); in create() method
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceProviderInstanceFactory.java29 GameServiceProviderInstance create(@NonNull GameServiceComponentConfiguration configuration); in create() method
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java53 /* package */ static HdmiTvClient create(IHdmiControlService service) { in create() method in HdmiTvClient
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/
H A DUnfoldSharedComponent.kt54 fun create( regex
85 fun create( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRendererFactory.kt25 fun create(bundle: Bundle): KeyguardPreviewRenderer regex
/aosp14/frameworks/base/media/java/android/media/permission/
H A DClearCallingIdentityContext.java46 SafeCloseable create() { in create() method in ClearCallingIdentityContext
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/dagger/
H A DPackageObserverComponent.java35 PackageObserverComponent create(@BindsInstance ComponentName component); in create() method
/aosp14/frameworks/base/core/java/android/util/
H A DSingleton.java37 protected abstract T create(); in create() method in Singleton
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardBouncerComponent.java37 KeyguardBouncerComponent create(@BindsInstance @RootView ViewGroup bouncerContainer); in create() method
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/common/
H A DSettingsEntryBuilder.kt138 fun create(entryName: String, owner: SettingsPage): SettingsEntryBuilder { regex
150 fun create(owner: SettingsPage, entryName: String, label: String? = null): regex

12345678910>>...15