HomeSort by relevance Sort by last modified time
    Searched defs:pivotX (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java 137 final float pivotX = 0.2f;
139 final float actualPivotX = pivotX * animWindowParent.getWidth();
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);
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 48 milliseconds