Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/serialize/
DMapSerializer.java73 <T> MapSerializer add(String key, @Nullable List<T> value); in add() method
81 <T> MapSerializer add(String key, @Nullable Map<String, T> value); in add() method
89 MapSerializer add(String key, @Nullable Serializable value); in add() method
97 MapSerializer add(String key, @Nullable String value); in add() method
108 MapSerializer add(String key, float a, float r, float g, float b); in add() method
117 MapSerializer add(String key, float id, float value); in add() method
125 MapSerializer add(String key, @Nullable Byte value); in add() method
133 MapSerializer add(String key, @Nullable Short value); in add() method
141 MapSerializer add(String key, @Nullable Integer value); in add() method
149 MapSerializer add(String key, @Nullable Long value); in add() method
[all …]
/frameworks/base/graphics/java/android/graphics/
DLightingColorFilter.java55 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter()
105 public void setColorAdd(@ColorInt int add) { in setColorAdd()
108 native_SetLightingFilterAdd(getNativeInstance(), add); in setColorAdd() local
117 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter()
119 private static native void native_SetLightingFilterAdd(long lightingFilter, int add); in native_SetLightingFilterAdd()
/frameworks/native/cmds/lshal/
DTextTable.h60 void add() { mTable.emplace_back(); } in add() function
61 void add(std::vector<std::string>&& v) { in add() function
65 void add(const std::string& s) { mTable.emplace_back(s); } in add() function
66 void add(std::string&& s) { mTable.emplace_back(std::move(s)); } in add() function
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
DIndexedList.kt42 fun add(element: T) { in isEmpty() method
46 fun add(index: Int, element: T) { in isEmpty() method
DIndexedListSet.kt42 fun add(element: T): Boolean = in isEmpty() method
DIndexedSet.kt43 fun add(element: T): Boolean = set.add(element) in isEmpty() method
/frameworks/av/media/libmedia/include/media/
DPatchBuilder.h69 audio_port_config& add(const audio_port_config& portCfg) { in add() function
73 audio_port_config& add(const sp<T>& entity) { in add() function
79 void add(const sp<T>& entity, const mix_usecase_t& usecaseUpdate) { in add() function
83 void add(const sp<T>& entity, in add() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
DFakePerDisplayRepository.kt26 fun add(displayId: Int, instance: T) { in add() method in com.android.systemui.display.data.repository.FakePerDisplayRepository
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DSpotFilter.kt93 fun add(cv: List<MotionEvent.PointerCoords>, tool: Int) { in add() method
99 fun add(evt: MotionEvent) { in add() method
/frameworks/base/tools/split-select/
DTestRules.h32 AndRule& add(const Rule& rhs) { in add() function
43 OrRule& add(const Rule& rhs) { in add() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DDisposableHandles.kt26 fun add(vararg handles: DisposableHandle) { in add() method
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DPhysics.kt106 fun add(p: Body) { in solve() method
134 fun add(e: Entity) = entities.add(e) in add() method
136 fun add(c: Constraint) = constraints.add(c) in add() method
/frameworks/base/core/java/android/os/
DPackageTagsList.java269 public @NonNull Builder add(@NonNull String packageName) { in add() method in PackageTagsList.Builder
278 public @NonNull Builder add(@NonNull String packageName, @Nullable String attributionTag) { in add() method in PackageTagsList.Builder
297 public @NonNull Builder add(@NonNull String packageName, in add() method in PackageTagsList.Builder
320 public @NonNull Builder add(@NonNull PackageTagsList packageTagsList) { in add() method in PackageTagsList.Builder
329 public @NonNull Builder add(@NonNull Map<String, ? extends Set<String>> packageTagsMap) { in add() method in PackageTagsList.Builder
/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
DBackupRestoreStorageManager.kt80 fun add(vararg storages: BackupRestoreStorage) { in add() method
89 fun add(storage: BackupRestoreStorage) { in add() method
/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.java288 public boolean add(SurfaceView surfaceView, in add() method in SurfaceSyncGroup
319 public boolean add(@Nullable AttachedSurfaceControl attachedSurfaceControl, in add() method in SurfaceSyncGroup
349 public boolean add(@NonNull SurfaceControlViewHost.SurfacePackage surfacePackage, in add() method in SurfaceSyncGroup
379 public boolean add(@NonNull SurfaceSyncGroup surfaceSyncGroup, in add() method in SurfaceSyncGroup
399 public boolean add(ISurfaceSyncGroup surfaceSyncGroup, boolean parentSyncGroupMerge, in add() method in SurfaceSyncGroup
/frameworks/base/core/java/com/android/internal/view/
DOneShotPreDrawListener.java57 public static OneShotPreDrawListener add(@NonNull View view, @NonNull Runnable runnable) { in add() method in OneShotPreDrawListener
70 public static OneShotPreDrawListener add(@NonNull View view, boolean returnValue, in add() method in OneShotPreDrawListener
/frameworks/base/tools/aapt/
DZipFile.h80 status_t add(const char* fileName, int compressionMethod, in add() function
85 status_t add(const char* fileName, const char* storageName, in add() function
111 status_t add(const void* data, size_t size, const char* storageName, in add() function
/frameworks/ex/common/java/com/android/common/content/
DProjectionMap.java32 public Builder add(String column) { in add() method in ProjectionMap.Builder
37 public Builder add(String alias, String expression) { in add() method in ProjectionMap.Builder
/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/util/
DBag.kt26 fun add(element: T): Boolean { in toString() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DConfigurableTexts.java40 public int add(final TextView text) { in add() method in ConfigurableTexts
44 public int add(final TextView text, final int labelResId) { in add() method in ConfigurableTexts
/frameworks/base/rs/java/android/renderscript/
DDouble2.java53 public static Double2 add(Double2 a, Double2 b) { in add() method in Double2
66 public void add(Double2 value) { in add() method in Double2
76 public void add(double value) { in add() method in Double2
88 public static Double2 add(Double2 a, double b) { in add() method in Double2
DByte2.java51 public void add(Byte2 a) { in add() method in Byte2
63 public static Byte2 add(Byte2 a, Byte2 b) { in add() method in Byte2
76 public void add(byte value) { in add() method in Byte2
88 public static Byte2 add(Byte2 a, byte b) { in add() method in Byte2
DFloat2.java52 public static Float2 add(Float2 a, Float2 b) { in add() method in Float2
65 public void add(Float2 value) { in add() method in Float2
75 public void add(float value) { in add() method in Float2
87 public static Float2 add(Float2 a, float b) { in add() method in Float2
DByte4.java56 public void add(Byte4 a) { in add() method in Byte4
70 public static Byte4 add(Byte4 a, Byte4 b) { in add() method in Byte4
85 public void add(byte value) { in add() method in Byte4
99 public static Byte4 add(Byte4 a, byte b) { in add() method in Byte4
DFloat4.java58 public static Float4 add(Float4 a, Float4 b) { in add() method in Float4
73 public void add(Float4 value) { in add() method in Float4
85 public void add(float value) { in add() method in Float4
99 public static Float4 add(Float4 a, float b) { in add() method in Float4

12345678910>>...13