Home
last modified time | relevance | path

Searched refs:RotationCache (Results 1 – 4 of 4) 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
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DRotationCacheTest.java43 private RotationCache<Object, Pair<Object, Integer>> mCache;
49 mCache = new RotationCache<>((o, rot) -> { in setUp()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java207 import com.android.server.wm.utils.RotationCache;
301 private final RotationCache<DisplayCutout, WmDisplayCutout> mDisplayCutoutCache
302 = new RotationCache<>(this::calculateDisplayCutoutForRotationUncached);
/frameworks/base/services/
Dart-profile17992 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;