Searched refs:square2 (Results 1 – 2 of 2) sorted by relevance
49 View square2 = mActivity.findViewById(R.id.square2); in testClone() local56 fade.excludeTarget(square2, true); in testClone()61 fade.excludeChildren(R.id.square2, true); in testClone()
82 View square2 = mActivity.findViewById(R.id.square2); in setUp() local85 a2 = ObjectAnimator.ofFloat(square2, View.ALPHA, 1f, 0f).setDuration(350); in setUp()