Home
last modified time | relevance | path

Searched refs:mRemoteAnimationAdapter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityOptions.java577 private RemoteAnimationAdapter mRemoteAnimationAdapter; field in ActivityOptions
1281 opts.mRemoteAnimationAdapter = remoteAnimationAdapter; in makeRemoteAnimation()
1296 opts.mRemoteAnimationAdapter = remoteAnimationAdapter; in makeRemoteAnimation()
1441mRemoteAnimationAdapter = opts.getParcelable(KEY_REMOTE_ANIMATION_ADAPTER, android.view.RemoteAnim… in ActivityOptions()
1600 return mRemoteAnimationAdapter; in getRemoteAnimationAdapter()
1605 mRemoteAnimationAdapter = remoteAnimationAdapter; in setRemoteAnimationAdapter()
2425 mRemoteAnimationAdapter = otherOptions.mRemoteAnimationAdapter; in update()
2584 if (mRemoteAnimationAdapter != null) { in toBundle()
2585 b.putParcelable(KEY_REMOTE_ANIMATION_ADAPTER, mRemoteAnimationAdapter); in toBundle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1826 Landroid/app/ActivityOptions;->mRemoteAnimationAdapter:Landroid/view/RemoteAnimationAdapter;