Home
last modified time | relevance | path

Searched refs:yellowSquare (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/transition/src/androidTest/java/androidx/transition/
DExplodeTest.java51 final View yellowSquare = rule.getActivity().findViewById(R.id.yellowSquare); in testExplode() local
60 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() local
105 yellowSquare.setVisibility(View.INVISIBLE); in testImplode()
117 yellowSquare.setVisibility(View.VISIBLE); in testImplode()
125 assertEquals(View.VISIBLE, yellowSquare.getVisibility()); in testImplode()
[all …]