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

  /frameworks/base/core/tests/coretests/src/android/transition/
TransitionTest.java 47 View square3 = mActivity.findViewById(R.id.square3); local
54 fade.excludeChildren(square3, true);
57 fade.excludeTarget(R.id.square3, true);
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 56 View square3 = mActivity.findViewById(R.id.square3); local
59 a3 = ObjectAnimator.ofFloat(square3, View.ROTATION, 0, 90).setDuration(450);

Completed in 195 milliseconds