Lines Matching refs:looper

113      * If this thread does not have a looper, this handler won't be able to receive messages
125 * If this thread does not have a looper, this handler won't be able to receive messages
137 * @param looper The looper, must not be null.
139 public Handler(Looper looper) {
140 this(looper, null, false);
147 * @param looper The looper, must not be null.
150 public Handler(Looper looper, Callback callback) {
151 this(looper, callback, false);
223 * @param looper The looper, must not be null.
230 public Handler(Looper looper, Callback callback, boolean async) {
231 mLooper = looper;
232 mQueue = looper.mQueue;
352 * looper processing the message queue is exiting.
372 * looper processing the message queue is exiting. Note that a
374 * the looper is quit before the delivery time of the message
395 * looper processing the message queue is exiting. Note that a
397 * the looper is quit before the delivery time of the message
421 * looper processing the message queue is exiting. Note that a
423 * if the looper is quit before the delivery time of the message
444 * looper processing the message queue is exiting.
476 * quitting the looper. Otherwise {@link #runWithScissors} may hang indefinitely.
485 * looper processing the message queue is exiting.
533 * looper processing the message queue is exiting.
545 * looper processing the message queue is exiting.
559 * looper processing the message queue is exiting.
574 * looper processing the message queue is exiting.
590 * looper processing the message queue is exiting. Note that a
592 * the looper is quit before the delivery time of the message
617 * looper processing the message queue is exiting. Note that a
619 * the looper is quit before the delivery time of the message
643 * looper processing the message queue is exiting.
733 pw.println(prefix + "looper uninitialized");
745 pw.println(prefix + "looper uninitialized");