Home
last modified time | relevance | path

Searched defs:RotationCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/utils/
DRotationCache.java31 public class RotationCache<T,R> { class
37 public RotationCache(RotationDependentComputation<T, R> computation) { in RotationCache() method in RotationCache