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
add Java APIs needed for WhatsApp MainActivity and ConversationActivity
This commit is contained in:
@@ -423,6 +423,10 @@ public class Path {
|
||||
native_arcTo(mNativePath, oval, startAngle, sweepAngle, false);
|
||||
}
|
||||
|
||||
public void arcTo(float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean forceMoveTo) {
|
||||
arcTo(new RectF(left, top, right, bottom), startAngle, sweepAngle, forceMoveTo);
|
||||
}
|
||||
|
||||
/**
|
||||
* Close the current contour. If the current point is not equal to the
|
||||
* first point of the contour, a line segment is automatically added.
|
||||
|
||||
Reference in New Issue
Block a user