
com.bugvm.apple.uikit.UIViewAnimationOptions Maven / Gradle / Ivy
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.bugvm.apple.uikit;
/**/
import java.io.*;
import java.nio.*;
import java.util.*;
import com.bugvm.objc.*;
import com.bugvm.objc.annotation.*;
import com.bugvm.objc.block.*;
import com.bugvm.rt.*;
import com.bugvm.rt.annotation.*;
import com.bugvm.rt.bro.*;
import com.bugvm.rt.bro.annotation.*;
import com.bugvm.rt.bro.ptr.*;
import com.bugvm.apple.foundation.*;
import com.bugvm.apple.coreanimation.*;
import com.bugvm.apple.coregraphics.*;
import com.bugvm.apple.coredata.*;
import com.bugvm.apple.coreimage.*;
import com.bugvm.apple.coretext.*;
import com.bugvm.apple.corelocation.*;
/* */
/**/
/**
* @since Available in iOS 4.0 and later.
*/
/* */
/**/@Marshaler(Bits.AsMachineSizedIntMarshaler.class)/* */
public final class /**/UIViewAnimationOptions/* */ extends Bits**/UIViewAnimationOptions/* */> {
/**/
public static final UIViewAnimationOptions None = new UIViewAnimationOptions(0L);
public static final UIViewAnimationOptions LayoutSubviews = new UIViewAnimationOptions(1L);
public static final UIViewAnimationOptions AllowUserInteraction = new UIViewAnimationOptions(2L);
public static final UIViewAnimationOptions BeginFromCurrentState = new UIViewAnimationOptions(4L);
public static final UIViewAnimationOptions Repeat = new UIViewAnimationOptions(8L);
public static final UIViewAnimationOptions Autoreverse = new UIViewAnimationOptions(16L);
public static final UIViewAnimationOptions OverrideInheritedDuration = new UIViewAnimationOptions(32L);
public static final UIViewAnimationOptions OverrideInheritedCurve = new UIViewAnimationOptions(64L);
public static final UIViewAnimationOptions AllowAnimatedContent = new UIViewAnimationOptions(128L);
public static final UIViewAnimationOptions ShowHideTransitionViews = new UIViewAnimationOptions(256L);
public static final UIViewAnimationOptions OverrideInheritedOptions = new UIViewAnimationOptions(512L);
public static final UIViewAnimationOptions CurveEaseInOut = new UIViewAnimationOptions(0L);
public static final UIViewAnimationOptions CurveEaseIn = new UIViewAnimationOptions(65536L);
public static final UIViewAnimationOptions CurveEaseOut = new UIViewAnimationOptions(131072L);
public static final UIViewAnimationOptions CurveLinear = new UIViewAnimationOptions(196608L);
public static final UIViewAnimationOptions TransitionNone = new UIViewAnimationOptions(0L);
public static final UIViewAnimationOptions TransitionFlipFromLeft = new UIViewAnimationOptions(1048576L);
public static final UIViewAnimationOptions TransitionFlipFromRight = new UIViewAnimationOptions(2097152L);
public static final UIViewAnimationOptions TransitionCurlUp = new UIViewAnimationOptions(3145728L);
public static final UIViewAnimationOptions TransitionCurlDown = new UIViewAnimationOptions(4194304L);
public static final UIViewAnimationOptions TransitionCrossDissolve = new UIViewAnimationOptions(5242880L);
public static final UIViewAnimationOptions TransitionFlipFromTop = new UIViewAnimationOptions(6291456L);
public static final UIViewAnimationOptions TransitionFlipFromBottom = new UIViewAnimationOptions(7340032L);
/* */
private static final /**/UIViewAnimationOptions/* */[] values = _values(/**/UIViewAnimationOptions/* */.class);
public /**/UIViewAnimationOptions/* */(long value) { super(value); }
private /**/UIViewAnimationOptions/* */(long value, long mask) { super(value, mask); }
protected /**/UIViewAnimationOptions/* */ wrap(long value, long mask) {
return new /**/UIViewAnimationOptions/* */(value, mask);
}
protected /**/UIViewAnimationOptions/* */[] _values() {
return values;
}
public static /**/UIViewAnimationOptions/* */[] values() {
return values.clone();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy