OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATION_270
(Results
26 - 50
of
81
) sorted by null
1
2
3
4
/developers/build/prebuilts/gradle/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
384
case Surface.
ROTATION_270
:
/developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
384
case Surface.
ROTATION_270
:
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
403
case Surface.
ROTATION_270
:
/development/samples/browseable/AccelerometerPlay/src/com.example.android.accelerometerplay/
AccelerometerPlayActivity.java
384
case Surface.
ROTATION_270
:
/frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java
318
|| orientation == Surface.
ROTATION_270
);
VirtualDisplayAdapter.java
332
mInfo.rotation = Surface.
ROTATION_270
;
ColorFade.java
769
case Surface.
ROTATION_270
:
LocalDisplayAdapter.java
413
mInfo.rotation = Surface.
ROTATION_270
;
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
CameraView.java
179
jpegRotation = Surface.
ROTATION_270
;
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java
88
ORIENTATIONS.append(Surface.
ROTATION_270
, 180);
534
case Surface.
ROTATION_270
:
751
if (Surface.ROTATION_90 == rotation || Surface.
ROTATION_270
== rotation) {
[
all
...]
/developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java
88
ORIENTATIONS.append(Surface.
ROTATION_270
, 180);
534
case Surface.
ROTATION_270
:
751
if (Surface.ROTATION_90 == rotation || Surface.
ROTATION_270
== rotation) {
[
all
...]
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java
88
ORIENTATIONS.append(Surface.
ROTATION_270
, 180);
534
case Surface.
ROTATION_270
:
751
if (Surface.ROTATION_90 == rotation || Surface.
ROTATION_270
== rotation) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
DockedStackDividerController.java
24
import static android.view.Surface.
ROTATION_270
;
166
final boolean rotated = (rotation == ROTATION_90 || rotation ==
ROTATION_270
);
197
final boolean rotated = (rotation == ROTATION_90 || rotation ==
ROTATION_270
);
[
all
...]
ScreenRotationAnimation.java
241
|| originalRotation == Surface.
ROTATION_270
) {
350
case Surface.
ROTATION_270
:
469
case Surface.
ROTATION_270
:
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java
156
case Surface.
ROTATION_270
:
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
72
Surface.
ROTATION_270
,
/packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java
281
} else if (rotation == Surface.ROTATION_180 || rotation == Surface.
ROTATION_270
) {
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java
129
case Surface.
ROTATION_270
:
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java
675
case Surface.
ROTATION_270
: degrees = 270; break;
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java
531
case Surface.
ROTATION_270
: degrees = 270; break;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
659
case Surface.
ROTATION_270
: degrees = 270; break;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoCapturerAndroid.java
651
case Surface.
ROTATION_270
:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
524
mRotatedViews[Surface.
ROTATION_270
] =
/packages/apps/LegacyCamera/src/com/android/camera/
Util.java
333
case Surface.
ROTATION_270
: return 270;
/developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java
133
ORIENTATIONS.append(Surface.
ROTATION_270
, 270);
[
all
...]
Completed in 1847 milliseconds
1
2
3
4