api-impl: misc stubs and trivial impls

This commit is contained in:
Mis012
2025-02-15 21:34:37 +01:00
parent df03617f13
commit 453224cf31
12 changed files with 123 additions and 6 deletions

View File

@@ -42,6 +42,14 @@ public class ViewPropertyAnimator {
return this;
}
public ViewPropertyAnimator x(float rotation) {
return this;
}
public ViewPropertyAnimator y(float rotation) {
return this;
}
public ViewPropertyAnimator rotation(float rotation) {
return this;
}