copy AnimatorSet and related classes from AOSP

This makes AnimatedVectorDrawableCompat from androidx functional and
probably also helps other animation stuff.
This commit is contained in:
Julian Winkler
2025-02-10 18:15:38 +01:00
parent 87b254156d
commit c7f1e05f5d
11 changed files with 6252 additions and 121 deletions

View File

@@ -3,6 +3,7 @@ srcs = [
'android/R.java',
'android/accounts/Account.java',
'android/accounts/AccountManager.java',
'android/animation/AnimationHandler.java',
'android/animation/Animator.java',
'android/animation/AnimatorInflater.java',
'android/animation/AnimatorListenerAdapter.java',
@@ -436,6 +437,7 @@ srcs = [
'android/util/MathUtils.java',
'android/util/LayoutDirection.java',
'android/util/Log.java',
'android/util/LongArray.java',
'android/util/LongSparseArray.java',
'android/util/LruCache.java',
'android/util/MapCollections.java',