Home
last modified time | relevance | path

Searched refs:getAnimationStartedListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java5219 pendingOptions.getAnimationStartedListener(), in applyOptionsAnimation()
5226 startCallback = pendingOptions.getAnimationStartedListener(); in applyOptionsAnimation()
5263 pendingOptions.getAnimationStartedListener(), in applyOptionsAnimation()
5267 startCallback = pendingOptions.getAnimationStartedListener(); in applyOptionsAnimation()
5282 specsFuture, pendingOptions.getAnimationStartedListener(), in applyOptionsAnimation()
5287 specs, pendingOptions.getAnimationStartedListener(), in applyOptionsAnimation()
5294 pendingOptions.getAnimationStartedListener(), in applyOptionsAnimation()
/frameworks/base/core/java/android/app/
DActivityOptions.java1494 public IRemoteCallback getAnimationStartedListener() { in getAnimationStartedListener() method in ActivityOptions