OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATION_0
(Results
1 - 25
of
46
) sorted by null
1
2
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java
25
private int rotation = Surface.
ROTATION_0
;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h
38
ROTATION_0
= 0,
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
162
case Surface.
ROTATION_0
: return 0;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java
159
case Surface.
ROTATION_0
: return 0;
/frameworks/base/core/java/android/view/
Surface.java
86
public static final int
ROTATION_0
= 0;
435
case Surface.
ROTATION_0
: {
436
return "
ROTATION_0
";
DisplayInfo.java
139
* May be one of {@link android.view.Surface#
ROTATION_0
},
366
return rotation == Surface.
ROTATION_0
|| rotation == Surface.ROTATION_180 ?
371
return rotation == Surface.
ROTATION_0
|| rotation == Surface.ROTATION_180 ?
/frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java
210
mBaseDisplayInfo.rotation = Surface.
ROTATION_0
;
260
int orientation = Surface.
ROTATION_0
;
DisplayDeviceInfo.java
150
* relative to its physical coordinate system. Default is {@link Surface#
ROTATION_0
}.
157
public int rotation = Surface.
ROTATION_0
;
/frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java
133
wm.freezeRotation(Surface.
ROTATION_0
);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java
129
case Surface.
ROTATION_0
:
/frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java
324
case Surface.
ROTATION_0
:
349
int delta = deltaRotation(rotation, Surface.
ROTATION_0
);
391
&& (!dismissing || delta != Surface.
ROTATION_0
)) {
424
case Surface.
ROTATION_0
:
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
444
mRotatedViews[Surface.
ROTATION_0
] =
453
mCurrentView = mRotatedViews[Surface.
ROTATION_0
];
/cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java
167
Surface.
ROTATION_0
, display.getRotation());
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
391
case Surface.
ROTATION_0
:
/external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java
426
case Surface.
ROTATION_0
:
/frameworks/base/core/java/android/app/
UiAutomation.java
85
public static final int ROTATION_FREEZE_0 = Surface.
ROTATION_0
;
/frameworks/base/core/java/android/hardware/
LegacySensorManager.java
36
private static int sRotation = Surface.
ROTATION_0
;
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
69
Surface.
ROTATION_0
,
/frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java
261
Surface.
ROTATION_0
, display.getRotation());
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java
120
case Surface.
ROTATION_0
:
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java
317
case Surface.
ROTATION_0
:
439
*
ROTATION_0
, rotation. Note that there is a bug filed for Android API to request
449
case Surface.
ROTATION_0
:
[
all
...]
/packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java
407
case Surface.
ROTATION_0
: return 0;
427
if (orientation == Surface.
ROTATION_0
|| orientation == Surface.ROTATION_180) {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
347
case Surface.
ROTATION_0
: degrees = 0; break;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
654
case Surface.
ROTATION_0
: degrees = 0; break;
/frameworks/base/services/java/com/android/server/power/
ElectronBeam.java
713
case Surface.
ROTATION_0
:
Completed in 1299 milliseconds
1
2