Searched refs:square3 (Results 1 – 2 of 2) sorted by relevance
50 View square3 = mActivity.findViewById(R.id.square3); in testClone() local57 fade.excludeChildren(square3, true); in testClone()60 fade.excludeTarget(R.id.square3, true); in testClone()
83 View square3 = mActivity.findViewById(R.id.square3); in setUp() local86 a3 = ObjectAnimator.ofFloat(square3, View.ROTATION, 0, 90).setDuration(450); in setUp()