Searched refs:RotationCache (Results 1 – 4 of 4) sorted by relevance
31 public class RotationCache<T,R> { class37 public RotationCache(RotationDependentComputation<T, R> computation) { in RotationCache() method in RotationCache
43 private RotationCache<Object, Pair<Object, Integer>> mCache;49 mCache = new RotationCache<>((o, rot) -> { in setUp()
207 import com.android.server.wm.utils.RotationCache;301 private final RotationCache<DisplayCutout, WmDisplayCutout> mDisplayCutoutCache302 = new RotationCache<>(this::calculateDisplayCutoutForRotationUncached);
17992 HSPLcom/android/server/wm/utils/RotationCache;->getOrCompute(Ljava/lang/Object;I)Ljava/lang/Object;20820 Lcom/android/server/wm/utils/RotationCache$RotationDependentComputation;20821 Lcom/android/server/wm/utils/RotationCache;