Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java212 @SurfaceRotation int touchRotation, @SurfaceRotation int displayRotation) { in update()
214 mTouchRotation = touchRotation; in update()
215 mPreviousRotation = touchRotation; in update()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2715 public void setLayoutRotation(int touchRotation, int displayRotation) { in setLayoutRotation() argument
2716 if (mOrientationState.update(touchRotation, displayRotation)) { in setLayoutRotation()