/aosp14/frameworks/base/core/java/android/window/ |
H A D | ITaskFragmentOrganizerController.aidl | 43 in RemoteAnimationDefinition definition); in registerRemoteAnimations()
|
H A D | TaskFragmentOrganizer.java | 173 public void registerRemoteAnimations(@NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardService.java | 339 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in onCreate() local 365 mDisplayTracker.getDefaultDisplayId(), definition); in onCreate() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | AppChangeTransitionTests.java | 65 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setUpOnDisplay() local
|
H A D | AppTransitionControllerTest.java | 770 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideWindowContainer() local 786 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideTransitionController() local 1262 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setupTaskFragmentRemoteAnimation() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransitionController.java | 140 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations() 576 final RemoteAnimationDefinition definition = container.getRemoteAnimationDefinition(); in getRemoteAnimationOverride() local 749 final RemoteAnimationDefinition definition = organizer != null in overrideWithTaskFragmentRemoteAnimation() local
|
H A D | TaskFragmentOrganizerController.java | 475 @NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations()
|
H A D | ActivityClientController.java | 1541 public void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations()
|
H A D | DisplayContent.java | 1580 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
|
H A D | ActivityRecord.java | 7829 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations()
|
H A D | ActivityTaskManagerService.java | 3876 RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityTaskManager.java | 465 int displayId, RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay()
|
H A D | IActivityClientController.aidl | 154 void registerRemoteAnimations(in IBinder token, in RemoteAnimationDefinition definition); in registerRemoteAnimations()
|
H A D | ActivityClient.java | 557 void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations()
|
H A D | IActivityTaskManager.aidl | 304 void registerRemoteAnimationsForDisplay(int displayId, in RemoteAnimationDefinition definition); in registerRemoteAnimationsForDisplay()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | PolicyDefinition.java | 553 PolicyDefinition<Boolean> definition = new PolicyDefinition<>( in createAndAddUserRestrictionPolicyDefinition() local 559 POLICY_DEFINITIONS.put(key.getIdentifier(), definition); in createAndAddUserRestrictionPolicyDefinition() local
|