HomeSort by relevance Sort by last modified time
    Searched full:from_x (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 36 private static float FROM_X = 1.0f;
63 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y);
65 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, Animation.RELATIVE_TO_SELF, PIVOT_X,
68 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, PIVOT_X, PIVOT_Y);
75 MyScaleAnimation scaleAnimation = new MyScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y,
83 assertMatrixValue(FROM_X, FROM_Y, values);
110 MyScaleAnimation scaleAnimation = new MyScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y,
123 assertMatrixValue(FROM_X, FROM_Y, values);
  /external/chromium_org/cc/animation/
transform_operation.cc 110 SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->translate.x; local
116 result->Translate3d(BlendSkMScalars(from_x, to_x, progress),
144 SkMScalar from_x = IsOperationIdentity(from) ? 1 : from->scale.x; local
150 result->Scale3d(BlendSkMScalars(from_x, to_x, progress),
156 SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->skew.x; local
160 result->SkewX(BlendSkMScalars(from_x, to_x, progress));
transform_operations_unittest.cc 1191 float from_x; member in struct:cc::__anon7267::TestSkews
    [all...]

Completed in 602 milliseconds