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

  /cts/tests/tests/transition/src/android/transition/cts/
ExplodeTest.java 66 final View yellowSquare = mActivity.findViewById(R.id.yellowSquare);
71 final List<PointF> yellowPoints = captureTranslations(yellowSquare);
78 yellowSquare.setVisibility(View.INVISIBLE);
85 assertEquals(View.VISIBLE, yellowSquare.getVisibility());
96 verifyNoTranslation(yellowSquare);
100 assertEquals(View.INVISIBLE, yellowSquare.getVisibility());
109 final View yellowSquare = mActivity.findViewById(R.id.yellowSquare);
114 final List<PointF> yellowPoints = captureTranslations(yellowSquare);
    [all...]
PropagationTest.java 113 long yellowDelay = getDelay(R.id.yellowSquare);
149 long yellowDelay = getDelay(R.id.yellowSquare);
181 long yellowDelay = getDelay(R.id.yellowSquare);
213 long yellowDelay = getDelay(R.id.yellowSquare);
ActivityTransitionTest.java 151 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare);
156 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare);
158 assertTargetContains(mExitTransition, R.id.redSquare, R.id.greenSquare, R.id.yellowSquare);
179 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare);
183 R.id.redSquare, R.id.greenSquare, R.id.yellowSquare);
189 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare);
193 R.id.redSquare, R.id.greenSquare, R.id.yellowSquare);
225 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare);
228 R.id.redSquare, R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare);
232 R.id.greenSquare, R.id.blueSquare, R.id.yellowSquare);
    [all...]

Completed in 412 milliseconds