HomeSort by relevance Sort by last modified time
    Searched defs:ROTATION (Results 1 - 25 of 33) 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 190 ROTATION,
RenderNode.h 89 ROTATION = 1 << 7,
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
DynamicAnimation.java 130 * View's rotation property.
132 public static final ViewProperty ROTATION = new ViewProperty("rotation") {
359 if (mProperty == ROTATION || mProperty == ROTATION_X
513 * change is 1 (pixel). For {@link #ROTATION}, {@link #ROTATION_X} or {@link #ROTATION_Y}, the
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 43 public static final int ROTATION = 5;
72 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...]
View.java 672 * rotation, translation and alpha of a view over time. If the animation is
    [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/
MediaRecorder.java 576 * add a composition matrix containing the rotation angle in the output
594 setParameter("video-param-rotation-angle-degrees=" + degrees);
    [all...]
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...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
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/av/media/libstagefright/include/media/stagefright/
MediaCodecConstants.h 369 constexpr char KEY_ROTATION[] = "rotation-degrees";
395 constexpr char ROTATION[] = "android.media.mediacodec.rotation";
  /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/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/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 948 milliseconds

1 2