Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFullscreenRotationTest.java50 Utils.getDeviceRotation(getInstrumentation()) == Utils.ROTATION_MODE_LEFT ? in testRotation()
H A DUtils.java74 public static int getDeviceRotation(Instrumentation instrumentation) { in getDeviceRotation() method in Utils