MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / myLooper

Method myLooper

core/java/android/os/Looper.java:161–163  ·  view source on GitHub ↗

Return the Looper object associated with the current thread. Returns null if the calling thread is not associated with a Looper.

()

Source from the content-addressed store, hash-verified

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

Callers 15

runMethod · 0.95
prepareThreadMethod · 0.95
getMainLooperMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 15

runMethod · 0.76
runMethod · 0.76
runMethod · 0.76
runMethod · 0.76
runMethod · 0.76
runMethod · 0.76
runMethod · 0.76
onChangedMethod · 0.76
runMethod · 0.76
runMethod · 0.76
onResumeMethod · 0.76