/frameworks/base/core/java/android/app/ |
D | SharedElementCallback.java | 169 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot() argument 171 if (sharedElement instanceof ImageView) { in onCaptureSharedElementSnapshot() 172 ImageView imageView = ((ImageView) sharedElement); in onCaptureSharedElementSnapshot() 197 return TransitionUtils.createViewBitmap(sharedElement, mTempMatrix, screenBounds); in onCaptureSharedElementSnapshot()
|
D | ActivityTransitionCoordinator.java | 542 View sharedElement = mSharedElements.get(i); in setSharedElementState() local 544 SharedElementOriginalState originalState = getOldSharedElementState(sharedElement, in setSharedElementState() 547 setSharedElementState(sharedElement, name, sharedElementState, in setSharedElementState() 670 View sharedElement = mSharedElements.get(i); in captureSharedElementState() local 672 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds); in captureSharedElementState() 850 View sharedElement = mSharedElements.get(i); in moveSharedElementsFromOverlay() local 851 GhostView.removeGhost(sharedElement); in moveSharedElementsFromOverlay()
|
D | ActivityOptions.java | 621 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 622 … return makeSceneTransitionAnimation(activity, Pair.create(sharedElement, sharedElementName)); in makeSceneTransitionAnimation() 720 Pair<View, String> sharedElement = sharedElements[i]; in makeSceneTransitionAnimation() local 721 String sharedElementName = sharedElement.second; in makeSceneTransitionAnimation() 726 View view = sharedElement.first; in makeSceneTransitionAnimation() 730 views.add(sharedElement.first); in makeSceneTransitionAnimation()
|
D | FragmentTransaction.java | 199 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement() argument
|
D | BackStackRecord.java | 573 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement() argument 574 String transitionName = sharedElement.getTransitionName(); in addSharedElement()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | SharedElementCallback.java | 166 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot() argument 168 if (sharedElement instanceof ImageView) { in onCaptureSharedElementSnapshot() 169 ImageView imageView = ((ImageView) sharedElement); in onCaptureSharedElementSnapshot() 205 sharedElement.draw(canvas); in onCaptureSharedElementSnapshot()
|
D | ActivityCompat.java | 476 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 478 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot() 522 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 524 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
|
D | ActivityOptionsCompat.java | 209 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 213 sharedElement, sharedElementName)); in makeSceneTransitionAnimation() 217 sharedElement, sharedElementName)); in makeSceneTransitionAnimation() 221 sharedElement, sharedElementName)); in makeSceneTransitionAnimation()
|
/frameworks/support/compat/api21/android/support/v4/app/ |
D | ActivityCompatApi21.java | 72 public abstract Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 117 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 120 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
|
D | ActivityOptionsCompat21.java | 50 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 52 ActivityOptions.makeSceneTransitionAnimation(activity, sharedElement, in makeSceneTransitionAnimation()
|
/frameworks/support/compat/api23/android/support/v4/app/ |
D | ActivityOptionsCompat23.java | 51 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 53 ActivityOptions.makeSceneTransitionAnimation(activity, sharedElement, in makeSceneTransitionAnimation()
|
D | ActivityCompatApi23.java | 109 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 111 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
|
/frameworks/support/compat/api24/android/support/v4/app/ |
D | ActivityOptionsCompat24.java | 51 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 53 ActivityOptions.makeSceneTransitionAnimation(activity, sharedElement, in makeSceneTransitionAnimation()
|
/frameworks/support/fragment/tests/java/android/support/v4/app/ |
D | FragmentTransitionTest.java | 57 final View sharedElement = mActivity.findViewById(R.id.hello); in testFragmentTransition() 58 assertEquals("source", ViewCompat.getTransitionName(sharedElement)); in testFragmentTransition() 63 .addSharedElement(sharedElement, "destination") in testFragmentTransition()
|
/frameworks/support/fragment/java/android/support/v4/app/ |
D | FragmentTransaction.java | 214 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement() argument
|
D | BackStackRecord.java | 557 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement() argument 559 String transitionName = FragmentTransitionCompat21.getTransitionName(sharedElement); in addSharedElement()
|