|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xtremelabs.robolectric.shadows.ShadowLooper
@Implements(value=android.os.Looper.class) public class ShadowLooper
Constructor Summary | |
---|---|
ShadowLooper()
|
Method Summary | |
---|---|
static android.os.Looper |
getMainLooper()
|
Scheduler |
getScheduler()
|
void |
idle()
|
static android.os.Looper |
myLooper()
|
void |
post(java.lang.Runnable r,
long delayMillis)
|
void |
reset()
|
static void |
resetAll()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShadowLooper()
Method Detail |
---|
public static void resetAll()
@Implementation public static android.os.Looper getMainLooper()
@Implementation public static android.os.Looper myLooper()
public void idle()
public void post(java.lang.Runnable r, long delayMillis)
public void reset()
public Scheduler getScheduler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |