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 for Open Sudoku
This commit is contained in:
@@ -2136,4 +2136,6 @@ public class View implements Drawable.Callback {
|
||||
public boolean performAccessibilityAction(int action, Bundle arguments) { return false; }
|
||||
|
||||
public boolean isDirty() { return false; }
|
||||
|
||||
public float getX() { return getLeft(); }
|
||||
}
|
||||
|
||||
@@ -74,6 +74,10 @@ public class ViewPropertyAnimator {
|
||||
return this;
|
||||
}
|
||||
|
||||
public ViewPropertyAnimator rotationBy(float rotation) {
|
||||
return this;
|
||||
}
|
||||
|
||||
public void start() {
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
|
||||
|
||||
@@ -33,6 +33,8 @@ public class Animation {
|
||||
|
||||
public void setRepeatCount(int count) {}
|
||||
|
||||
public void setRepeatMode(int mode) {}
|
||||
|
||||
public void reset() {}
|
||||
|
||||
public void start() {}
|
||||
|
||||
Reference in New Issue
Block a user