Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java26 import static com.android.quickstep.util.RecentsOrientedState.preDisplayRotation;
266 preDisplayRotation(mOrientationState.getDisplayRotation(), mDp.widthPx, mDp.heightPx, in getCurrentRect()
H A DRecentsOrientedState.java543 public static void preDisplayRotation(@SurfaceRotation int displayRotation, in preDisplayRotation() method in RecentsOrientedState