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

  /cts/tests/tests/transition/src/android/transition/cts/
ActivityTransitionTest.java 136 View sharedElement = mActivity.findViewById(R.id.blueSquare);
138 sharedElement, "holder").toBundle();
210 View sharedElement = mActivity.findViewById(R.id.redSquare);
212 sharedElement, "redSquare").toBundle();
443 View sharedElement = mActivity.findViewById(R.id.redSquare);
445 sharedElement, "red").toBundle();
463 View sharedElement = sharedElementSnapshots.get(index);
464 Drawable backgroundDrawable = sharedElement.getBackground();
  /cts/tests/fragment/src/android/fragment/cts/
FragmentTransitionTest.java 141 public void sharedElement() throws Throwable {
    [all...]

Completed in 2231 milliseconds