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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/packages/DocumentsUI/res/drawable/
ic_breadcrumb_arrow_down.xml 6 android:pivotY="50%"
  /packages/apps/Camera2/res/drawable/
ic_options_land.xml 8 android:pivotY="50%" />
ic_options_port.xml 8 android:pivotY="50%" />
  /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/tests/view/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%"
  /development/samples/SupportVectorDrawable/static/res/drawable/
vector_drawable_scale3.xml 34 android:pivotY="0"
38 android:pivotY="0"
45 android:pivotY="0"
vector_drawable03.xml 24 android:pivotY="6.125"
37 android:pivotY="6.125"
49 android:pivotY="6.125"
62 android:pivotY="6.125"
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable_scale3.xml 34 android:pivotY="0"
38 android:pivotY="0"
45 android:pivotY="0"
vector_drawable03.xml 24 android:pivotY="6.125"
37 android:pivotY="6.125"
49 android:pivotY="6.125"
62 android:pivotY="6.125"
  /cts/tests/tests/graphics/res/drawable/
vector_icon_clip_path_1.xml 24 android:pivotY="6.125"
37 android:pivotY="6.125"
49 android:pivotY="6.125"
62 android:pivotY="6.125"
rotatedrawable.xml 19 android:pivotX="50%" android:pivotY="50%"
rotatedrawable_abs.xml 20 android:pivotY="0.3"
  /frameworks/support/graphics/drawable/static/tests/res/drawable/
vector_icon_clip_path_1.xml 24 android:pivotY="6.125"
37 android:pivotY="6.125"
49 android:pivotY="6.125"
62 android:pivotY="6.125"
  /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%"
  /frameworks/opt/bitmap/sample/res/drawable/
progress.xml 22 android:pivotY="50%"
30 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);

Completed in 3807 milliseconds

1 2 3 4 5 6 7 8 91011