Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java21 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
234 postDisplayRotation(deltaRotation( in applyWindowToHomeRotation()
DRecentsOrientedState.java519 public static void postDisplayRotation(@SurfaceRotation int displayRotation, in postDisplayRotation() method in RecentsOrientedState
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOrientationTouchTransformer.java26 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
456 postDisplayRotation(deltaRotation(mCurrentDisplay.rotation, mRotation), in applyTransform()