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: stubs and fixes for Breezy Weather
This commit is contained in:
@@ -475,6 +475,10 @@ public class Canvas {
|
||||
return save();
|
||||
}
|
||||
|
||||
public int saveLayer(float left, float top, float right, float bottom, Paint paint) {
|
||||
return save();
|
||||
}
|
||||
|
||||
public void drawOval(RectF oval, Paint paint) {
|
||||
Log.w("Canvas", "STUB: drawOval");
|
||||
}
|
||||
@@ -542,4 +546,8 @@ public class Canvas {
|
||||
}
|
||||
|
||||
public void drawPaint(Paint paint) {}
|
||||
|
||||
public void drawPicture(Picture picture) {
|
||||
Log.w("Canvas", "STUB: drawPicture");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user