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

/frameworks/base/core/java/android/os/
H A DLooper.java33 * <p>This is a typical example of the implementation of a Looper thread,
35 * initial Handler to communicate with the Looper.
42 * Looper.prepare();
50 * Looper.loop();
54 public final class Looper { class
60 * defined on MessageQueue or Handler rather than on Looper itself. For example,
65 private static final String TAG = "Looper";
68 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>();
69 private static Looper sMainLoope
197 private Looper(boolean quitAllowed) { method in class:Looper
[all...]

Completed in 145 milliseconds