Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java1068 IRemoteCallback startedCallback, IRemoteCallback endedCallback, in overridePendingAppTransition()
1104 IRemoteCallback startedCallback, boolean scaleUp) { in overridePendingAppTransitionThumb()
1117 int startY, int targetWidth, int targetHeight, IRemoteCallback startedCallback, in overridePendingAppTransitionAspectScaledThumb()
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl174 IAppTransitionAnimationSpecsFuture specsFuture, IRemoteCallback startedCallback, in overridePendingAppTransitionMultiThumbFuture()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3589 final StartedCallback startedCallback = new StartedCallback(callback, watchedUid, in startWatchingStarted() local