HomeSort by relevance Sort by last modified time
    Searched full:pivoty (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 92 float pivotY = h - PIVOT_RADIUS - PIVOT_Y_OFFSET;
97 float y0 = pivotY - l*sin;
98 canvas.drawLine(x0 + SHADOW_OFFSET, y0 + SHADOW_OFFSET, pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, mShadow);
99 canvas.drawCircle(pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, PIVOT_RADIUS, mShadow);
100 canvas.drawLine(x0, y0, pivotX, pivotY, mPaint);
101 canvas.drawCircle(pivotX, pivotY, PIVOT_RADIUS, mPaint);
  /cts/tests/res/anim/
anim_set.xml 27 android:pivotY="50%"
41 android:pivotY="50%"
49 android:pivotY="50%"
  /development/samples/ApiDemos/res/anim/
hyperspace_out.xml 26 android:pivotY="50%"
40 android:pivotY="50%"
52 android:pivotY="50%"
wave_scale.xml 25 android:pivotX="50%" android:pivotY="50%"
30 android:pivotX="50%" android:pivotY="50%"
  /frameworks/base/packages/SystemUI/res/anim/
priority_alert_enter.xml 8 android:pivotX="50%" android:pivotY="50%"
priority_alert_exit.xml 8 android:pivotX="50%" android:pivotY="50%"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1.xml 4 android:pivotY="60%p"
  /frameworks/base/core/res/res/anim/
screen_rotate_minus_90_enter.xml 24 android:pivotX="50%" android:pivotY="50%"
31 android:pivotX="50%" android:pivotY="50%"
screen_rotate_plus_90_enter.xml 24 android:pivotX="50%" android:pivotY="50%"
31 android:pivotX="50%" android:pivotY="50%"
screen_rotate_minus_90_exit.xml 24 android:pivotX="50%" android:pivotY="50%"
32 android:pivotX="50%" android:pivotY="50%"
38 android:pivotX="50%" android:pivotY="50%"
screen_rotate_plus_90_exit.xml 24 android:pivotX="50%" android:pivotY="50%"
32 android:pivotX="50%" android:pivotY="50%"
38 android:pivotX="50%" android:pivotY="50%"
  /frameworks/base/core/res/res/drawable/
progress_large_holo.xml 22 android:pivotY="50%"
30 android:pivotY="50%"
progress_medium_holo.xml 22 android:pivotY="50%"
30 android:pivotY="50%"
progress_small_holo.xml 22 android:pivotY="50%"
30 android:pivotY="50%"
progress_large.xml 23 android:pivotY="50%"
progress_large_white.xml 23 android:pivotY="50%"
progress_medium.xml 23 android:pivotY="50%"
progress_medium_white.xml 23 android:pivotY="50%"
progress_small.xml 23 android:pivotY="50%"
  /cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java 138 final float pivotY = 0.2f;
140 final float actualPivotY = pivotY * animWindow.getHeight();
143 Animation.RELATIVE_TO_PARENT, pivotX, Animation.RELATIVE_TO_SELF, pivotY);
186 public MyRotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) {
187 super(fromDegrees, toDegrees, pivotX, pivotY);
191 float pivotX, int pivotYType, float pivotY) {
192 super(fromDegrees, toDegrees, pivotXType, pivotX, pivotYType, pivotY);
  /cts/tests/res/drawable/
rotatedrawable.xml 19 android:pivotX="50%" android:pivotY="50%"
  /development/samples/Snake/res/drawable-mdpi/
dpad_down.xml 20 android:pivotY="50%"
dpad_left.xml 20 android:pivotY="50%"
dpad_right.xml 20 android:pivotY="50%"
  /development/samples/devbytes/animation/ViewAnimations/res/anim/
rotate_anim.xml 18 android:pivotX="50%" android:pivotY="50%"

Completed in 1213 milliseconds

1 2 3 4 5 6