OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATION_270
(Results
1 - 25
of
42
) sorted by null
1
2
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h
41
ROTATION_270
= 270
/frameworks/base/services/java/com/android/server/display/
DisplayDevice.java
194
|| mCurrentOrientation == Surface.
ROTATION_270
);
LocalDisplayAdapter.java
167
mInfo.rotation = Surface.
ROTATION_270
;
LogicalDisplay.java
275
|| orientation == Surface.
ROTATION_270
);
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
165
case Surface.
ROTATION_270
: return 270;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java
162
case Surface.
ROTATION_270
: return 270;
EyePosition.java
121
case Surface.
ROTATION_270
: x = gy; y = -gx; break;
170
case Surface.
ROTATION_270
: x = gx; y = -gy; break;
/frameworks/base/core/java/android/view/
Surface.java
101
public static final int
ROTATION_270
= 3;
444
case Surface.
ROTATION_270
: {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java
138
case Surface.
ROTATION_270
:
/frameworks/base/core/java/android/app/
UiAutomation.java
94
public static final int ROTATION_FREEZE_270 = Surface.
ROTATION_270
;
656
case Surface.
ROTATION_270
: {
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
403
case Surface.
ROTATION_270
:
/external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java
423
case Surface.
ROTATION_270
:
/frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java
224
|| originalRotation == Surface.
ROTATION_270
) {
335
case Surface.
ROTATION_270
:
454
case Surface.
ROTATION_270
:
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
72
Surface.
ROTATION_270
,
MonkeySourceScript.java
427
(rotationDegree == Surface.
ROTATION_270
)) {
[
all
...]
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java
129
case Surface.
ROTATION_270
:
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java
324
case Surface.
ROTATION_270
:
458
case Surface.
ROTATION_270
:
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
350
case Surface.
ROTATION_270
: degrees = 270; break;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
657
case Surface.
ROTATION_270
: degrees = 270; break;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
449
mRotatedViews[Surface.
ROTATION_270
] = NAVBAR_ALWAYS_AT_RIGHT
/frameworks/base/services/java/com/android/server/power/
ElectronBeam.java
725
case Surface.
ROTATION_270
:
/packages/apps/LegacyCamera/src/com/android/camera/
Util.java
333
case Surface.
ROTATION_270
: return 270;
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
508
case Surface.
ROTATION_270
:
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
426
case Surface.
ROTATION_270
:
Completed in 1272 milliseconds
1
2