Searched refs:onAnimationStarted (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIWindow.aidl89 void onAnimationStarted(int remainingFrameCount);
92 * The window has ended animating. See {@link #onAnimationStarted}.
H A DViewRootImpl.java6831 public void onAnimationStarted(int remainingFrameCount) { method in class:ViewRootImpl.W
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java94 public void onAnimationStarted(int remainingFrameCount) { method in class:BridgeWindow
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java103 public void onAnimationStarted(int remainingFrameCount) { method in class:BaseIWindow
/frameworks/base/core/java/android/app/
H A DActivityOptions.java265 finalListener.onAnimationStarted();
279 void onAnimationStarted(); method in interface:ActivityOptions.OnAnimationStartedListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java902 public void onAnimationStarted() { method in class:Recents
921 onAnimationStarted();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java489 animStartedListener.onAnimationStarted();
543 public void onAnimationStarted() {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java282 win.mClient.onAnimationStarted(winAnimator.mAnimatingMove ? -1

Completed in 121 milliseconds