Searched refs:rotation (Results 76 - 85 of 85) sorted by relevance

1234

/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp720 bool useIdentityTransform, uint32_t rotation) {
733 static_cast<ISurfaceComposer::Rotation>(rotation));
717 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java155 // To support rotation
158 /** The current rotation amount, in degrees */
956 // re-apply any rotation
1090 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
1415 * Runnable that animates an image rotation operation.
1438 public void start(float rotation) { argument
1443 mTargetRotation = rotation;
1453 * Stops the animation in place. It does not snap the image to its final rotation.
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp333 matrixf_t rotation; local
334 GLfloat* r = rotation.m;
377 multiply(rotation);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java522 * This method will cause the View's <code>rotation</code> property to be animated to the
529 public ViewPropertyAnimator rotation(float value) { method in class:ViewPropertyAnimator
535 * This method will cause the View's <code>rotation</code> property to be animated by the
H A DView.java596 * rotation, translation and alpha of a view over time. If the animation is
2970 * based on the translation, rotation, and scale properties.
2979 * internally based on the translation, rotation, and scale properties.
3477 * rotation transformations are applied on a view. It can also be used to
3714 float rotation = 0;
3802 rotation = a.getFloat(attr, 0);
4182 setRotation(rotation);
10092 * rotation, scale, and pivot properties.
10160 * use a camera distance that's greater than the height (X axis rotation) or
10161 * the width (Y axis rotation) o
10231 setRotation(float rotation) argument
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java737 switch (displayInfo.rotation) {
/frameworks/base/core/java/android/widget/
H A DStackView.java1427 float rotation = v.getRotation();
1436 v.setRotation(rotation);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java160 int displayId, int rotation,
159 nativeSetDisplayViewport(long ptr, boolean external, int displayId, int rotation, int logicalLeft, int logicalTop, int logicalRight, int logicalBottom, int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, int deviceWidth, int deviceHeight) argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1053 XAmillidegree rotation
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java4604 public void onRotationChanged(int rotation) throws RemoteException { argument
4616 Log.e(TAG, "Couldn't start watching for device rotation", ex);

Completed in 355 milliseconds

1234