Uses of Class
org.robovm.apple.uikit.UIViewAnimatingPosition
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIViewAnimatingPosition in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIViewAnimatingPosition Modifier and Type Method Description static UIViewAnimatingPositionUIViewAnimatingPosition. valueOf(long n)Returns the enum constant of this type with the specified name.static UIViewAnimatingPositionUIViewAnimatingPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static UIViewAnimatingPosition[]UIViewAnimatingPosition. 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 UIViewAnimatingPosition Modifier and Type Method Description voidUIViewAnimating. finishAnimation(UIViewAnimatingPosition finalPosition)voidUIViewAnimatingAdapter. finishAnimation(UIViewAnimatingPosition finalPosition)voidUIViewPropertyAnimator. finishAnimation(UIViewAnimatingPosition finalPosition)Method parameters in org.robovm.apple.uikit with type arguments of type UIViewAnimatingPosition Modifier and Type Method Description voidUIDragAnimating. addCompletion(VoidBlock1<UIViewAnimatingPosition> completion)voidUIDragAnimatingAdapter. addCompletion(VoidBlock1<UIViewAnimatingPosition> completion)voidUIViewImplicitlyAnimating. addCompletion(VoidBlock1<UIViewAnimatingPosition> completion)voidUIViewImplicitlyAnimatingAdapter. addCompletion(VoidBlock1<UIViewAnimatingPosition> completion)voidUIViewPropertyAnimator. addCompletion(VoidBlock1<UIViewAnimatingPosition> completion)static UIViewPropertyAnimatorUIViewPropertyAnimator. getRunningPropertyAnimator(double duration, double delay, UIViewAnimationOptions options, Runnable animations, VoidBlock1<UIViewAnimatingPosition> completion)