Searched refs:addRemoteAnimation (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationDefinitionCompat.java | 28 public void addRemoteAnimation(int transition, RemoteAnimationAdapterCompat adapter) { in addRemoteAnimation() method in RemoteAnimationDefinitionCompat 29 mWrapped.addRemoteAnimation(transition, adapter.getWrapped()); in addRemoteAnimation() 32 public void addRemoteAnimation(int transition, int activityTypeFilter, in addRemoteAnimation() method in RemoteAnimationDefinitionCompat 34 mWrapped.addRemoteAnimation(transition, activityTypeFilter, adapter.getWrapped()); in addRemoteAnimation()
|
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationDefinition.java | 51 public void addRemoteAnimation(@TransitionType int transition, in addRemoteAnimation() method in RemoteAnimationDefinition 64 public void addRemoteAnimation(@TransitionType int transition, RemoteAnimationAdapter adapter) { in addRemoteAnimation() method in RemoteAnimationDefinition 65 addRemoteAnimation(transition, ACTIVITY_TYPE_UNDEFINED, adapter); in addRemoteAnimation()
|
/frameworks/base/config/ |
D | hiddenapi-vendor-list.txt | 550 Landroid/view/RemoteAnimationDefinition;->addRemoteAnimation(ILandroid/view/RemoteAnimationAdapter;…
|
D | hiddenapi-light-greylist.txt | 6197 Landroid/view/RemoteAnimationDefinition;->addRemoteAnimation(IILandroid/view/RemoteAnimationAdapter…
|
D | boot-image-profile.txt | 33103 HSPLandroid/view/RemoteAnimationDefinition;->addRemoteAnimation(IILandroid/view/RemoteAnimationAdap…
|