Searched refs:SoftThreadLocal (Results 1 – 2 of 2) sorted by relevance
12 import org.robolectric.util.SoftThreadLocal;26 private static SoftThreadLocal<Choreographer> instance = makeThreadLocal();31 private static SoftThreadLocal<Choreographer> makeThreadLocal() { in makeThreadLocal()32 return new SoftThreadLocal<Choreographer>() { in makeThreadLocal()
10 public abstract class SoftThreadLocal<T> { class