Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOrientationRectF.java19 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
71 postDisplayRotation(deltaRotation, mHeight, mWidth, mTmpMatrix); in applyTransform()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java25 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
289 postDisplayRotation(deltaRotation( in applyWindowToHomeRotation()
H A DRecentsOrientedState.java520 public static void postDisplayRotation(@SurfaceRotation int displayRotation, in postDisplayRotation() method in RecentsOrientedState