Searched refs:mRemoteAnimationAdapter (Results 1 – 2 of 2) sorted by relevance
577 private RemoteAnimationAdapter mRemoteAnimationAdapter; field in ActivityOptions1281 opts.mRemoteAnimationAdapter = remoteAnimationAdapter; in makeRemoteAnimation()1296 opts.mRemoteAnimationAdapter = remoteAnimationAdapter; in makeRemoteAnimation()1441 …mRemoteAnimationAdapter = 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()
1826 Landroid/app/ActivityOptions;->mRemoteAnimationAdapter:Landroid/view/RemoteAnimationAdapter;