Searched defs:Looper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLooper.java36 * <p>This is a typical example of the implementation of a Looper thread,
38 * initial Handler to communicate with the Looper.
45 * Looper.prepare();
53 * Looper.loop();
57 public final class Looper { class
63 * defined on MessageQueue or Handler rather than on Looper itself. For example,
68 private static final String TAG = "Looper";
71 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>();
72 private static Looper sMainLoope
216 private Looper(boolean quitAllowed) { method in class:Looper
[all...]

Completed in 365 milliseconds