Home
last modified time | relevance | path

Searched refs:RemoteAnimationAdapterEntry (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DRemoteAnimationDefinition.java41 private final SparseArray<RemoteAnimationAdapterEntry> mTransitionAnimationMap;
60 new RemoteAnimationAdapterEntry(adapter, activityTypeFilter)); in addRemoteAnimation()
99 final RemoteAnimationAdapterEntry entry = mTransitionAnimationMap.get(transition); in getAdapter()
116 final RemoteAnimationAdapterEntry entry = in.readTypedObject( in RemoteAnimationDefinition()
117 RemoteAnimationAdapterEntry.CREATOR); in RemoteAnimationDefinition()
172 private static class RemoteAnimationAdapterEntry implements Parcelable { class in RemoteAnimationDefinition
182 RemoteAnimationAdapterEntry(RemoteAnimationAdapter adapter, int activityTypeFilter) { in RemoteAnimationAdapterEntry() method in RemoteAnimationDefinition.RemoteAnimationAdapterEntry
187 private RemoteAnimationAdapterEntry(Parcel in) { in RemoteAnimationAdapterEntry() method in RemoteAnimationDefinition.RemoteAnimationAdapterEntry
203 public static final @NonNull Parcelable.Creator<RemoteAnimationAdapterEntry> CREATOR =
204 new Parcelable.Creator<RemoteAnimationAdapterEntry>() {
[all …]
/frameworks/base/boot/
Dpreloaded-classes8861 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1
8862 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry
Dboot-image-profile.txt31275 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1;
31276 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;
/frameworks/base/config/
Dpreloaded-classes8892 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1
8893 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry
Dboot-image-profile.txt41436 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1;
41437 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60992 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;-><init>(Landroid/os/Parcel;)V
60993 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;-><init>(Landroid/view/RemoteAn…
60994 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->activityTypeFilter:I
60995 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->adapter:Landroid/view/RemoteA…
60996 Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry;->CREATOR:Landroid/os/Parcelabl…