android sdk | API level 24 | R.animator

来源:互联网 发布:中世纪2王国优化9补丁 编辑:程序博客网 时间:2024/05/22 17:33

R.animator

public static final class R.animator 
extends Object 

java.lang.Object   ↳android.R.animator 

Constantsint fade_in
A simple fade-in animation.
一个简单的淡入动画。
Constant Value: 17498112 (0x010b0000)Added in 
API level 11int fade_out
A simple fade-out animation.
一个简单的淡出动画。
Constant Value: 17498113 (0x010b0001)Added in 
API level 11

Public constructorsR.animator()

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()方法。














原创粉丝点击