Home
last modified time | relevance | path

Searched defs:startedCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowManager.aidl95 IRemoteCallback startedCallback); in overridePendingAppTransition()
101 IRemoteCallback startedCallback, boolean scaleUp); in overridePendingAppTransitionThumb()
103 int startY, int targetWidth, int targetHeight, IRemoteCallback startedCallback, in overridePendingAppTransitionAspectScaledThumb()
114 IRemoteCallback startedCallback, IRemoteCallback finishedCallback, boolean scaleUp); in overridePendingAppTransitionMultiThumb()
123 IAppTransitionAnimationSpecsFuture specsFuture, IRemoteCallback startedCallback, in overridePendingAppTransitionMultiThumbFuture()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java196 IRemoteCallback startedCallback) throws RemoteException { in overridePendingAppTransition()
215 IRemoteCallback startedCallback, boolean scaleUp) throws RemoteException { in overridePendingAppTransitionThumb()
221 int startY, int targetWidth, int targetHeight, IRemoteCallback startedCallback, in overridePendingAppTransitionAspectScaledThumb()
233 IAppTransitionAnimationSpecsFuture specsFuture, IRemoteCallback startedCallback, in overridePendingAppTransitionMultiThumbFuture()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1701 IRemoteCallback startedCallback) { in overridePendingAppTransition()
1736 IRemoteCallback startedCallback, boolean scaleUp) { in overridePendingAppTransitionThumb()
1751 int targetWidth, int targetHeight, IRemoteCallback startedCallback, boolean scaleUp) { in overridePendingAppTransitionAspectScaledThumb()
DWindowManagerService.java2669 int enterAnim, int exitAnim, IRemoteCallback startedCallback) { in overridePendingAppTransition()
2696 int startY, IRemoteCallback startedCallback, boolean scaleUp) { in overridePendingAppTransitionThumb()
2705 int startY, int targetWidth, int targetHeight, IRemoteCallback startedCallback, in overridePendingAppTransitionAspectScaledThumb()