File
Doc
Category
Size
Date
Package
SharedElementCallback.java
API Doc
Android 5.1 API
1297
Sat Mar 14 14:09:38 GMT 2015
android.app
SharedElementCallback
java.lang.Object
public abstract class SharedElementCallback extends Object
Fields Summary
Constructors Summary
public SharedElementCallback
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.os.Parcelable
onCaptureSharedElementSnapshot
(
android.view.View
sharedElement,
android.graphics.Matrix
viewToGlobalMatrix,
android.graphics.RectF
screenBounds)
throw new RuntimeException("Stub!");
public
android.view.View
onCreateSnapshotView
(
android.content.Context
context,
android.os.Parcelable
snapshot)
throw new RuntimeException("Stub!");
public void
onMapSharedElements
(
java.util.List
names,
java.util.Map
sharedElements)
throw new RuntimeException("Stub!");
public void
onRejectSharedElements
(
java.util.List
rejectedSharedElements)
throw new RuntimeException("Stub!");
public void
onSharedElementEnd
(
java.util.List
sharedElementNames,
java.util.List
sharedElements,
java.util.List
sharedElementSnapshots)
throw new RuntimeException("Stub!");
public void
onSharedElementStart
(
java.util.List
sharedElementNames,
java.util.List
sharedElements,
java.util.List
sharedElementSnapshots)
throw new RuntimeException("Stub!");
Java Code Source