OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATION_0
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/java/android/view/
WindowOrientationListener.java
122
// Internal aliases for the four orientation states.
ROTATION_0
= default portrait mode,
124
private static final int
ROTATION_0
= 0;
129
private int mRotation =
ROTATION_0
;
132
private final int[] SURFACE_ROTATIONS = new int[] {Surface.
ROTATION_0
, Surface.ROTATION_90,
136
// The first list is for transitions from
ROTATION_0
, the next for ROTATION_90, etc.
151
{
ROTATION_0
, ROTATION_270,
ROTATION_0
},
152
{
ROTATION_0
, ROTATION_90,
ROTATION_0
}
Surface.java
131
public static final int
ROTATION_0
= 0;
/frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java
[
all
...]
/frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindowManager.java
628
return Surface.
ROTATION_0
;
[
all
...]
/frameworks/base/core/java/android/webkit/
BrowserFrame.java
143
case Surface.
ROTATION_0
:
[
all
...]
/frameworks/base/core/java/android/hardware/
SensorManager.java
275
private static int sRotation = Surface.
ROTATION_0
;
[
all
...]
/frameworks/base/services/java/com/android/server/
KeyInputQueue.java
89
int mOrientation = Surface.
ROTATION_0
;
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 565 milliseconds