android sdk | API level 24 | R.anim

来源:互联网 发布:巫师3新手必知 编辑:程序博客网 时间:2024/06/04 23:22

R.anim

public static final class R.anim 
extends Object 

java.lang.Object   ↳android.R.anim

Constantsint accelerate_decelerate_interpolator
Constant Value: 17432580 (0x010a0004)Added in 
API level 1int accelerate_interpolator
Acceleration curve matching Flash's quadratic ease out function.
Constant Value: 17432581 (0x010a0005)Added in 
API level 1int anticipate_interpolator
Constant Value: 17432583 (0x010a0007)Added in 
API level 4int anticipate_overshoot_interpolator
Constant Value: 17432585 (0x010a0009)Added in 
API level 4int bounce_interpolator
Constant Value: 17432586 (0x010a000a)Added in 
API level 4int cycle_interpolator
Constant Value: 17432588 (0x010a000c)Added in 
API level 8int decelerate_interpolator
Acceleration curve matching Flash's quadratic ease in function.
Constant Value: 17432582 (0x010a0006)
匹配函数二次简化的加速曲线(不知是否正确)Added in 
API level 1int fade_in
Constant Value: 17432576 (0x010a0000)Added in 
API level 1int fade_out
Constant Value: 17432577 (0x010a0001)Added in 
API level 1int linear_interpolator
Constant Value: 17432587 (0x010a000b)Added in 
API level 4int overshoot_interpolator
Constant Value: 17432584 (0x010a0008)Added in 
API level 4int slide_in_left
Constant Value: 17432578 (0x010a0002)Added in 
API level 1int slide_out_right
Constant Value: 17432579 (0x010a0003)Added in 
API level 1


Public constructorsR.anim()

Inherited methods | From class java.lang.ObjectObjectclone()
Creates and returns a copy of this object.
创建和返回这个object的copybooleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
表明obj是否等于这个对象。voidfinalize()
Called by the garbage collector on an object when garbage collection determines that there
are no more references to the object.
当垃圾回收器确定一个对象没有被引用的时候,它就会调用这个方法。final Class<?>getClass()
Returns the runtime class of this Object.
返回在运行的对象的类。inthashCode()
Returns a hash code value for the object.
返回对象的hash code。final voidnotify()
Wakes up a single thread that is waiting on this object's monitor.
唤醒等待该对象监视器的单个线程。final voidnotifyAll()
Wakes up all threads that are waiting on this object's monitor.
唤醒等待该对象监视器的所有线程。StringtoString()
Returns a string representation of the object.
返回该对象的字符串表示形式。final voidwait(long millis, int nanos)
Causes the current thread to wait until another thread invokes the notify() method or the
 notifyAll() method for this object, or some other thread interrupts the current thread, or a
 certain amount of real time has elapsed.
使当前线程开始等待,直到其他线程为这个对象调用notify()方法或者notifyAll()方法,或者其他线程中
断了当前线程,或者特定时间已经过去。final voidwait(long millis)
Causes the current thread to wait until either another thread invokes the notify() method or
 the notifyAll() method for this object, or a specified amount of time has elapsed.
使当前线程开始等待,直到其他线程为这个对象调用notify()方法或者notifyAll()方法,或者特定的时间
已经过去。final voidwait()
Causes the current thread to wait until another thread invokes the notify() method or the 
notifyAll() method for this object.
使当前线程开始等待,直到其他的线程为这个对象调用notify()方法或者notifyAll()方法。










原创粉丝点击