Home
last modified time | relevance | path

Searched refs:RotationDependentComputation (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DRotationCache.java33 private final RotationDependentComputation<T,R> mComputation;
37 public RotationCache(RotationDependentComputation<T, R> computation) { in RotationCache()
67 public interface RotationDependentComputation<T, R> { interface in RotationCache