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/servicestests/src/com/android/server/wm/utils/
DRotationCacheTest.java32 import com.android.server.wm.utils.RotationCache.RotationDependentComputation;
45 private RotationCache<Object, Pair<Object, Integer>> mCache;
51 mCache = new RotationCache<>((o, rot) -> { in setUp()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java155 import com.android.server.wm.utils.RotationCache;
217 private final RotationCache<DisplayCutout, WmDisplayCutout> mDisplayCutoutCache
218 = new RotationCache<>(this::calculateDisplayCutoutForRotationUncached);
/frameworks/base/services/
Dart-profile1383 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;