Home
last modified time | relevance | path

Searched refs:rotateRectToDisplayRotation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/
H A DExtensionHelper.java53 public static void rotateRectToDisplayRotation( in rotateRectToDisplayRotation() method in ExtensionHelper
58 rotateRectToDisplayRotation(displayInfo, rotation, inOutRect); in rotateRectToDisplayRotation()
66 static void rotateRectToDisplayRotation(@NonNull DisplayInfo displayInfo, in rotateRectToDisplayRotation() method in ExtensionHelper
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java20 import static androidx.window.util.ExtensionHelper.rotateRectToDisplayRotation;
127 rotateRectToDisplayRotation(displayId, rotation, featureRect); in getDisplayFeatures()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/util/
H A DExtensionHelperTest.java72 ExtensionHelper.rotateRectToDisplayRotation(displayInfo, rotation, rect); in testRotateRectToDisplayRotation()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
H A DWindowLayoutComponentImpl.java23 import static androidx.window.util.ExtensionHelper.rotateRectToDisplayRotation;
349 rotateRectToDisplayRotation(displayId, rotation, featureRect); in getDisplayFeatures()