Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOrientationTouchTransformer.java51 private static class CurrentDisplay { class in OrientationTouchTransformer
55 CurrentDisplay() { in CurrentDisplay() method in OrientationTouchTransformer.CurrentDisplay
60 CurrentDisplay(Point size, int rotation) { in CurrentDisplay() method in OrientationTouchTransformer.CurrentDisplay
77 CurrentDisplay display = (CurrentDisplay) o; in equals()
94 private final Map<CurrentDisplay, OrientationRectF> mSwipeTouchRegions =
95 new HashMap<CurrentDisplay, OrientationRectF>();
99 private CurrentDisplay mCurrentDisplay = new CurrentDisplay();
184 mCurrentDisplay = new CurrentDisplay(info.currentSize, info.rotation); in createOrAddTouchRegion()
249 mCurrentDisplay = new CurrentDisplay(region.currentSize, region.rotation); in resetSwipeRegions()
410 for (CurrentDisplay key: mSwipeTouchRegions.keySet()) { in dump()