Searched defs:Looper (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 103 milliseconds