HomeSort by relevance Sort by last modified time
    Searched defs:ROTATION (Results 1 - 25 of 31) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
BaseResultsDialog.java 38 ROTATION,
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
PreferenceConstants.java 33 public static final String ROTATION = "rotation";
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 537 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
540 // and check rotation. We set the orientation to the same angle.
545 const float ROTATION = ARC * 2;
576 // Apply a rotation about the origin by ROTATION degrees clockwise.
578 setRotationMatrix(matrix, ROTATION * PI_180);
583 float angle = float((i * ARC + ROTATION) * PI_180);
  /frameworks/base/libs/hwui/
Animator.h 197 ROTATION,
RenderNode.h 87 ROTATION = 1 << 7,
  /frameworks/support/dynamic-animation/src/android/support/animation/
DynamicAnimation.java 128 * View's rotation property.
130 public static final ViewProperty ROTATION = new ViewProperty("rotation") {
357 if (mProperty == ROTATION || mProperty == ROTATION_X
511 * change is 1 (pixel). For {@link #ROTATION}, {@link #ROTATION_X} or {@link #ROTATION_Y}, the
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 44 public static final int ROTATION = 5;
73 put(ViewPropertyAnimator.ROTATION, ROTATION);
ViewPropertyAnimator.java 147 static final int ROTATION = 0x0020;
156 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
521 * This method will cause the View's <code>rotation</code> property to be animated to the
528 public ViewPropertyAnimator rotation(float value) { method in class:ViewPropertyAnimator
529 animateProperty(ROTATION, value);
534 * This method will cause the View's <code>rotation</code> property to be animated by the
542 animatePropertyBy(ROTATION, value);
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 123 * The rotation of the photo in degrees, if rotation has not already
126 public static final String ROTATION = "rotation";
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 587 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
590 // and check rotation. We set the orientation to the same angle.
595 final float ROTATION = ARC * 2;
627 // Apply a rotation about the origin by ROTATION degrees clockwise.
629 matrix.setRotate(ROTATION);
638 final float angle = (float) ((i * ARC + ROTATION) * PI_180);
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 151 <em>before</em> applying any {@linkplain MediaFormat#KEY_ROTATION rotation}.
186 The size of the video frame (before rotation) can be calculated as such:
630 MediaFormat#KEY_ROTATION rotation} and {@linkplain #setVideoScalingMode video scaling
634 have applied the rotation when being rendered onto a Surface. Unfortunately, there is no standard
635 and simple way to identify software decoders, or if they apply the rotation other than by trying
    [all...]
MediaRecorder.java 563 * add a composition matrix containing the rotation angle in the output
581 setParameter("video-param-rotation-angle-degrees=" + degrees);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SignalDrawable.java 474 private static final float ROTATION = -45f;
491 m.setRotate(ROTATION, width / 2, height / 2);
496 m.setRotate(-ROTATION, width / 2, height / 2);
501 m.setRotate(ROTATION, width / 2, height / 2);
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 113 * <dt><code>android:rotation</code></dt>
114 * <dd>The degrees of rotation of the group. Default is 0.</dd>
116 * <dd>The X coordinate of the pivot for the scale and rotation of the group.
119 * <dd>The Y coordinate of the pivot for the scale and rotation of the group.
207 * android:rotation=&quot;45.0&quot; &gt;
    [all...]
  /prebuilts/sdk/current/support/dynamic-animation/
android-support-dynamic-animation.jar 
  /prebuilts/sdk/current/extras/constraint-layout/libs/
android-support-constraint-layout.jar 
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 1955 milliseconds

1 2