Searched refs:rotationMode (Results 1 – 3 of 3) sorted by relevance
159 public Consumer<MotionEvent> getRecentsViewDispatcher(RotationMode rotationMode) { in getRecentsViewDispatcher() argument160 return mRecentsView != null ? mRecentsView.getEventDispatcher(rotationMode) : null; in getRecentsViewDispatcher()
1774 public Consumer<MotionEvent> getEventDispatcher(RotationMode rotationMode) { in getEventDispatcher() argument1775 if (rotationMode.isTransposed) { in getEventDispatcher()1777 transform.setRotate(-rotationMode.surfaceRotation); in getEventDispatcher()
298 RotationMode rotationMode = mLauncher.getRotationMode(); in setInsets() local300 rotationMode.mapRect(padding, mTempRect); in setInsets()302 rotationMode.mapRect(stableGrid.getInsets(), mInsets); in setInsets()319 page.setRotationMode(rotationMode); in setInsets()