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/
DOrientationRectF.java19 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
71 postDisplayRotation(deltaRotation, mHeight, mWidth, mTmpMatrix); in applyTransform()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java28 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
413 postDisplayRotation(deltaRotation( in applyWindowToHomeRotation()
DRecentsOrientedState.java511 public static void postDisplayRotation(@SurfaceRotation int displayRotation, in postDisplayRotation() method in RecentsOrientedState