Home
last modified time | relevance | path

Searched defs:sharedElement (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/app/
DActivityOptionsCompat21.java30 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation()
DActivityCompat21.java67 public abstract Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot()
112 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot()
/frameworks/support/v4/java/android/support/v4/app/
DActivityOptionsCompat.java132 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation()
DSharedElementCallback.java167 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
DFragmentTransaction.java210 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement()
DActivityCompat.java411 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot()
DBackStackRecord.java517 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement()
/frameworks/base/core/java/android/app/
DSharedElementCallback.java169 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
DFragmentTransaction.java182 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement()
DActivityTransitionCoordinator.java540 View sharedElement = mSharedElements.get(i); in setSharedElementState() local
668 View sharedElement = mSharedElements.get(i); in captureSharedElementState() local
848 View sharedElement = mSharedElements.get(i); in moveSharedElementsFromOverlay() local
DActivityOptions.java516 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation()
553 Pair<View, String> sharedElement = sharedElements[i]; in makeSceneTransitionAnimation() local
DBackStackRecord.java564 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement()