Uses of Class
org.robovm.apple.uikit.UIViewAnimationCurve
| Package | Description |
|---|---|
| org.robovm.apple.mediaplayer | |
| org.robovm.apple.uikit |
-
Uses of UIViewAnimationCurve in org.robovm.apple.mediaplayer
Methods in org.robovm.apple.mediaplayer that return UIViewAnimationCurve Modifier and Type Method Description UIViewAnimationCurveMPMoviePlayerFullscreenAnimation. getCurve()Deprecated.Deprecated in iOS 9.0. -
Uses of UIViewAnimationCurve in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIViewAnimationCurve Modifier and Type Method Description UIViewAnimationCurveUICubicTimingParameters. getAnimationCurve()UIViewAnimationCurveUIKeyboardAnimation. getAnimationCurve()UIViewAnimationCurveUIPercentDrivenInteractiveTransition. getCompletionCurve()UIViewAnimationCurveUIViewControllerInteractiveTransitioning. getCompletionCurve()UIViewAnimationCurveUIViewControllerInteractiveTransitioningAdapter. getCompletionCurve()UIViewAnimationCurveUIViewControllerTransitionCoordinatorContext. getCompletionCurve()UIViewAnimationCurveUIViewControllerTransitionCoordinatorContextAdapter. getCompletionCurve()static UIViewAnimationCurveUIViewAnimationCurve. valueOf(long n)Returns the enum constant of this type with the specified name.static UIViewAnimationCurveUIViewAnimationCurve. valueOf(String name)Returns the enum constant of this type with the specified name.static UIViewAnimationCurve[]UIViewAnimationCurve. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIViewAnimationCurve Modifier and Type Method Description protected longUICubicTimingParameters. init(UIViewAnimationCurve curve)protected longUIViewPropertyAnimator. init(double duration, UIViewAnimationCurve curve, Runnable animations)UIKeyboardAnimationUIKeyboardAnimation. setAnimationCurve(UIViewAnimationCurve animationCurve)static voidUIView. setAnimationCurve(UIViewAnimationCurve curve)Deprecated.Deprecated in iOS 13.0.voidUIPercentDrivenInteractiveTransition. setCompletionCurve(UIViewAnimationCurve v)Constructors in org.robovm.apple.uikit with parameters of type UIViewAnimationCurve Constructor Description UICubicTimingParameters(UIViewAnimationCurve curve)UIViewPropertyAnimator(double duration, UIViewAnimationCurve curve, Runnable animations)