api-impl: misc additions for different apps

This commit is contained in:
Julian Winkler
2025-06-18 09:02:08 +02:00
parent d898966e04
commit bf5eb099bd
20 changed files with 109 additions and 4 deletions

View File

@@ -1720,6 +1720,10 @@ public class ValueAnimator extends Animator implements AnimationHandler.Animatio
mAnimationHandler = animationHandler;
}
public static long getFrameDelay() {
return AnimationHandler.getFrameDelay();
}
/**
* Listener interface for the system-wide scaling factor for Animator-based animations.
*