public class Looper extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Printer pw,
String prefix) |
static Looper |
getMainLooper() |
Thread |
getThread() |
static void |
loop() |
static Looper |
myLooper() |
static MessageQueue |
myQueue() |
static void |
prepare() |
static void |
prepareMainLooper() |
void |
quit() |
void |
setMessageLogging(Printer printer) |
String |
toString() |
public static void prepare()
public static void prepareMainLooper()
public static Looper getMainLooper()
public static void loop()
public static Looper myLooper()
public void setMessageLogging(Printer printer)
public static MessageQueue myQueue()
public void quit()
public Thread getThread()
Copyright © 2008-2013. All Rights Reserved.