HomeSort by relevance Sort by last modified time
    Searched full:rotation (Results 201 - 225 of 1950) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 39 PropertyValuesHolder.ofFloat("rotation", 0.f, 270.f));
56 PropertyValuesHolder.ofFloat("rotation", -45.f, 0.f));
68 PropertyValuesHolder.ofFloat("rotation", 60.f, 0.f));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceSensors.java 52 // Holds a shortened version of the rotation vector for compatibility purposes.
220 // appears to throw an exception if rotation vector has length > 4.
222 // rotation vector are sufficient (see crbug.com/335298 for details).
245 * Returns orientation angles from a rotation matrix, such that the angles are according
248 * It is assumed the rotation matrix transforms a 3D column vector from device coordinate system
251 * In particular we compute the decomposition of a given rotation matrix R such that <br>
253 * where Rz, Rx and Ry are rotation matrices around Z, X and Y axes in the world coordinate
267 * <li>values[0]: rotation around the Z axis, alpha in [0, 2*pi)</li>
268 * <li>values[1]: rotation around the X axis, beta in [-pi, pi)</li>
269 * <li>values[2]: rotation around the Y axis, gamma in [-pi/2, pi/2)</li
    [all...]
ScreenOrientationProvider.java 48 int rotation = displayInfo.getRotationDegrees(); local
49 if (rotation == 0 || rotation == 180) {
  /external/chromium_org/media/base/
video_util.h 61 // Rotates |src| plane by |rotation| degree with possible flipping vertically
63 // |rotation| is limited to {0, 90, 180, 270}.
77 int rotation, // Clockwise.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
rotate.h 21 // Supported rotation.
23 kRotate0 = 0, // No rotation.
99 // order will result in a rotation by +- 90 degrees.
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate.h 21 // Supported rotation.
23 kRotate0 = 0, // No rotation.
99 // order will result in a rotation by +- 90 degrees.
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.h 57 VideoCaptureRotation* rotation);
58 static int32_t RotationInDegrees(VideoCaptureRotation rotation,
73 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 80 ScreenOrientation mapScreenRotation (ScreenRotation rotation)
82 switch (rotation)
89 print("Warning: Unsupported rotation");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
RotationLockTile.java 26 /** Quick settings tile: Rotation **/
98 * @param locked Whether or not rotation is locked.
101 * @param idWhenOff The id which should be used when the rotation lock is off.
  /frameworks/base/services/core/java/com/android/server/wm/
CircularDisplayMask.java 144 void positionSurface(int dw, int dh, int rotation) {
145 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
151 mRotation = rotation;
EmulatorDisplayOverlay.java 116 void positionSurface(int dw, int dh, int rotation) {
117 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
123 mRotation = rotation;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AbstractSlotRenderer.java 47 Texture content, int width, int height, int rotation) {
53 if (rotation != 0) {
55 canvas.rotate(rotation, 0, 0, 1);
SlideshowView.java 52 public void next(Bitmap bitmap, int rotation) {
65 mCurrentRotation = rotation;
67 if (((rotation / 90) & 0x01) == 0) {
  /external/chromium_org/ash/display/
root_window_transformers.cc 26 DECLARE_WINDOW_PROPERTY_TYPE(gfx::Display::Rotation);
32 DEFINE_WINDOW_PROPERTY_KEY(gfx::Display::Rotation, kRotationPropertyKey,
57 // TODO(oshima): Add animation. (crossfade+rotation, or just cross-fade)
63 if (info.rotation() == root_window->GetProperty(kRotationPropertyKey))
65 root_window->SetProperty(kRotationPropertyKey, info.rotation());
72 switch (info.rotation()) {
  /hardware/invensense/6515/libsensors_iio/
sensors.h 140 {"MPL Rotation Vector", "Invensense", 1, SENSORS_ROTATION_VECTOR_HANDLE,
143 {"MPL Game Rotation Vector", "Invensense", 1, SENSORS_GAME_ROTATION_VECTOR_HANDLE,
162 {"MPL Geomagnetic Rotation Vector", "Invensense", 1,
198 {"MPL Rotation Vector", "Invensense", 1,
201 {"MPL Game Rotation Vector", "Invensense", 1,
219 {"MPL Geomagnetic Rotation Vector", "Invensense", 1,
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 65 // Calculate the rotation matrix to apply orientation on the original image
86 // Set the translation of the matrix so that after rotation, the top left
105 // rotation to find out the region in the original image
158 Matrix rotation = new Matrix(); local
159 rotation.setRotate(mOrientation);
160 return Bitmap.createBitmap(b, 0, 0, b.getWidth(), b.getHeight(), rotation, false);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 174 class rotation(aetools.ComponentItem): class in inherits:aetools.ComponentItem
175 """rotation - """
371 rotation._superclassnames = []
372 rotation._privpropdict = {
374 rotation._privelemdict = {
424 'trot' : rotation,
  /cts/tests/tests/graphics/res/drawable/
vector_icon_clip_path_1.xml 25 android:rotation="-30" >
46 android:rotation="-30" >
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLSurfaceView.java 61 // reverse direction of rotation above the mid-line
66 // reverse direction of rotation to left of the mid-line
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLSurfaceView.java 64 // reverse direction of rotation above the mid-line
69 // reverse direction of rotation to left of the mid-line
  /device/asus/deb/original-kernel-headers/media/
msmb_pproc.h 34 * pad internally like other blocks, also needed for rotation
35 * rotation expects all the blocks in the stripe to be the same size
  /device/asus/flo/original-kernel-headers/media/
msmb_pproc.h 34 * pad internally like other blocks, also needed for rotation
35 * rotation expects all the blocks in the stripe to be the same size
  /external/chromium_org/media/video/capture/linux/
video_capture_device_chromeos.cc 76 // Post the screen rotation change from the UI thread to capture thread
113 SetRotation(display.rotation() * 90);
  /external/chromium_org/ppapi/c/
pp_touch_point.h 28 * single touch point, such as position, id, rotation angle, and pressure.
51 * This value represents the angle of rotation in degrees of the elliptical
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_to_i420.cc 23 // Convert camera sample to I420 with cropping, rotation and vertical flip.
37 enum RotationMode rotation,
46 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_I420 &&
67 // One pass rotation is available for some formats. For the rest, convert
227 crop_width, inv_crop_height, rotation);
238 crop_width, inv_crop_height, rotation);
285 crop_width, inv_crop_height, rotation);
372 crop_width, abs_crop_height, rotation);

Completed in 2886 milliseconds

1 2 3 4 5 6 7 891011>>