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 more View methods
This commit is contained in:
@@ -1722,4 +1722,17 @@ public class View implements Drawable.Callback {
|
||||
public void setRotationX(float deg) {}
|
||||
|
||||
public void setRotationY(float deg) {}
|
||||
|
||||
public float getRotationX() {return 0.f;}
|
||||
public float getRotationY() {return 0.f;}
|
||||
|
||||
public float getScaleX() {return 1.f;}
|
||||
public float getScaleY() {return 1.f;}
|
||||
|
||||
public float getPivotX() {return 0.f;}
|
||||
public float getPivotY() {return 0.f;}
|
||||
|
||||
public float getTranslationZ() {return 0.f;}
|
||||
|
||||
public void setTranslationZ(float translationZ) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user