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

  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 138 float trans3Y = values[Matrix.MTRANS_Y];
143 assertTrue(Math.abs(trans2Y) < Math.abs(trans3Y));
184 float trans3Y = values[Matrix.MTRANS_Y];
189 assertTrue(Math.abs(trans2Y) < Math.abs(trans3Y));

Completed in 2816 milliseconds