OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATION_90
(Results
1 - 25
of
42
) sorted by null
1
2
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h
39
ROTATION_90
= 90,
/frameworks/base/services/java/com/android/server/display/
DisplayDevice.java
193
boolean isRotated = (mCurrentOrientation == Surface.
ROTATION_90
LogicalDisplay.java
274
boolean rotated = (orientation == Surface.
ROTATION_90
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
163
case Surface.
ROTATION_90
: return 90;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java
160
case Surface.
ROTATION_90
: return 90;
EyePosition.java
119
case Surface.
ROTATION_90
: x = -gy; y= gx; break;
168
case Surface.
ROTATION_90
: x = -gx; y= gy; break;
/frameworks/base/core/java/android/view/
Surface.java
91
public static final int
ROTATION_90
= 1;
438
case Surface.
ROTATION_90
: {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java
132
case Surface.
ROTATION_90
:
/frameworks/base/core/java/android/app/
UiAutomation.java
88
public static final int ROTATION_FREEZE_90 = Surface.
ROTATION_90
;
650
case Surface.
ROTATION_90
: {
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
395
case Surface.
ROTATION_90
:
/external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java
417
case Surface.
ROTATION_90
:
/frameworks/base/core/java/android/hardware/
LegacySensorManager.java
314
if ((orientation & Surface.
ROTATION_90
) != 0) {
/frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java
223
if (originalRotation == Surface.
ROTATION_90
327
case Surface.
ROTATION_90
:
434
case Surface.
ROTATION_90
:
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
70
Surface.
ROTATION_90
,
MonkeySourceScript.java
425
(rotationDegree == Surface.
ROTATION_90
) ||
[
all
...]
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java
123
case Surface.
ROTATION_90
:
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java
321
case Surface.
ROTATION_90
:
455
case Surface.
ROTATION_90
:
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
348
case Surface.
ROTATION_90
: degrees = 90; break;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
655
case Surface.
ROTATION_90
: degrees = 90; break;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
447
mRotatedViews[Surface.
ROTATION_90
] = findViewById(R.id.rot90);
/frameworks/base/services/java/com/android/server/power/
ElectronBeam.java
717
case Surface.
ROTATION_90
:
/packages/apps/LegacyCamera/src/com/android/camera/
Util.java
331
case Surface.
ROTATION_90
: return 90;
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
504
case Surface.
ROTATION_90
:
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
422
case Surface.
ROTATION_90
:
Completed in 1291 milliseconds
1
2