OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATION_MODE_LEFT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
FullscreenRotationTest.java
49
Utils.getDeviceRotation(getInstrumentation()) == Utils.
ROTATION_MODE_LEFT
?
50
Utils.ROTATION_MODE_RIGHT : Utils.
ROTATION_MODE_LEFT
);
Utils.java
40
protected final static int
ROTATION_MODE_LEFT
= 1;
78
return
ROTATION_MODE_LEFT
;
99
case
ROTATION_MODE_LEFT
:
Completed in 494 milliseconds