Searched refs:TmpValues (Results 1 – 2 of 2) sorted by relevance
48 private final ThreadLocal<TmpValues> mThreadLocalTmps = ThreadLocal.withInitial(TmpValues::new);121 final TmpValues tmp = mThreadLocalTmps.get(); in apply()272 private static class TmpValues { class in WindowAnimationSpec
47 private final ThreadLocal<TmpValues> mThreadLocalTmps = ThreadLocal.withInitial(TmpValues::new);140 final TmpValues tmp = mThreadLocalTmps.get(); in apply()195 private static class TmpValues { class in WindowChangeAnimationSpec