Searched refs:CurrentDisplay (Results 1 – 1 of 1) sorted by relevance
51 private static class CurrentDisplay { class in OrientationTouchTransformer55 CurrentDisplay() { in CurrentDisplay() method in OrientationTouchTransformer.CurrentDisplay60 CurrentDisplay(Point size, int rotation) { in CurrentDisplay() method in OrientationTouchTransformer.CurrentDisplay77 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()