/frameworks/base/graphics/java/android/graphics/drawable/ |
RotateDrawable.java | 35 * value. The start and end angles of rotation can be controlled to map any 289 * <p>Represents the state of a rotation for a given drawable. The same
|
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Process.c | 311 * Apply rotation matrix and delay samples 321 * Rotation matrix mix
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeWindowManager.java | 56 public BridgeWindowManager(Configuration config, DisplayMetrics metrics, int rotation) { 59 mRotation = rotation;
|
/frameworks/media/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeYUVtoBGR565.c | 21 * -# Resizes YUV420 and converts to RGR565 with rotation 36 * @brief Resize YUV420 plane and converts to BGR565 with +90 rotation.
|
M4VIFI_ResizeYUVtoRGB565.c | 21 * -# Resizes YUV420 and converts to RGR565 with rotation 39 * @brief Resize YUV420 plane and converts to RGB565 with +90 rotation.
|
/hardware/msm7k/libcamera/ |
camera_ifc.h | 139 /* it indicates the degree of clockwise rotation that should be 141 uint16_t rotation; member in struct:__anon16057
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 111 generated by a rotation with a common unknown focal length. No specific normalization 281 /*Compute rotation*/
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageViewTouchBase.java | 124 private void setImageBitmap(Bitmap bitmap, int rotation) { 133 mBitmapDisplayed.setRotation(rotation);
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
LayoutAnimations.java | 178 PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2);
|
LayoutAnimationsHideShow.java | 143 PropertyValuesHolder.ofKeyframe("rotation", kf0, kf1, kf2);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchRotateActivity.java | 68 * Implement a simple rotation control.
|
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/ |
rsrenderstates.rs | 346 // Aplly a rotation to our mesh 443 // Aplly a rotation to our mesh 479 // Aplly a rotation to our mesh 515 // Aplly a rotation to our mesh
|
/device/sample/skins/WVGAMedDpi/ |
layout | 413 rotation 3
|
/external/grub/stage2/ |
fs.h | 222 short fs_opostbl[16][8]; /* old rotation block list head */ 233 int fs_postbloff; /* (short) rotation block list head */ 234 int fs_rotbloff; /* (u_char) blocks for each rotation */ 236 u_char fs_space[1]; /* list of blocks for each rotation */
|
/external/kernel-headers/original/video/ |
dsscomp.h | 305 * rotation. 307 * 3) Rotation will not modify the output region, specifically 324 __u8 rotation; /* 0..3 (*90 degrees clockwise) */ member in struct:dss2_ovl_cfg 325 __u8 mirror; /* left-to-right: mirroring is applied after rotation */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.h | 124 Rotation saved_rotation;
|
/external/qemu/docs/ |
ANDROID-FRAMEBUFFER.TXT | 17 and the internal pixel rotation to apply before display (see
|
/external/skia/gpu/src/ |
GrTouchGesture.cpp | 106 // this query works 'cause we know that we're square-scale w/ no skew/rotation
|
/external/skia/include/core/ |
SkMatrix.h | 210 /** Preconcats the matrix with the specified rotation. 214 /** Preconcats the matrix with the specified rotation. 247 /** Postconcats the matrix with the specified rotation. 251 /** Postconcats the matrix with the specified rotation.
|
/external/webkit/Source/WebCore/manual-tests/ |
animate-none.html | 170 that involves rotation or fading means that this test has FAILED.</p>
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGContainer.cpp | 133 // FIXME: This means our focus ring won't share our rotation like it should.
|
/frameworks/base/core/java/android/hardware/ |
Sensor.java | 101 * A constant describing a rotation vector sensor type.
|
/frameworks/base/core/java/android/inputmethodservice/ |
SoftInputWindow.java | 163 // Let the input method window's orientation follow sensor based rotation
|
/frameworks/base/docs/html/guide/topics/graphics/ |
animation.jd | 28 rotation of a View but not the background color, for instance.</p>
|
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 382 * Preconcats the matrix with the specified rotation. 390 * Preconcats the matrix with the specified rotation. 446 * Postconcats the matrix with the specified rotation. 454 * Postconcats the matrix with the specified rotation.
|