OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATION_180
(Results
1 - 25
of
41
) sorted by null
1
2
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h
40
ROTATION_180
= 180,
videoframe_unittest.h
[
all
...]
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
164
case Surface.
ROTATION_180
: return 180;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java
161
case Surface.
ROTATION_180
: return 180;
EyePosition.java
120
case Surface.
ROTATION_180
: x = -gx; y = -gy; break;
169
case Surface.
ROTATION_180
: x = gy; y = gx; break;
/frameworks/base/core/java/android/view/
Surface.java
96
public static final int
ROTATION_180
= 2;
441
case Surface.
ROTATION_180
: {
DisplayInfo.java
140
* {@link android.view.Surface#ROTATION_90}, {@link android.view.Surface#
ROTATION_180
},
366
return rotation == Surface.ROTATION_0 || rotation == Surface.
ROTATION_180
?
371
return rotation == Surface.ROTATION_0 || rotation == Surface.
ROTATION_180
?
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java
135
case Surface.
ROTATION_180
:
/frameworks/base/core/java/android/app/
UiAutomation.java
91
public static final int ROTATION_FREEZE_180 = Surface.
ROTATION_180
;
653
case Surface.
ROTATION_180
: {
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
399
case Surface.
ROTATION_180
:
/external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java
420
case Surface.
ROTATION_180
:
/frameworks/base/core/java/android/hardware/
LegacySensorManager.java
331
if ((orientation & Surface.
ROTATION_180
) != 0) {
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
71
Surface.
ROTATION_180
,
MonkeySourceScript.java
426
(rotationDegree == Surface.
ROTATION_180
) ||
[
all
...]
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java
126
case Surface.
ROTATION_180
:
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java
318
case Surface.
ROTATION_180
:
452
case Surface.
ROTATION_180
:
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java
331
case Surface.
ROTATION_180
:
444
case Surface.
ROTATION_180
:
[
all
...]
/packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java
409
case Surface.
ROTATION_180
: return 180;
427
if (orientation == Surface.ROTATION_0 || orientation == Surface.
ROTATION_180
) {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
349
case Surface.
ROTATION_180
: degrees = 180; break;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
656
case Surface.
ROTATION_180
: degrees = 180; break;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
445
mRotatedViews[Surface.
ROTATION_180
] = findViewById(R.id.rot0);
/frameworks/base/services/java/com/android/server/power/
ElectronBeam.java
721
case Surface.
ROTATION_180
:
/packages/apps/LegacyCamera/src/com/android/camera/
Util.java
332
case Surface.
ROTATION_180
: return 180;
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
506
case Surface.
ROTATION_180
:
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
424
case Surface.
ROTATION_180
:
Completed in 137 milliseconds
1
2