Return the Looper object associated with the current thread. Returns null if the calling thread is not associated with a Looper.
()
| 159 | * null if the calling thread is not associated with a Looper. |
| 160 | */ |
| 161 | public static Looper myLooper() { |
| 162 | return sThreadLocal.get(); |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Control logging of messages as they are processed by this Looper. If |