You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: add misc APIs needed for AntennaPod
This commit is contained in:
@@ -207,6 +207,12 @@ public final class Bitmap {
|
||||
}
|
||||
}
|
||||
|
||||
public void setPixels(int[] pixels, int offset, int stride, int x, int y, int width, int height) {}
|
||||
|
||||
public void reconfigure(int width, int height, Bitmap.Config config) {}
|
||||
|
||||
public void setPremultiplied(boolean premultiplied) {}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
|
||||
6
src/api-impl/android/graphics/LightingColorFilter.java
Normal file
6
src/api-impl/android/graphics/LightingColorFilter.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package android.graphics;
|
||||
|
||||
public class LightingColorFilter extends ColorFilter {
|
||||
|
||||
public LightingColorFilter(int lightColor, int shadowColor) {}
|
||||
}
|
||||
Reference in New Issue
Block a user