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
32 import com.android.server.wm.utils.RotationCache.RotationDependentComputation;45 private RotationCache<Object, Pair<Object, Integer>> mCache;51 mCache = new RotationCache<>((o, rot) -> { in setUp()
155 import com.android.server.wm.utils.RotationCache;217 private final RotationCache<DisplayCutout, WmDisplayCutout> mDisplayCutoutCache218 = new RotationCache<>(this::calculateDisplayCutoutForRotationUncached);
1383 HSPLcom/android/server/wm/utils/RotationCache$RotationDependentComputation;->compute(Ljava/lang/Obj…4099 Lcom/android/server/wm/utils/RotationCache$RotationDependentComputation;4100 Lcom/android/server/wm/utils/RotationCache;