Searched refs:yellowSquare (Results 1 – 1 of 1) sorted by relevance
51 final View yellowSquare = rule.getActivity().findViewById(R.id.yellowSquare); in testExplode() local60 yellowSquare.setVisibility(View.INVISIBLE); in testExplode()68 assertEquals(View.VISIBLE, yellowSquare.getVisibility()); in testExplode()76 verifyTranslation(yellowSquare, true, false); in testExplode()84 verifyNoTranslation(yellowSquare); in testExplode()88 assertEquals(View.INVISIBLE, yellowSquare.getVisibility()); in testExplode()97 final View yellowSquare = rule.getActivity().findViewById(R.id.yellowSquare); in testImplode() local105 yellowSquare.setVisibility(View.INVISIBLE); in testImplode()117 yellowSquare.setVisibility(View.VISIBLE); in testImplode()125 assertEquals(View.VISIBLE, yellowSquare.getVisibility()); in testImplode()[all …]