Searched refs:RotationDependentComputation (Results 1 – 1 of 1) sorted by relevance
33 private final RotationDependentComputation<T,R> mComputation;37 public RotationCache(RotationDependentComputation<T, R> computation) { in RotationCache()67 public interface RotationDependentComputation<T, R> { interface in RotationCache