add more Animation APIs and call onAnimationEnd()

Directly calling onAnimationEnd() skips the animation and directly sets
the target values
This commit is contained in:
Julian Winkler
2023-09-01 12:30:27 +02:00
parent e522200e28
commit ad83271080
8 changed files with 40 additions and 2 deletions

View File

@@ -320,6 +320,7 @@ hax_jar = jar('hax', [
'android/view/WindowManagerImpl.java',
'android/view/WindowManager.java',
'android/view/animation/AccelerateDecelerateInterpolator.java',
'android/view/animation/AlphaAnimation.java',
'android/view/animation/Animation.java',
'android/view/animation/AnimationUtils.java',
'android/view/animation/LinearInterpolator.java',