Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSharedElementCallback.java169 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()
DActivityTransitionCoordinator.java542 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()
DActivityOptions.java621 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()
DFragmentTransaction.java199 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement() argument
DBackStackRecord.java573 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/
DSharedElementCallback.java166 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()
DActivityCompat.java476 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()
DActivityOptionsCompat.java209 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/
DActivityCompatApi21.java72 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()
DActivityOptionsCompat21.java50 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument
52 ActivityOptions.makeSceneTransitionAnimation(activity, sharedElement, in makeSceneTransitionAnimation()
/frameworks/support/compat/api23/android/support/v4/app/
DActivityOptionsCompat23.java51 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument
53 ActivityOptions.makeSceneTransitionAnimation(activity, sharedElement, in makeSceneTransitionAnimation()
DActivityCompatApi23.java109 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument
111 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
/frameworks/support/compat/api24/android/support/v4/app/
DActivityOptionsCompat24.java51 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument
53 ActivityOptions.makeSceneTransitionAnimation(activity, sharedElement, in makeSceneTransitionAnimation()
/frameworks/support/fragment/tests/java/android/support/v4/app/
DFragmentTransitionTest.java57 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/
DFragmentTransaction.java214 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement() argument
DBackStackRecord.java557 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement() argument
559 String transitionName = FragmentTransitionCompat21.getTransitionName(sharedElement); in addSharedElement()