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

1 2 3 4 5 67 8 91011>>

  /packages/apps/LegacyCamera/res/raw/
goofy_face.graph 86 // Orientation rotation filter
88 rotation = 0;
91 // Orientation rotation filter for facemeta data
93 rotation = 0;
  /packages/apps/Settings/res/values-sw600dp/
bools.xml 21 <!-- CryptKeeper allow rotation -->
  /external/chromium_org/ash/display/
display_info.h 58 // (5%), and one rotation property where 'r' is 90 degree clock-wise
68 // no rotation. 1.0 ui scale.
71 // no overscan, no rotation. 1.0 ui scale.
106 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; }
107 gfx::Display::Rotation rotation() const { return rotation_; } function in class:ash::DisplayInfo
164 // and rotation settings.
226 gfx::Display::Rotation rotation_
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 41 * rotation of its associated logical display.
119 * This value is not affected by display rotation.
125 * This value is not affected by display rotation.
184 * The additional rotation to apply to all content presented on the display device
192 public int rotation = Surface.ROTATION_0; field in class:DisplayDeviceInfo
255 && rotation == other.rotation
282 rotation = other.rotation;
304 sb.append(", rotation ").append(rotation)
    [all...]
  /external/chromium_org/content/common/cursors/
webcursor_ozone.cc 29 if (rotation_ == display.rotation() &&
34 rotation_ = display.rotation();
  /external/chromium_org/pdf/pdfium/
pdfium_range.cc 31 int rotation) {
53 page_->PageToScreen(offset, zoom, left, top, right, bottom, rotation));
  /external/chromium_org/ppapi/api/
pp_touch_point.idl 14 * single touch point, such as position, id, rotation angle, and pressure.
41 * This value represents the angle of rotation in degrees of the elliptical
  /external/chromium_org/ui/base/cursor/
cursor_loader_ozone.cc 25 GetImageCursorBitmap(resource_id, scale(), rotation(), &hotspot, &bitmap);
39 resource_id, scale(), rotation(), &hotspot, &bitmaps);
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 26 // |rotation| is NULL. It does not affect |rotation| in this case. Otherwise
27 // *rotation is set to be the appropriate sanitized rotation matrix. That is,
28 // the rotation matrix corresponding to |degrees| which has entries that are all
30 bool MassageRotationIfMultipleOfNinetyDegrees(gfx::Transform* rotation,
32 if (!IsMultipleOfNinetyDegrees(degrees) || !rotation)
62 *rotation = transform;
transform_util.h 47 // and rotation components following the routines detailed in this spec:
53 // and rotation components following the routines detailed in this spec:
  /external/qemu/android/skin/
window.h 44 SkinRotation rotation,
63 SkinRotation rotation; member in struct:__anon33806
  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 44 TouchCalibration getTouchCalibrationForInputDevice(String inputDeviceDescriptor, int rotation);
45 void setTouchCalibrationForInputDevice(String inputDeviceDescriptor, int rotation,
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable_progress_bar.xml 27 android:rotation="0"
34 android:rotation="0" >
  /hardware/intel/img/psb_video/src/android/
psb_android_glue.h 41 int psb_android_surfaceflinger_status(void** surface, int *sf_compostion, int *rotation, int *widi);
46 int psb_android_surfaceflinger_rotate(void* window, int *rotation);
  /external/chromium_org/extensions/common/api/
system_display.idl 64 // The display's clockwise rotation in degrees relative to the vertical
67 long rotation;
101 // If set, updates the display's rotation.
102 // Legal values are [0, 90, 180, 270]. The rotation is set clockwise,
105 long? rotation;
112 // The bounds origin is applied after <code>rotation</code>.
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java 51 // This is true if "Settings -> Display -> Rotation Lock" is checked. We
163 // Display rotation >= 180 means we need to use the REVERSE landscape/portrait
174 // clockwise rotation from landscape, so we need
175 // to flip which portrait we pick as display rotation is counter clockwise
229 int rotation = activity.getWindowManager().getDefaultDisplay() local
231 switch (rotation) {
  /packages/apps/Camera2/src/com/android/camera/widget/
VideoRecordingHints.java 36 * portrait before video recording. The rotation device indicator will start rotating
175 * Restart the rotation animation using the current rotation as the starting
176 * rotation, and then rotate a pre-defined amount. If the rotation animation
264 * and rotation from natural orientation.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 42 // This is true if "Settings -> Display -> Rotation Lock" is checked. We
93 // Display rotation >= 180 means we need to use the REVERSE landscape/portrait
104 // clockwise rotation from landscape, so we need
105 // to flip which portrait we pick as display rotation is counter clockwise
156 int rotation = activity.getWindowManager().getDefaultDisplay() local
158 switch (rotation) {
  /frameworks/base/core/java/android/view/
DisplayInfo.java 145 * The rotation of the display relative to its natural orientation.
154 @Surface.Rotation
155 public int rotation; field in class:DisplayInfo
278 && rotation == other.rotation
314 rotation = other.rotation;
346 rotation = source.readInt();
379 dest.writeInt(rotation);
417 return rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180
    [all...]
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 207 virtual void SetRotation(gfx::Display::Rotation rotation) OVERRIDE;
219 gfx::Display::Rotation last_requested_rotation_;
345 void ScreenManagerImpl::SetRotation(gfx::Display::Rotation rotation) {
346 last_requested_rotation_ = rotation;
347 if (rotation_locked_ || rotation ==
348 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().rotation()) {
352 // TODO(flackr): Use display manager to update display rotation:
355 SetDisplayRotation(rotation);
    [all...]
  /external/chromium_org/media/base/
video_util.cc 177 int rotation, // Clockwise.
182 (rotation >= 0) && (rotation < 360) && (rotation % 90 == 0));
185 if (rotation == 180 || rotation == 270) {
186 rotation -= 180;
201 if (rotation == 0) {
206 // Rotation 180.
226 } else if (rotation == 90)
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 66 public int rotation; field in class:TiledImageView.ImageRendererWrapper
161 mRenderer.rotation = source != null ? source.getRotation() : 0;
250 final int rotation = mRenderer.source.getRotation(); local
251 final boolean swap = !(rotation % 180 == 0);
264 if (rotation == 90 || rotation == 180) {
269 if (rotation == 180 || rotation == 270) {
289 mRenderer.image.setModel(mRenderer.source, mRenderer.rotation);
304 mRenderer.image.setModel(mRenderer.source, mRenderer.rotation);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 36 public BoundedRect(float rotation, Rect outerRect, Rect innerRect) {
37 rot = rotation;
46 public BoundedRect(float rotation, RectF outerRect, RectF innerRect) {
47 rot = rotation;
56 public void resetTo(float rotation, RectF outerRect, RectF innerRect) {
57 rot = rotation;
80 * Sets rotation, and re-constrains inner to fit within the rotated bounding rect.
82 public void setRotation(float rotation) {
83 if (rotation == rot)
85 rot = rotation;
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 66 int rotation; field in class:TiledImageView.ImageRendererWrapper
161 mRenderer.rotation = source != null ? source.getRotation() : 0;
250 final int rotation = mRenderer.source.getRotation(); local
251 final boolean swap = !(rotation % 180 == 0);
264 if (rotation == 90 || rotation == 180) {
269 if (rotation == 180 || rotation == 270) {
289 mRenderer.image.setModel(mRenderer.source, mRenderer.rotation);
304 mRenderer.image.setModel(mRenderer.source, mRenderer.rotation);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 66 public int rotation; field in class:TiledImageView.ImageRendererWrapper
173 mRenderer.rotation = source != null ? source.getRotation() : 0;
262 final int rotation = mRenderer.source.getRotation(); local
263 final boolean swap = !(rotation % 180 == 0);
276 if (rotation == 90 || rotation == 180) {
281 if (rotation == 180 || rotation == 270) {
301 mRenderer.image.setModel(mRenderer.source, mRenderer.rotation);
316 mRenderer.image.setModel(mRenderer.source, mRenderer.rotation);
    [all...]

Completed in 1039 milliseconds

1 2 3 4 5 67 8 91011>>