Searched defs:registerRemoteAnimations (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DActivityCompat.java33 * @see Activity#registerRemoteAnimations
35 public void registerRemoteAnimations(RemoteAnimationDefinitionCompat definition) { method in class:ActivityCompat
36 mWrapped.registerRemoteAnimations(definition.getWrapped());
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowContainerController.java724 public void registerRemoteAnimations(RemoteAnimationDefinition definition) { method in class:AppWindowContainerController
731 mContainer.registerRemoteAnimations(definition);
H A DAppWindowToken.java2065 void registerRemoteAnimations(RemoteAnimationDefinition definition) { method in class:AppWindowToken
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java3000 void registerRemoteAnimations(RemoteAnimationDefinition definition) { method in class:ActivityRecord
3001 mWindowContainerController.registerRemoteAnimations(definition);
H A DActivityManagerService.java27143 public void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) method in class:ActivityManagerService
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java7877 public void registerRemoteAnimations(RemoteAnimationDefinition definition) { method in class:Activity
7879 ActivityManager.getService().registerRemoteAnimations(mToken, definition);
7881 Log.e(TAG, "Failed to call registerRemoteAnimations", e);

Completed in 181 milliseconds