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.java72 public abstract Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot()
117 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.java456 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot()
DBackStackRecord.java525 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.java198 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement()
DActivityTransitionCoordinator.java542 View sharedElement = mSharedElements.get(i); in setSharedElementState() local
670 View sharedElement = mSharedElements.get(i); in captureSharedElementState() local
850 View sharedElement = mSharedElements.get(i); in moveSharedElementsFromOverlay() local
DActivityOptions.java616 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation()
654 Pair<View, String> sharedElement = sharedElements[i]; in makeSceneTransitionAnimation() local
DBackStackRecord.java572 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement()