/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | LightingColorFilter.java | 54 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter() 104 public void setColorAdd(@ColorInt int add) { in setColorAdd() 116 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter()
|
/aosp14/frameworks/base/tools/split-select/ |
H A D | TestRules.h | 32 AndRule& add(const Rule& rhs) { in add() function 43 OrRule& add(const Rule& rhs) { in add() function
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
H A D | Physics.kt | 91 fun add(p: Body) { regex 118 fun add(e: Entity) = entities.add(e) regex 120 fun add(c: Constraint) = constraints.add(c) regex
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | PackageTagsList.java | 268 public @NonNull Builder add(@NonNull String packageName) { in add() method in PackageTagsList.Builder 277 public @NonNull Builder add(@NonNull String packageName, @Nullable String attributionTag) { in add() method in PackageTagsList.Builder 296 public @NonNull Builder add(@NonNull String packageName, in add() method in PackageTagsList.Builder 319 public @NonNull Builder add(@NonNull PackageTagsList packageTagsList) { in add() method in PackageTagsList.Builder 328 public @NonNull Builder add(@NonNull Map<String, ? extends Set<String>> packageTagsMap) { in add() method in PackageTagsList.Builder
|
H A D | RegistrantList.java | 34 add(Handler h, int what, Object obj) in add() method in RegistrantList 50 add(Registrant r) in add() method in RegistrantList
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SurfaceSyncGroup.java | 288 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
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | OneShotPreDrawListener.java | 57 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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | ConfigurableTexts.java | 40 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
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | SpotFilter.kt | 93 fun add(cv: List<MotionEvent.PointerCoords>, tool: Int) { regex 99 fun add(evt: MotionEvent) { regex
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ZipFile.h | 80 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
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Byte2.java | 51 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
|
H A D | Double2.java | 53 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
|
H A D | Float2.java | 52 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
|
H A D | Byte3.java | 54 public void add(Byte3 a) { in add() method in Byte3 67 public static Byte3 add(Byte3 a, Byte3 b) { in add() method in Byte3 81 public void add(byte value) { in add() method in Byte3 94 public static Byte3 add(Byte3 a, byte b) { in add() method in Byte3
|
H A D | Byte4.java | 56 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
|
H A D | Double3.java | 55 public static Double3 add(Double3 a, Double3 b) { in add() method in Double3 69 public void add(Double3 value) { in add() method in Double3 80 public void add(double value) { in add() method in Double3 93 public static Double3 add(Double3 a, double b) { in add() method in Double3
|
H A D | Double4.java | 58 public static Double4 add(Double4 a, Double4 b) { in add() method in Double4 73 public void add(Double4 value) { in add() method in Double4 85 public void add(double value) { in add() method in Double4 99 public static Double4 add(Double4 a, double b) { in add() method in Double4
|
H A D | Float3.java | 55 public static Float3 add(Float3 a, Float3 b) { in add() method in Float3 69 public void add(Float3 value) { in add() method in Float3 80 public void add(float value) { in add() method in Float3 93 public static Float3 add(Float3 a, float b) { in add() method in Float3
|
H A D | Float4.java | 58 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
|
H A D | Int2.java | 56 public void add(Int2 a) { in add() method in Int2 68 public static Int2 add(Int2 a, Int2 b) { in add() method in Int2 81 public void add(int value) { in add() method in Int2 93 public static Int2 add(Int2 a, int b) { in add() method in Int2
|
H A D | Int3.java | 59 public void add(Int3 a) { in add() method in Int3 72 public static Int3 add(Int3 a, Int3 b) { in add() method in Int3 86 public void add(int value) { in add() method in Int3 99 public static Int3 add(Int3 a, int b) { in add() method in Int3
|
H A D | Long2.java | 56 public void add(Long2 a) { in add() method in Long2 68 public static Long2 add(Long2 a, Long2 b) { in add() method in Long2 81 public void add(long value) { in add() method in Long2 93 public static Long2 add(Long2 a, long b) { in add() method in Long2
|
H A D | Long3.java | 59 public void add(Long3 a) { in add() method in Long3 72 public static Long3 add(Long3 a, Long3 b) { in add() method in Long3 86 public void add(long value) { in add() method in Long3 99 public static Long3 add(Long3 a, long b) { in add() method in Long3
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | Menu.java | 150 public MenuItem add(CharSequence title); in add() method 159 public MenuItem add(@StringRes int titleRes); in add() method 176 public MenuItem add(int groupId, int itemId, int order, CharSequence title); in add() method 193 public MenuItem add(int groupId, int itemId, int order, @StringRes int titleRes); in add() method
|
H A D | ViewOverlay.java | 77 public void add(@NonNull Drawable drawable) { in add() method in ViewOverlay 150 public void add(@NonNull Drawable drawable) { in add() method in ViewOverlay.OverlayViewGroup 181 public void add(@NonNull View child) { in add() method in ViewOverlay.OverlayViewGroup
|