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

/frameworks/base/core/java/android/os/
H A DLooper.java32 * <p>This is a typical example of the implementation of a Looper thread,
34 * initial Handler to communicate with the Looper.
41 * Looper.prepare();
49 * Looper.loop();
53 public final class Looper { class
54 private static final String TAG = "Looper";
57 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>();
58 private static Looper sMainLooper; // guarded by Looper
187 private Looper(boolean quitAllowed) { method in class:Looper
[all...]

Completed in 42 milliseconds