Searched refs:loopingLoopers (Results 1 – 1 of 1) sorted by relevance
39 …private static Map<Thread, Looper> loopingLoopers = Collections.synchronizedMap(new WeakHashMap<Th… field in ShadowLooper55 synchronized (loopingLoopers) { in resetThreadLoopers()56 for (Looper looper : loopingLoopers.values()) { in resetThreadLoopers()82 loopingLoopers.put(Thread.currentThread(), realObject); in __constructor__()148 return isMainThread(thread) ? mainLooper : loopingLoopers.get(thread); in getLooperForThread()