/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
AbstractMonkeyTest.java | 23 static final String MONKEY_CMD = "monkey --pct-touch 0 --pct-motion 0 --pct-majornav 0 --pct-syskeys 0 --pct-anyevent 0 --pct-rotation 0";
|
/cts/tests/tests/graphics/res/drawable/ |
vector_icon_transformation_2.xml | 35 android:rotation="90"
|
vector_icon_transformation_3.xml | 35 android:rotation="90"
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyEvent.java | 30 public static final int EVENT_TYPE_ROTATION = 3; // Screen rotation
|
/development/ndk/sources/android/ndk_helper/ |
tapCamera.h | 58 //Camera Rotation
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3HALHeader.h | 75 cam_rotation_t rotation; member in struct:qcamera::__anon4169
|
/external/ceres-solver/include/ceres/ |
numeric_diff_functor.h | 52 // action of camera extrinsics, i.e., rotation and translation, which 56 // void RotateAndTranslatePoint(const T* rotation, 74 // bool operator()(const T* rotation, 80 // RotateAndTranslatePoint(rotation, translation, point, transformed_point);
|
/external/chromium_org/chrome/browser/extensions/ |
display_info_provider_chromeos_unittest.cc | 84 EXPECT_EQ(0, result[0]->rotation); 102 EXPECT_EQ(0, result[1]->rotation); 122 EXPECT_EQ(90, result[0]->rotation); 132 EXPECT_EQ(270, result[0]->rotation); 142 EXPECT_EQ(180, result[0]->rotation); 152 EXPECT_EQ(0, result[0]->rotation); 668 info.rotation.reset(new int(90)); 679 EXPECT_EQ(gfx::Display::ROTATE_90, secondary.rotation()); 681 info.rotation.reset(new int(270)); 689 EXPECT_EQ(gfx::Display::ROTATE_270, secondary.rotation()); [all...] |
/external/chromium_org/chrome/utility/media_galleries/ |
image_metadata_extractor.h | 48 int rotation() const;
|
image_metadata_extractor_unittest.cc | 55 EXPECT_EQ(0, extractor->rotation());
|
/external/chromium_org/media/video/capture/win/ |
video_capture_device_mf_win.h | 53 int rotation,
|
/external/chromium_org/ppapi/cpp/ |
touch_point.h | 38 /// @return The angle of rotation of the elliptical model of this TouchPoint
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleManyRects.cpp | 49 // Rotation messes up the GPU batching because of the clip below. We don't notice
|
/external/chromium_org/ui/gfx/android/ |
device_display_info.h | 54 // Returns the display rotation angle from its natural orientation. Expected
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LMqrsolv.h | 50 /* eliminate the diagonal matrix d using a givens rotation. */ 66 /* determine a givens rotation which eliminates the */ 126 // Eliminate the diagonal matrix d using a givens rotation 150 // Determine a givens rotation which eliminates
|
/external/qemu/android/skin/ |
keyboard.h | 44 SkinRotation rotation );
|
rect.h | 46 extern void skin_rect_rotate ( SkinRect* dst, SkinRect* src, SkinRotation rotation );
|
/external/skia/samplecode/ |
SampleManyRects.cpp | 49 // Rotation messes up the GPU batching because of the clip below. We don't notice
|
/frameworks/av/include/private/media/ |
VideoFrame.h | 66 int32_t mRotationAngle; // rotation angle, clockwise, should be multiple of 90
|
/frameworks/base/core/res/res/values-sw600dp/ |
config.xml | 23 <!-- Enable lockscreen rotation -->
|
/frameworks/base/packages/SystemUI/res/anim/ |
ic_landscape_from_auto_rotate_animation_arrows.xml | 50 android:propertyName="rotation"
|
ic_portrait_from_auto_rotate_animation_arrows.xml | 50 android:propertyName="rotation"
|
ic_portrait_to_auto_rotate_animation_arrows.xml | 50 android:propertyName="rotation"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
RotationLockControllerImpl.java | 26 /** Platform implementation of the rotation lock controller. **/
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
IImsVideoCallProvider.aidl | 51 void setDeviceOrientation(int rotation);
|