Home | History | Annotate | Download | only in email

Lines Matching defs:Looper

35 import android.os.Looper;
780 * Thread to handle all notification actions through its own {@link Looper}.
785 /** The {@link Looper} that handles messages for this thread */
786 private Looper mLooper;
803 Looper.prepare();
804 mLooper = Looper.myLooper();
808 Looper.loop();
813 Looper getLooper() {