Searched defs:sThreadLocal (Results 1 – 2 of 2) sorted by relevance
75 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>(); field in Looper
2585 static final ThreadLocal<Rect> sThreadLocal = ThreadLocal.withInitial(Rect::new); field in View