Home
last modified time | relevance | path

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

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